websquad Posted March 29, 2007 Share Posted March 29, 2007 I'm building a test page for a customer. Features an ugly color of pink (their choice), and a left menu that centers properly in MSIE but not in FireFox. If I get it centered properly in FireFox, then it doesn't center properly in MSIE.I'm certainly no heavy duty pro when it comes to CSS (heck, I still use tables at times).Any suggestions? Here is the test URL:http://centenarylex.com/LilLambs/index2.shtmlBob Link to comment Share on other sites More sharing options...
n7Epsilon Posted March 29, 2007 Share Posted March 29, 2007 Change the block for ul.menu to be like this:ul.menu { margin: 0; padding: 0; }And it will work properly in both . Link to comment Share on other sites More sharing options...
websquad Posted March 29, 2007 Author Share Posted March 29, 2007 And it will work properly in both.Works fine ... I think that with CSS a little knowledge can sometimes do great harm!Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now