Thanks Chris. This works perfectly. Arnie Shafer
----- Original Message ----- From: "Christian Heilmann" <[EMAIL PROTECTED]>
To: "Arnie Shafer" <[EMAIL PROTECTED]>
Sent: Friday, April 29, 2005 8:41 AM
Subject: Re: [css-d] Best way to remove link borders from thumbnails?



Dear Listers,

Around each of my thumbnail graphics is a link border , which changes color as I mouseover them.

What is the optimum method for removing those borders. I have other borders which I don't want to disturb.

Without seeing your markup that is a bit problematic. You do remove borders with

a img {border:none;}

Just precede that with any ID or class you used for the element
containing the thumbs to only affect these thumbs, f.e.

#mythumbs a img {border:none;}

HTH

--
Chris Heilmann
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
Binaries: http://www.onlinetools.org/


______________________________________________________________________ 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