[css-d] Blue bars going across menu images

2006-09-13 Thread Christopher Fisher
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

Re: [css-d] Blue bars going across menu images

2006-09-13 Thread Bradley Wright
Have you tried removing underlines from the links with: ul.nav_t2 li a { display: block; text-decoration: none; /* --- add this line */ } ? In my experience, a lot of image replacement techniques do the same thing.