Hey all,

I've tried searching the discussion arcives to no avail... I'm running
into an issue on Safari 2.0.4 where setting a DIV to "display: none"
in the CSS causes the "show()" method to not work.

here's an example:

css: #myDiv{ display; none }
js: $("#myDiv").show();

The div does not get displayed... It works fine in FF.  It does work,
however, when removing the "display: none" style.  Any ideas on how to
get this working in Safari?


Thanks in advance,
Frank

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to