neonick5647
03-11-2006, 05:35 PM
How can I make an image change only on mouseover WITHOUT useing javascript? I've tried but can't figure it out. I've searched all over, also. Please help!
|
View Full Version : Image Change On Mouseover neonick5647 03-11-2006, 05:35 PM How can I make an image change only on mouseover WITHOUT useing javascript? I've tried but can't figure it out. I've searched all over, also. Please help! luvhartz 03-11-2006, 07:12 PM well if the image is going to be a link, then you can do it like this using CSS: a:hover { background: url(URLOFIMAGE) no-repeat; text-decoration: none; color: #CCCCCC; zoom: 100%; } you can get more CSS here: http://www.lissaexplains.com/css.shtml neonick5647 03-11-2006, 11:20 PM nope sorry that's not gonna work. I remember seeing something like this on LEIA (withouht javascript) but I can seem to find it...any other ideas? luvhartz 03-11-2006, 11:34 PM google search? neonick5647 03-12-2006, 12:08 AM hmmm...yes like i said I've tried everything. This is the only time google has let me down....lol afirefly 03-12-2006, 03:17 AM i'm new member4 |