Re: [jQuery] .toggle crashing IE

2006-09-23 Thread digital spaghetti
Thanks very much, I just could not find it, I suppose i rely too much on on JS console in Firefox, which has no problems :) As for the cleartype problem, I know how to solve that - you need to specify the background colour in the CSS file, but since my background is always the same colour in that

Re: [jQuery] .toggle crashing IE

2006-09-22 Thread Michael Geary
> From: digital spaghetti > > Now, in IE6 (at least in my copy) the bottom toggle bar works > fine, so does the comments area - but the top bar keeps > crashing IE6 - however it works fine in Firefox. At first I > thought it might be because of the hidden nature, but my > comment area is hid

Re: [jQuery] .toggle crashing IE

2006-09-22 Thread Dave Methvin
> Now, in IE6 (at least in my copy) the bottom toggle bar > works fine, so does the comments area - but the top > bar keeps crashing IE6 - however it works fine in Firefox. Same here. The crash is in MSHTML.DLL, which is bad news. Even if you caused it indirectly, it shouldn't result in a crash

[jQuery] .toggle crashing IE

2006-09-22 Thread digital spaghetti
Hey folks, I am working on a Wordpress/Canvas theme that exclusivly uses jQuery for it's JS functions. I have added 2 toggle areas, one at the top that by default is hidden, and one at the bottom that by default shows up. I also have my comment area hidden by default but it's only shown if you v