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; } 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... 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! 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
Archived
This topic is now archived and is closed to further replies.