Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DHTML w/JavaScript - Browser Differences
Message
Information générale
Forum:
Internet
Catégorie:
Javascript
Divers
Thread ID:
00274206
Message ID:
00274495
Vues:
30
>LOL! Nice touch on the script!

I thought you might like it :)

Here's the Netscape patch I came up with that should fix the problem. Basicly just refresh the IMG tags SRC value on the Resize event.

function ns_img_patch() {
//Fix the Netscape resize bug where the correct img src is not displayed
document.images['btn8'].src=img1.src
document.images['btn1'].src=img3.src
document.images['btn2'].src=img5.src
document.images['btn3'].src=img7.src
document.images['btn4'].src=img9.src
document.images['btn5'].src=img11.src
document.images['btn6'].src=img13.src
document.images['btn7'].src=img15.src
}

Then call the function via the resize event.

<BODY onresize="ns_img_patch()">
Michael McLain
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform