Ohhhhhhhhh this works, is it legal?
#img a:hover,a:active{text-decoration:none;background-color:transparent;}
And then the img tag must be surrounded with the div=“img” /div tag…
It’s just that I don’t usually use divs because I don’t know what that means.
The page is not online.
So my text links have this:
a {font-family: arial,verdana,helvetica; text-decoration: none; border-bottom: dotted 1px; border-color: #999999; font-weight: regular; color: #000066; }
a:visited {font-family: arial,verdana,helvetica; text-decoration: none; border-bottom: dotted 1px; border-color: #999999; font-weight: regular; color: #ff6600;}
a:hover {font-family: arial,verdana,helvetica; text-decoration: none; border-bottom: dotted 1px; border-color: #999999; font-weight: regular; color: #33aa33; background: #fedcba;}
a:active {font-family: arial,verdana,helvetica; text-decoration: none; border-bottom: dotted 1px; border-color: #999999; font-weight: regular; color: #cc0000;}
And now I have this tag there too:
#img a:hover, a:active {text-decoration:none;background-color:transparent;}And around the images I have
<div="img"></div>And text links can have a hover and underline embellishment co-existing on the same page with images that do not.
😊