/    Sign up×
Community /Pin to ProfileBookmark

Problem with changing images on MouseOver under NSx

Hi,

I have this problem with changing 2 .gif images on MouseOver .

It works with IE5x versions but does not with NS versions.
I know there is a browser verification missing somewhere but
am not able to deal with it myself. 🙁

Please, I enclosed a .txt file with external .js code that
should trigger off this. Could you help me?

PS: The relevant html page is
[url]http://www.netdive.com/index_main_new0.htm[/url]

[upl-file uuid=8083e280-88ee-4fd9-8390-96c8f29ccc02 size=2kB]changing_images.txt[/upl-file]

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@khalidali63Mar 10.2003 — you have a javascript source file

mayc_script.js

in this file replace the filImage function witht he one below

<i>
</i>function flipimageIE(imageSource){
replace = "&lt;IMG src='" + imageSource + "'&gt;";
var obj = document.getElementById("displayTable");
obj.innerHTML = '';
obj.innerHTML = replace;
}


The above is not very good code but I followed the pattern you already had,just to make it work

?

Cheers

Khalid
×

Success!

Help @oliverko spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...