Jump to content

Horizonal Unordered List in IE


glenelkins

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.