"oli_v_ier" <oli_v_ier (AT) yahoo (DOT) fr> wrote in news:bo11bi$7b7$1@news-
reader1.wanadoo.fr:
Quote:
Hi,
I'm using CSS and I'd like to know how to use the tag IMG with the tags
A:HOVER (also A:LINK, A:VISITED).
Is it A:HOVER IMG {} or |
Yes, if you want the styles to apply to the image whenever any part of the
anchor (which may include more than just the image) is being hovered over.
Yes, if you want the styles to apply only when hovering over the image,
even if there are other parts of the anchor.
No, that would apply only to an <a> nested inside an <img>, which can't
happen.