I'm using a mac so dont have much access to IE6
I've checked one of my sites: barryslaven.com on IE6 and it seems the
navlist at the top does not load as it should. (It's fine in Safari,
Firefox and Oprah)
Any ideas?
The CSS for the list is:
#nav_links, div#homepage_image_container{
width: 912px;
margin: 0 auto;
}
#nav_links{
height: 1.2em;
clear: both;
background: #F9F9F9;
padding: 0.6em 0;
}
#nav_links>li{
float: left;
width: auto;
}
#nav_links>li>a>img{
height: 1em;
margin: 0 1em;
}
#home_tab, #about_tab, #shop_tab{
width: 4.5em;
}
#galleries_tab, #contact_tab{
width: 7em;
}
#commissions_tab{
width: 9em;
}
#cart_tab{
width: 2em;
padding: 0.2em 0 0;
}
And the html is:
<div id="navbar_div">
<ul id='nav_links'>
<li id='home_tab'>
<a href="/">
<img alt="home" src="/images/static/home_hover.png?
1240910173" />
</a>
</li>
<li id='about_tab'>
<a href="/about">
<img alt="about" src="/images/static/about.png?
1240909761" />
</a>
</li>
<li id='galleries_tab'>
<a href="/galleries">
<img alt="galleries" src="/images/static/galleries.png?
1240910131" />
</a>
</li>
<li id='shop_tab'>
<a href="/shop">
<img alt="shop" src="/images/static/shop.png?
1240910078" />
</a>
</li>
<li id='commissions_tab'>
<a href="/commissions">
<img alt="commissions" src="/images/static/
commissions.png?1240910079" />
</a>
</li>
<li id='contact_tab'>
<a href="/contact">
<img alt="contact" src="/images/static/contact.png?
1240910116" />
</a>
</li>
<li id='cart_tab'>
<a href="/cart">
<img alt="cart" src="/images/static/cart.png?1240910078" /
>
</a>
</li>
</ul>
</div>
Thanks
--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS"
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---