[jQuery] fade effect not working in IE

2009-04-03 Thread bgthomson
Hi, When I load the following jquery, the load effect collapses in IE. You can see what I mean here: http://m1.cust.educ.ubc.ca/. The buttons in the middle of the page are supposed to load new content. Any ideas what's wrong? $(document).ready(function(){ q1 = { init: function() {

[jQuery] Re: Ugly code causing problems in IE

2009-03-30 Thread bgthomson
; on http://m1.cust.educ.ubc.ca/newsite/ On Mar 29, 1:12 pm, MorningZ wrote: > Might help others help you if you point out what is "not working" > > the .load() part?  adjusting the CSS? > > On Mar 29, 2:26 pm, bgthomson wrote: > > > Hello, > > I am a jquery newbie,

[jQuery] Ugly code causing problems in IE

2009-03-29 Thread bgthomson
Hello, I am a jquery newbie, and I am trying to get an effect off the ground. It works fine in Mozilla but not in IE. Does anyone know what I'm doing wrong. Many apologies for the ugly code - I'm not really a jquery programmer, so not sure how to make it more efficient. At the moment, I'm just w

[jQuery] Re: IE animation issues

2008-05-29 Thread bgthomson
oning menu. This seems to work - great suggestions and definitely helped me to find the solution. Cheers, bgthomson On May 27, 2:08 am, hagalaz <[EMAIL PROTECTED]> wrote: > My bad. I wasn't looking at the right menu... > > I played around with the code a bit and it seems to be IE&#x

[jQuery] IE animation issues

2008-05-23 Thread bgthomson
Hi all, I've created (well, adapted) an accordian menu and also given it some fadeIn behaviour. It looks right in Firefox, but in IE, it does a couple of things I don't want: when it slides down, it also pushes the content below it down, and it flickers for a moment before the animation finishes.