Anyone know what I need to do to get IE to display these background  
images?  It's the yellow triangle things above the navigation.

TIA
-Christy

http://ee.berkshireradio.org/index.php/main/test/

CSS:
#navcontainer{
text-align: left;
position: absolute;
top: 20px;
left: 550px;
}

ul#navlist{
margin: 0;
padding: 0;
white-space: nowrap;
}

#navlist li{
display: inline;
list-style-type: none;
font: 16px Geneva, sans-serif;
color: #666;
text-decoration: none;
letter-spacing: .1em;
padding: 0 15px;
background: url(i/nav_bkg.gif) no-repeat top center;
padding-top: 22px;
}

#navlist li a{
color: #999;
text-decoration: none;
border: 0;
}

#navlist a:hover{
color: #c03;
}
______________________________________________________________________
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