[jQuery] Re: Safari Hide() - Everything I am running across fails.

2008-09-25 Thread Eric
You said that this is a "popular bug". Have you found it mentioned on other sites? If so, please let me know what solutions they suggested. My first guess is related to your mention of "The containers". Do you have more than one element with id 'cardsContainer'!? If so, that could be your pro

[jQuery] Re: Safari Hide() - Everything I am running across fails.

2008-09-25 Thread MorningZ
have you ruled out jQuery as the problem? if document.getElementById("cardsContainer").style.display = "none"; doesn't work, then the problem is with Safari's dealings with your design/layout

[jQuery] Re: Safari Hide() - Everything I am running across fails.

2008-09-25 Thread MorningZ
Gave you ruled out jQuery as the problem? if document.getElementById("cardsContainer").style.display = "none"; doesn't work, then the problem is with Safari's dealings with your design/layout

[jQuery] Re: Safari Hide() - Everything I am running across fails.

2008-09-25 Thread urbolutions
Hi all, I am pretty desperate on this issue. Anyone encoutered this before? Thanks for anything you can offer! On Sep 25, 10:04 am, urbolutions <[EMAIL PROTECTED]> wrote: > This is the popular bug wherein Safari refuses to hide elements. > > Environment/code setup: > > - JQuery 1.2.6.min > - H