Jump to content

mouse over


scs

Recommended Posts

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
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.