Zoe M. Gillenwater wrote:

>Jason Ogle wrote:
>  
>
>>Please visit www.finelineelectric.com/test/projects.htm
>>
>>My main links (a:) have a border 1px dotted underneath them. I tried
>>creating a "pseudo-class" for the images on the page mentioned without the
>>border on the hover class, but it's still being overridden by my main a:
>>class. Any help or sharp jab in my chops would actually be appreciated.
>>  
>>    
>>
>
>The only way to get around this is to apply a class to the anchors that 
>contain images, and style these anchors to not have borders. Such as:
>
><a href="" class="image-link"><img></a>
>
>a.image-link { border: none; }
>
>[...]
>Zoe
>  
>
Or giving an id="#image-links" to the table in which all image links 
are, with a general:

#image-links a { border: none; }

Then there is no need to give a class to all separate <a>'s inside the 
table.
See testpage 
<http://home.tiscali.nl/developerscorner/css-discuss/test-fineline.htm>.

Greetings,
francky

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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