开发者

Lists forced into 2 columns - IE7

I've开发者_C百科 been doing a page with two separate lists, though I want them underneath each other, instead of going into 2 different columns as it does in IE7.

How can I change the css to force the list in the 2nd columns to go in below in IE 7?

        <ul>
        <li>list item</li>
        <li>list item</li>
    </ul>
    <ul>
        <li>list item</li>
        <li>list item</li>
    </ul>

}
#howitworks .getmore_info ul{
    float:left;
    margin-top:0;
}
#howitworks .getmore_info ul li{
    padding:3px 0;
    list-style:inside;
}

Hope you can help,

Kind Regards,

Snakespan


Remove the float:left from the ul and it should work fine.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜