开发者

IE7 Floated list Items formatting issues

开发者 https://www.devze.com 2023-01-25 21:07 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消