Grid can not be used in quirks mode

QuestionsGrid can not be used in quirks mode
Davor Budimir asked 11 years ago

Hi,

I have problems with using css boxes (incorrect rendering) and if I remove the
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"? I get the message "Grid can not be used in quirks mode!"

Where is the problem? Can you help me?

Another little thing.
When a toolbar is at the top, and I close my grid (click on caption) toolbar still remain outside. It would be nice to fix it.

Regards,
Budimir

3 Answers
Abu Ghufran answered 11 years ago

It does not work with quirks mode. You must define some doctype.
If xhtml based doctype is conflicting your design, you can select html4.01 doctype.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt;

Refer this link for more combinations.
http://www.w3schools.com/tags/tag_doctype.asp

Regards,

Davor Budimir answered 11 years ago

Thanks for your reply.
The problem is solved.

Am I right in relation to toolbar?

Regards,
Budimir

Abu Ghufran answered 11 years ago

Yes, i'll be checking the toolbar issue. Closing this as it's duplicate of same case.

Your Answer

13 + 12 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?