Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DHTML w/JavaScript - Browser Differences
Message
General information
Forum:
Internet
Category:
Javascript
Miscellaneous
Thread ID:
00274206
Message ID:
00274495
Views:
29
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform