Hello,
I am using CSS layouts to re-build our internal website. I'm having a problem
when testing in IE 6.0 versus Firefox: the top navigation bar and the center
content move up when viewed in Firefox. Here's the webpage (plz don't pay too
much attention to the rest, since I am still testing rollouts, CSS', etc.):
http://home.comcast.net/~gseluja/test/index.htm
The CSS code for the top navbar and the center content is as follows:
div#topnavbar {
text-align:center;
margin-top:10px;
margin-bottom:17px;
}
div#centercontent {
background:#fff;
margin-left: 185px;
margin-right:213px;
}
Thanks for your help!
Gustavo