Forum Moderators: phranque

Message Too Old, No Replies

netscape 7 and css2 hover issue: need a hand

         

bobth

7:05 pm on Jul 28, 2003 (gmt 0)

10+ Year Member



afternoon,

I could use a hand with this...I'm having trouble with unwanted hover tags showing up in image rollovers in Netscape 7. I realize that there are issues related to CSS2 that this is related to; nonetheless, I don't seem to be able to get around this with the information I've found.

Example page is [focusdesign.com...] Problem is with the "art" toolbar near the top of the page.

css this would be applying to in terms of the href is:

A:visited {
COLOR: #3366cc; text-decoration: none;
}
A:link {
COLOR: #3366cc; text-decoration: none;
}

A:visited:hover {
BORDER-BOTTOM: 1px dotted #3366cc;
color: 3366cc;
}
A:link:hover {
BORDER-BOTTOM: 1px dotted #3366cc;
color: 3366cc;
}

Again, I have the feeling that this is a simple thing that I'm not seeing. I would very much appreciate any suggestions.

Thanks

Bob H

choster

7:47 pm on Jul 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld [webmasterworld.com], bobth; please don't cross-post or post urls.

[webmasterworld.com...]