IE7 Floated list Items formatting issues
Towards the bottom t开发者_如何学运维here are link list items. For some reason in IE7 the formatting looks off. I'm not entirely sure why that is and what I need to do to fix it.
http://sandbox.solutionsbydesign.com/hughes/?page_id=43
On your ul with id="options" add the css property: whitespace: nowrap;
This will make sure that your list items don't wrap to a second line within their LI area instead forcing the LI to wrap to the second and third lines.
Post your CSS/HTML code snippets. Try display: inline-block in sub-menu li class
精彩评论