On 8/13/07, faramineux <[EMAIL PROTECTED]> wrote:
> I do not want the images which are linked to be styled the way the
> text links are.
> The code below is not working, what is wrong? TIA

> a:hover img {
> background-color: none;
> text-decoration: none;
> border-style: none;
> }


the second snippet you have there is saying [1]:

"Selects any img element  that is a descendant of an a element which
is in a hover state."

try taking out the ":hover" part if you're looking to have that
styling appear no matter if the image is being hovered or not, which
is what i think you're trying to ask.


[1] http://gallery.theopalgroup.com/selectoracle
______________________________________________________________________
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