Forums
This topic is locked
DIV HOVER
Posted 14 years ago
1
has voted
14 years ago Denis Hoffmann posted:
Hi DMX Team,how do you do the DIV Background-color Hover liek here:
www.dmxzone.com/index?3
Cheers
Denis
Replies
Replied 14 years ago
14 years ago Patrick Woldberg replied:
All browsers except IE accept :hover for div element, so you can simply declare a hover state in css.
For IE you will require JavaScript to apply a hover style, you can for example use jQuery.hover() to toggle a hover class for IE.
For IE you will require JavaScript to apply a hover style, you can for example use jQuery.hover() to toggle a hover class for IE.