Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Of Safari, Sainsbury's and style sheets [UK]' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Of Safari, Sainsbury's and style sheets [UK]
Authored by: cheeseworm on Jan 31, '05 10:20:49AM

This is broadly true, but it's worth pointing out that the box model rendering problems have been corrected in IE6. However it's not that simple, unfortunately. In order to get IE6 to render the box model correctly HTML pages need to have the correct document type. If they don't, then IE6 reverts to quirks mode, which means it uses the old, incorrect box model rendering. And there's more! Even if the HTML page contains the correct document type, IE will still revert to quirks mode if that page also contains an XML declaration. All this and much more is described in all the gory details at www.alistapart.com



[ Reply to This | # ]