Thanks for the help yesterday, about to put some fixes into action so i thought id pass along another bug thats bugging me :)
Anyway, im using a unordered list for a nav bar, which uses images. It works in all browsers, but in Netscape7, and i believe IE7 it shows a blue bar occassionally across the side of the page. Heres the link and code: URL: http://www.boldmouth.com/clients/iinstore/5/iinstore.html ul.nav_t2 { margin: 0; padding: 0; bottom: 0; right: 0; height: 71px; } ul.nav_t2 li { text-indent: -999em; float: left; } ul.nav_t2 li a { display: block;} /*--bad line?--*/ ul.nav_t2 li.tmenu1 a { margin-left: 38px; background:url(../images/nav_tbooks.jpg) no-repeat; width: 120px; height: 71px; } ul.nav_t2 li.tmenu2 a { background:url(../images/nav_tcollection.jpg) no-repeat; width: 114px; height: 71px; } ul.nav_t2 li.tmenu3 a { background:url(../images/nav_tsupplements.jpg) no-repeat; width: 116px; height: 71px; } ul.nav_t2 li.tmenu4 a { background:url(../images/nav_tsalesspecials.jpg) no-repeat; width: 125px; height: 71px; } I have a feeling it has something do with the display: block line, but when i remove that the images vanish. I was giving this code snippnet from another source, so maybe i missed something. Im pretty sure i know how it works, just not sure why its giving me the blue bar. Does it have something to do with the text links blurring/streaking across? Thanks again, Christopher ______________________________________________________________________ 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/
