Sent by Emily Brandel on 20 August 2002 16:04
In Mozilla, my top nav bar has text nicely centered top to bottom. It
floats up to the top in ie6. Am I dealing with a bug? Anything I can do
about it, because it doesn't look to cool when you rollover? URL and sample
of css below.
BTW, thanks again to all you who made suggestions in response to my check
site post. I have made a few changes for the better, I think. And, if you
have any additional comments, they are welcome.
Thanks,
Emily Brandel
Collier Consulting Group
http://www.collier-consulting.com/test/home.html
#topnav {
background-color: #333366;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: bold;
width: 776px;
height: 20px;
position: absolute;
left: 1px;
top: 47px;
text-align: left;
text-indent: 10em;
vertical-align: middle;
}