but if hover on div does not work in IE that classes will not be applied
correctly.


Brandon Aaron wrote:
> 
> Just use the hover method to add a hover class and remove it.
> 
> $('.myElements').hover(function() {
>     $(this).addClass('hover');
> }, function() {
>     $(this).removeClass('hover');
> });
> 
> --
> Brandon Aaron
> 
> On 8/24/07, Eridius <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>> I don't see how that shows me how to make .hover work in IE on a div
>>
>>
>> Brandon Aaron wrote:
>> >
>> > It doesn't but you can use the jQuery hover helper method to make IE
>> bend
>> > to
>> > your will.
>> > http://jquery.bassistance.de/api-browser/#hoverFunctionFunction
>> >
>> > --
>> > Brandon Aaron
>> >
>> > On 8/24/07, Eridius <[EMAIL PROTECTED]> wrote:
>> >>
>> >>
>> >>
>> >> Does anyone know if IE support hover effects on divs?
>> >> --
>> >> View this message in context:
>> >> http://www.nabble.com/IE-hover-effect-tf4324220s15494.html#a12314607
>> >> Sent from the JQuery mailing list archive at Nabble.com.
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/IE-hover-effect-tf4324220s15494.html#a12314908
>> Sent from the JQuery mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/IE-hover-effect-tf4324220s15494.html#a12315617
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to