KevinM1 Posted March 22, 2007 Share Posted March 22, 2007 I have one of those classic "my site looks different in IE than it does in FF" problems. In IE7, my site looks perfect. In FF...not so much. In FF, the site is not centered, despite using "margin-left: auto; margin-right: auto; text-align: center;" on the containing block. Also, the top margin I apply to my navigation menu isn't being applied by FF. My site can be found at: http://www.nightslyr.com/helga/index.html. Please help me. Thanks Quote Link to comment Share on other sites More sharing options...
lando Posted March 23, 2007 Share Posted March 23, 2007 You need to add margin: 0 auto; to the #container element. Quote Link to comment Share on other sites More sharing options...
KevinM1 Posted March 23, 2007 Author Share Posted March 23, 2007 You need to add margin: 0 auto; to the #container element. I knew it had to be something simple. Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.