Hi, My menu displays correctly in IE8, FF3.5+, Opera, and more. While using IE developer tooks, I set the browse mode to IE7, and noticed my submenu items width's looked very bad in IE7. How can I correct this without effecting the display in other browsers?? My site is infinitesolutionsonline.com Thanks Ty
It looks like you are applying a padding (#mymenu li {padding:0 10px}) and a width (.width5 {width: 23%}) which is treated inconsistently across browsers. Most browsers use the width you specify and put the padding within that width. Older versions of IE, however, add the padding to the width so the new width of the menu item becomes 23% + 10px.