/    Sign up×
Community /Pin to ProfileBookmark

mouseover is jinky in Mozilla. What’s up?

Hi folks.

I’ve got a couple of functions that resize my frames when they are moused over. They go like this.

function go(){
document.getElementById(“framereport”).cols=”10%,90%”;
}
//–></script>
<script language=”JavaScript”><!–
function go2(){
document.getElementById(“framereport”).cols=”60%,40%”;
}
//–></script>

Here’s where we use them.

<frame src=”******” name=”right” scrolling=”YES” toolbar=”no” onMouseOver=”go();”>

<frame src=”******” name=”right” scrolling=”YES” toolbar=”no” onMouseOver=”go2();”>

This is supposed to resize the frames once they are rolled over. It works fine in netscape and internet explorer. But in mozilla, if i wanted to change the frame size, it’ll only change if the mouse is over it WHILE it is in the process of loading.

Any Suggestions?
Thanks,
D

to post a comment
JavaScript

0Be the first to comment 😎

×

Success!

Help @dmcalerney 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 6.18,
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: @nearjob,
tipped: article
amount: 1000 SATS,

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

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...