[jQuery] Re: Internet Explorer Issue with Hover State

2009-06-28 Thread Zbyszek Matuszewski
It's pretty hard to tell without some html code of your boxes and JS. I would consider putting something with 1x1 transparent pixel as an background there instead of text. Or changing css to get the same space in some other way (So maybe it will trigger. It might be some problem with a way that yo

[jQuery] Re: Internet Explorer Issue with Hover State

2009-06-28 Thread Ricardo
A screencast is probably not the best tool to get advice on HTML, just give out a link :) Are you using .mouseover and .mouseout directly or the hover() function? hover is just a wrapper for 'mouseenter' and 'mouseleave' events, which filter mouseover/out from happening on child elements. $('.it

[jQuery] Re: Internet Explorer Issue with Hover State

2009-06-27 Thread DFischer
I found a temporary hack to make this work. Wow this is such a horrible hack => http://www.screencast.com/users/dfischer/folders/Jing/media/a080ccc3-1cc5-47ab-9b9f-3f168695121a On Jun 27, 4:37 am, BigFisch wrote: > I'm having an extremely frustrating issue with Internet Explorer 7 and > the Hov