Jump to content

mouse over


scs

Recommended Posts

Some of them have id and the others have class. (I know that) But it's not just a background color change. It's background color fade in-out. So do you know how I can do that with out putting the onmouseover? I think I've seen it some where. ???
Link to comment
Share on other sites

Well I have some javascript code that can fade in-out the background color of a table or div. Well I want some code for that can take the place of onmouseover in tanles and divs. Something like this:

document.div.onMouseOver = "";

Or something like that. I'm sure I saw it somewhere a long time ago.
Thanks
Link to comment
Share on other sites

You'll need to use the attachEvent for IE and addEventListener for FireFox. Check this page out for more details

[a href=\"http://www.captain.at/howto-addeventlistener-attachevent-parameters.php\" target=\"_blank\"]http://www.captain.at/howto-addeventlisten...-parameters.php[/a]

You still need ids for your divs
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.