On Aug 16, 2007, at 2:52 PM, faramineux wrote:

>
> That works, but the original background color of the a:hover - see
> below - still appears. The dashed border is gone.
>
> a:hover {
> color: #2B4058;
> font-size: 13px;
> font-weight: normal;
> background-color: #fffbdf;
> border-bottom-style: dashed;
> border-bottom-width: 1px;
> }
>

I used: background-color: transparent;
to get rid of the background color.

.imglink a:hover { background-color: transparent; text-decoration:  
none; border-bottom-style: none; }

I wish there were a much less convoluted way to turn off styling on  
images with links.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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