[jQuery] Re: hover and/or fadeTo breaking layout in IE 6 and 7

2009-04-20 Thread Jonathan
Figured this out - the problem wasn't jquery or hover and/or fadeTo, rather the infamous IE Guillotine Bug. More info and how to fix located here: http://www.positioniseverything.net/explorer/guillotine.html Cheers~ On Apr 20, 2:09 pm, Jonathan wyscr...@gmail.com wrote: Anyone come across

[jQuery] Re: hover and/or fadeTo breaking layout in IE 6 and 7

2009-04-19 Thread Jonathan
Sorry, forgot to include a link. You can see the IE bug here: http://themes.nimblehost.com/preview/sleek/test/ On Apr 19, 10:46 pm, Jonathan wyscr...@gmail.com wrote: I'm using jquery to add a smooth fade effect when users mouse over a menu item. The site has split navigation, with this

[jQuery] Re: hover and/or fadeTo breaking layout in IE 6 and 7

2009-04-19 Thread Jonathan
Anyone come across something like this before? I understand it's easy enough to keep IE 6/7 from implementing the script -- if($.browser.msie $.browser.version 8) return; -- but I'd like to get IE working with this if possible. On Apr 20, 1:02 am, Jonathan wyscr...@gmail.com wrote: Sorry,