[jQuery] Re: animate problem with IE7

2008-11-29 Thread ^AndreA^
) Subject: [jQuery] Re: animate problem with IE7 The answer for the ticket is: That's a matter of css. Different browser have different whims when it comes to scrolling. Try adding height and width to the containing UL. I tried adding width and height to the UL but nothing changes

[jQuery] Re: animate problem with IE7

2008-11-27 Thread ^AndreA^
forget to open a ticket on it (dev.jquery.com) JK -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ^AndreA^ Sent: Monday, November 24, 2008 3:06 AM To: jQuery (English) Subject: [jQuery] Re: animate problem with IE7 jQuery

[jQuery] Re: animate problem with IE7

2008-11-27 Thread Jeffrey Kretz
: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ^AndreA^ Sent: Thursday, November 27, 2008 2:49 AM To: jQuery (English) Subject: [jQuery] Re: animate problem with IE7 The answer for the ticket is: That's a matter of css. Different browser have different whims when it comes

[jQuery] Re: animate problem with IE7

2008-11-25 Thread ^AndreA^
:[EMAIL PROTECTED] On Behalf Of ^AndreA^ Sent: Monday, November 24, 2008 3:06 AM To: jQuery (English) Subject: [jQuery] Re: animate problem with IE7 jQuery cycle plugin is very nice but I have had bad experiences with plugins... Usually they do a lot of things but not exactly what I need

[jQuery] Re: animate problem with IE7

2008-11-24 Thread ^AndreA^
with the animation plumbing, so I'm not sure why this is occurring. JK -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ^AndreA^ Sent: Saturday, November 22, 2008 4:26 PM To: jQuery (English) Subject: [jQuery] Re: animate problem with IE7

[jQuery] Re: animate problem with IE7

2008-11-24 Thread Jeffrey Kretz
^ Sent: Monday, November 24, 2008 3:06 AM To: jQuery (English) Subject: [jQuery] Re: animate problem with IE7 jQuery cycle plugin is very nice but I have had bad experiences with plugins... Usually they do a lot of things but not exactly what I need, therefore I have to start tweaking them

[jQuery] Re: animate problem with IE7

2008-11-24 Thread ^AndreA^
(English) Subject: [jQuery] Re: animate problem with IE7 Hi Jeffrey, thanks. I deleted the float: left;, i didn't know was useless with position:absolute; Anyway, I noted the strange behaviour of the li elements too. I uploaded jQuery unpacked... if you still want to have a look

[jQuery] Re: animate problem with IE7

2008-11-23 Thread Anyulled
not sure why this is occurring. JK -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ^AndreA^ Sent: Saturday, November 22, 2008 4:26 PM To: jQuery (English) Subject: [jQuery] Re: animate problem with IE7 Hi Jeffrey, thanks. I deleted

[jQuery] Re: animate problem with IE7

2008-11-22 Thread Jeffrey Kretz
I watched the animation with the IE developer toolbar, and noticed a couple of oddities. Firstly, the CSS for the divs are set to both position:absolute and float:left. This is not the source of the problem (I overwrite to float:none and tried it), but float:left is unnecessary if with absolute

[jQuery] Re: animate problem with IE7

2008-11-22 Thread ^AndreA^
Hi Jeffrey, thanks. I deleted the float: left;, i didn't know was useless with position:absolute; Anyway, I noted the strange behaviour of the li elements too. I uploaded jQuery unpacked... if you still want to have a look... ;-) BTW, there could be something wrong with

[jQuery] Re: animate problem with IE7

2008-11-22 Thread Jeffrey Kretz
PROTECTED] On Behalf Of ^AndreA^ Sent: Saturday, November 22, 2008 4:26 PM To: jQuery (English) Subject: [jQuery] Re: animate problem with IE7 Hi Jeffrey, thanks. I deleted the float: left;, i didn't know was useless with position:absolute; Anyway, I noted the strange behaviour of the li elements too