Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding IE cross fade effect to OnMouseover Slideshow

Status
Not open for further replies.

tashaCat

IS-IT--Management
Joined
Jun 11, 2006
Messages
1
Location
CA
Hi, I am just learning Javascript and would like to change the following script to include the IE cross fade effect (which I know may not work in all browers).

Here is the code:


<script>

/*Rollover effect on different image script-
By (JsMadeEasy.com)
Over 200+ free scripts here!
*/

function changeimage(towhat,url){
if (document.images){
document.images.targetimage.src=towhat.src
gotolink=url
}
}
function warp(){
window.location=gotolink
}

</script>


Can anyone show me the revised script?
Thanks

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top