Forum Moderators: open

Message Too Old, No Replies

Image change and rollover at the same time?

         

theadvocate

11:26 pm on May 19, 2006 (gmt 0)

10+ Year Member



I know how to do an image change when you hover, or a rollover image in a different location on the page, but is there a way to do both at the same time?

I want to be able to have the image I hover over to change at the same time as the rollover below it.

Is this possible?

RonPK

1:54 pm on May 20, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Have the hover-event fire the methods that you need:
onmouseover="changeImage(); rollOver(); whatEverElse();"