View Single Post
  #6 (permalink)  
Old Mar 7th, 2008, 13:57
robocrap robocrap is offline
New Member
Join Date: Mar 2008
Location: dd
Age: 20
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How To Create Rollovers in iWeb Easy!

He i tried to do this, but is doesnt work it only linkt to another html page but the images doesnt change.

<a href="route.html"

onmouseover="rollover1.src="image/route.png"';"
onmouseout="rollover1.src="image/route2.png"';">

<img src="route_files/route2.png" "name="rollover1" alt="" style="border: none; height: 225px; width: 300px; " />

</a>


could someone tell me what i am doing wrong?
Reply With Quote