Hey folks I have a slight issue when viewing my basic menu in IE7 - works fine on FF and all Mac browsers. On the menu here there is a small green graphic that sits above and below the menu. There should be a 1px white gap between the menu and these graphics. In IE there is a larger gap. If you view the source you will see the graphic is: .menutab { background-image:url(images/menu-tab2.jpg); height:8px; margin-bottom:1px; margin-top:1px; } Perhaps it is a margin issue with the menu itself? How can I resolve this please?
Are you willing to pay me $10 ? I am surely I can fix the problem. Pls refer to my services. http://forums.digitalpoint.com/showthread.php?t=1084330
You need to make sure you set the margins & paddings for the menu UL and LI because they have different defaults. So typically #navlist {margin:0; padding:0;} #navlsit li { margin:0; padding:0; } or any other value you want just make sure you set it
Thanks, I added the #navlist but no joy, so added the #navlist li but this didn't help either. That last one actually removed the 1px gap I wanted in Safari too!