I love this site and it has helped a great deal in designing layouts first and coding second!!
I had to throw a quick page up for a client who wants to promote his pool party. I ran into a bit of a menu issue.
http://www.homemadela.com/intropage.html
The left navigation looks great in FF however in IE, the left navigation menus are off. How do I solve this using CSS? Listed below is my css code for the site. The Div markers "Left-Nav-Home" is where the menu items are listed. Any help is appreciated.
/* CSS Document */
body { font-size: 62.5%; font-family: verdana, sans-serif; background: url(../images/white_bg.png) repeat top #FFF; }
I had to throw a quick page up for a client who wants to promote his pool party. I ran into a bit of a menu issue.
http://www.homemadela.com/intropage.html
The left navigation looks great in FF however in IE, the left navigation menus are off. How do I solve this using CSS? Listed below is my css code for the site. The Div markers "Left-Nav-Home" is where the menu items are listed. Any help is appreciated.
You need to do a if IE statement
Ex: (Put in the header of the HTML)