glenelkins Posted November 8, 2007 Share Posted November 8, 2007 Hi I have the following CSS which creates a horizonal looking unordered list. It works fine in Firefox, but its still vertically displayed in IE??? #tab_container { float: left; padding-left: 148px; padding-top: 10px; } .tabs { display: table; padding: 0px; margin: 0px; } .tabs li { display: table-cell; list-style-type: none; } .tabs a:link, a:visited { display: block; margin-left: 10px; color: #FFFFFF; text-decoration: none; width: 110px; } .tabs a:hover { text-decoration: underline; } Quote Link to comment https://forums.phpfreaks.com/topic/76504-horizonal-unordered-list-in-ie/ Share on other sites More sharing options...
ToonMariner Posted November 8, 2007 Share Posted November 8, 2007 float your li left... Quote Link to comment https://forums.phpfreaks.com/topic/76504-horizonal-unordered-list-in-ie/#findComment-387511 Share on other sites More sharing options...
glenelkins Posted November 8, 2007 Author Share Posted November 8, 2007 that simple, worked thanks! Quote Link to comment https://forums.phpfreaks.com/topic/76504-horizonal-unordered-list-in-ie/#findComment-387535 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.