I'm having a problem with a nav-list not rendering horisontal in IE5.x and
7b2. (I don't have IE6 anymore thanks to IE7 :/ )
Using sliding doors expands the li's to the full width of the parent
element, which I believe they shouldn't. I'm using typical markup:

<ul id="tabs">
<li><a>link 1</a></li>
.
.
</ul>

with css:

ul#tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}
ul#tabs li {
    float: left;
    background: url(/Media/Common/Tabs/left_inactive.gif) no-repeat top
left;
    margin: 0 2px 0 0;
    padding: 0 0 0 5px;
}
ul#tabs li a {
    display: block;
    float: left;
    font-size: 14px;
    height: 20px;
    color: #fff;
    text-decoration: none;
    background: url(/Media/Common/Tabs/right_inactive.gif) top right
no-repeat;
    padding: 0 10px 0 5px;
}

Sorry for not linking to the site, but the server is closed for out-of-house
connections.

Eystein
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to