I've resolved this issue in jQuery 1.0:
http://jquery.com/src/jquery-1.0.js

It was an issue with how Safari handles computedStyle() when an
element has its display set to 'none'.

> I found that if you use CSS class to hide something in safari then you
> need to use raw STYLE=" display: none" to get it work correctly in
> safari  useing a classs="myHideClass"  is not working, so thats my
> solution, that worked for me. you may want to try it. it sucks but its
> the only solution i known that would work

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to