/    Sign up×
Community /Pin to ProfileBookmark

Mouse Over problem

I have the following html code on my page:

<table>
<tr>
<td onMouseOut=”nd(); return true;” OnMouseOver=”dlc(‘This is my mouse-over tag message’,”);”>My Text
</td>
</tr>
</table>

The function dlc() which is part of overlib.js library works fine, except when I have a graph applet placed right after the <table>. In this case the displayed mouse-over tag message slips “underneath” the applet below when mouse is rolled over the “My Text” text. Why is that and does someone have a solution for this?

Thanks in Advance,
Krahb

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@gil_davisFeb 20.2003 — There's not much you can do other than move the menu, move the applet, or make the applet hidden while the menu is active.

The applet, along with object, embed, and (in most browsers) form elements, have visual priority over other HTML tags. Also, z-index does not make any difference.
×

Success!

Help @krahb 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.20,
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,
)...