> >I tried to overwrite it with a img{border:none;} but the specificity
> >does not seem to be enough.
> >
> >Why don't you just define your link styles where they apply - in the content:
> >
> >#innerContentColumn a:link {
> >...
> >}
> >
> >That should leave the image links alone. An extra
> >a img{border:none;}
> >will get rid of the standard borders around linked images.
> a img {
> border:none;
> text-decoration:none;
> }
> 
> That should be specific enough to turn off underline and borders on
> images inside links.

I tried it with the WebDeveloper extension of Firefox, and that didn't
do the job. Is it just me or are we having a lot of threads here going
in circles?
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to