CSS question...
- Started
- Last post
- 6 Responses
- legspin
HI everyone,
just wondering if someone could help me...I want a class that allows you to hover over a cell and it changes the images within that cell when you hover over.
Does anyone know where I could get the code for this if it can be done?
Cheers.
- MLPROJECT0
do it in image ready... it'll write you dirty code and you can just pick it apart.
- legspin0
Will I be able to to hover over a cell and it will swap a multiple of images within that cell? Can it be done?
- MLPROJECT0
a cell in a table?
you can do mouse overs in there....
- MLPROJECT0
i know they did this in imageready... about 8 million slices, but it has multiple mouse overs/animations..
- legspin0
Thanks mate. I was just trying something out but I've stuck with the normal rollover swap image type thing (I was just bored of it!)
cheers.
- ganon0
you could change your img tag to...:
img src="images/01.gif" onmouseover="this.src='images/02... onmouseout="this.src='images/01... alt="img"/