PDA

View Full Version : Images Rollover..



Puma
22-01-2008, 04:34 PM
am looking for the code for images rollover link.. could someone help pls =D

Jordy
22-01-2008, 04:37 PM
<img src="image url here" alt="Roll over here">

That's it :P

Puma
22-01-2008, 04:44 PM
i tink you misunderstand me.. when you put ur mouse over the image the images changes to another image..

MrCraig
22-01-2008, 05:18 PM
use simple javascript?

Add to your img tag..



onmouseover="this.src='ROLLOVER IMG';" onmouseout="this.src='ORIGINAL IMG';"

Jme
22-01-2008, 05:18 PM
i tink you misunderstand me.. when you put ur mouse over the image the images changes to another image..
If you have Dreamweaver, use the buit in script..

Want to hide these adverts? Register an account for free!