websquad Posted March 29, 2007 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
n7Epsilon Posted March 29, 2007 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 .
websquad Posted March 29, 2007 Author 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!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now