Thanks Mickey,

That did it. I just need to re-space those images in the container now. It
actually makes more sense your way since the image FOLLOWS the link. And the
browser thinks so, too :-} Thanks so much for the help.

Bill Scheider

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael Hulse
Sent: Monday, November 14, 2005 9:44 PM
To: 'CSS List'
Subject: Re: [css-d] removing IE border on linked images

On Nov 14, 2005, at 9:31 PM, bill wrote:
> I probably should've done this in the first place but since the fixes 
> you sent -- they were all the same fix BTW: img a { border: none; } -- 
> didn't fix my problem

Hi Bill,
I know it is easy to mix things up, but did you happen to try reversing 
the "img" and the "a" like this:

> a img { border: none; }
> Translated, that means any <img> element which is a descendent of an 
> <a> element will have no border styling.

Hth, Cheers, Micky

-- 
BCC for Privacy: http://www.cs.rutgers.edu/~watrous/bcc-for-privacy.html
----------------------------------
My del.icio.us: http://del.icio.us/mhulse
______________________________________________________________________
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/


______________________________________________________________________
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