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
Link to comment
https://forums.phpfreaks.com/topic/11205-mouse-over/#findComment-42058
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
https://forums.phpfreaks.com/topic/11205-mouse-over/#findComment-42087
Share on other sites

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.