Forum Moderators: open
Has anyone else encoutered problems like this or have I broke the internet?
my doctype:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
How do I target a stylesheet at ff 3.0?
I haven't pasted code since I'm not all sure what the problem is.
It returned my doctype (4.01 transitional) but also noted the document looks like 4.01 strict.
Should I change the doctype? (having never used another and being slightly nevous about what it'll do to the page - there's always ctrl z I suppose)
edit: tried changing the doctype, which did nothing. Still experiencing presention difficulties.
If you can't determine if the page is in quirks mode in other browsers use this script. :)
- John
<div><a href="javascript:var m=(document.compatMode=='CSS1Compat') ? 'Standards' : 'Quirks'; window.alert(m+'-mode.');">detect rendering mode</a></div>