how to add mouse over and out events to change image of anchor tag ?
how to add mouse over and out events to change image of anchor tag ?
Collapse
X
-
Tags: None
-
ThanksCode:**stylesheet code** #aCollection { background-image: url('images/collection.jpg'); } #aCollection:hover { background-image: url('images/collection_hover.jpg'); } #aCollection:active { background-image: url('images/collection_active.jpg'); }
Jeff JonesLast edited by Rabbit; Dec 17 '13, 04:16 PM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.Comment
Comment