[jQuery] Re: safari flashes hidden text from hide()

2009-10-19 Thread Karl Swedberg
It's all about where you put the script and style in relation to each other and in relation to other elements. Take a look at my modification: http://test.learningjquery.com/brisk.html I added a one-liner before any of the stylesheets are loaded. Seems to work in Safari for me. --Karl ___

[jQuery] Re: safari flashes hidden text from hide()

2009-10-19 Thread de...@gravityswitch.com
Thanks for the reply. I tried implementing the fix but Safari is still flashing the hidden text. The updated files are at the same URLs: Here is the page: https://216.25.8.35/ And here is the js code: https://216.25.8.35/gsuniverse/templates/javascripts/readmore.js Am I missing something? de

[jQuery] Re: safari flashes hidden text from hide()

2009-10-16 Thread Karl Swedberg
This has served me well: http://www.learningjquery.com/2008/10/1-way-to-avoid-the-flash-of-unstyled-content --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Oct 16, 2009, at 4:53 PM, derek allard wrote: Hello. I'm relatively new to jQuery and wrote a si