The problem is that Safari doesn't properly report the current style
property values. This may be possible in the Safari Nightlies, but I
haven't tested yet. This is a major fallback of Safari, unfortunately.

--John

On 8/18/06, Samuel Souder <[EMAIL PROTECTED]> wrote:
> I am running up against an issue I see in Safari.
>
> Lets say I have a <div> with some content in it assigned a class of
> 'myClassName'. I then tell that class to be 'display: none;' in the
> CSS. Now for the odd part... When I ask $(".myClassName:hidden").show
> (); it doesn't show up!?
>
> So I made a test page up that checks $(".myClassName").is(":hidden")
> and what do you know, Safari says that it's visible not hidden!
>
> Am I doing something wrong here?
>
> NOTE: I have tried the same code on http://jquery.com/src/latest/
> sane/, http://jquery.com/src/beta/sane/, and http://jquery.com/src/
> dev/sane/ codebases.
>
>
> Thanks for your help!
> Sam
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>


-- 
John Resig
http://ejohn.org/
[EMAIL PROTECTED]

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

Reply via email to