elviscat
Junior Member
Posts: 7
Registered: 1/25/2005
Member Is Offline
|
| posted on 11/28/2005 at 06:52 PM |
|
|
Rollover images?
Hi wondering if you can help,
I am trying to get rollver images to work inside of the scroller, and have tried quite a few different things but to no avail.
Is there something i should be doing to make this work?
ta in advance
p.s tigra scroller pro
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 12/6/2005 at 07:21 PM |
|
|
PRO
1. Define your rollover function within calling document scope.
2. In scroller content HTML code use direct call of the function, say <img .... onmouseover="myrollover(true)"
onmouseout="myrollover(false)">
|
|
|