I have a page which needs to be rendered in Quirks mode for the page to be loaded properly. The problem is that the page uses valid XHTML and thus has a doctype. This forces the page to render in Standards mode in all browsers. Is there any workaround/hack that can force Quirks mode eventhough I have a doctype?
Then, my page does not validate!
Ameer
2010-03-09 00:00:12
Nor should it, if it requires a non-standard renderer.
spender
2010-03-09 00:02:21
@Ameer, so ... you want it to validate as xhtml, but not render as xhtml ... pretty weird requirement if you ask me ..
Gaby
2010-03-09 00:03:00
The problem is that the page does't load properly (for some unknown reason) with doctype, eventhough it is valid XHTML and CSS.
Ameer
2010-03-09 00:07:19
@Ameer: Then perhaps this "unknown reason" is the problem you should be addressing?
Chuck
2010-03-09 00:28:15
Have a sneak: http://ameer1234567890.co.cc/quick-dial/
Ameer
2010-03-09 00:38:11
+1
A:
See http://hsivonen.iki.fi/doctype/ for changing the doctype to almost-standards or quirks mode.
CodeJoust
2010-03-08 23:59:54