Posted by Mark Parnell on 10/07/78 11:36
Deciding to do something for the good of humanity, kaibo
<noreply@^nospam^aol.com> spouted in alt.html:
> the only thing left to do is ask why IE does not center the tabs like
> FireFox does?
Because IE is broken, especially when in Quirks mode.
> i'd greatly appreciate it if anyone can tell me how to do
> this...
#header {text-align: center;}
But better to add a doctype so the browser is in Strict mode. Stick this
at the top of your page and see what happens:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
BTW: You might want to try increasing the font size a few times to see
what happens to your menu - that's one of the problems with absolute
positioning.
--
Mark Parnell
=====================================================
Att. Google Groups users - this is your last warning:
http://www.safalra.com/special/googlegroupsreply/
Navigation:
[Reply to this message]
|