It'd be helpful if you could post a URL with an example page where the problem happens. There's a number of things that can come into play, though it's usually something to do with a large amount of elements being modified via JavaScript.
Karl Rudd On Dec 18, 2007 4:54 AM, Daniel Keel <[EMAIL PROTECTED]> wrote: > > Hello, this is my first post. > > I'm working with jQuery since a month and I have one problem. The $ > (document).ready event doesn't work properly, manly I get the fouc in > IE and Opera. As far as I have red the Dean Edwards solution (http:// > dean.edwards.name/weblog/2006/06/again/) is implemented in jQuery ($ > (document).ready ). For now I'm fixing this issue loading a css > dinamically that contains a class to hide the elements that trigger > fouc. > > > My main question is, does the $(document).ready include the Dean > Edwards solution? > Second question: Someone else experienced the fouc issue as I do? If > yes, which approach was taken? > > > > > Thanks in advance for your help and time. > > > daniEL > > > >