[jQuery] Problems with css(font-size) on IEs

2007-10-01 Thread Maurizio Mangione
Hi, if I try to get the font size in the paragraph inside my .article, all non IE browser return the right value (14px). IE (6 and 7) returns me 630px, that is the width of my p. It's a bug o I miss something? alert($(.article p).css(font-size)); Thanks in advance, -Maurizio

[jQuery] jQuery 1.2 and jCarousel

2007-09-14 Thread Maurizio Mangione
Hi, I've tried to implement jCarousel and jCarousel lite with the new version of jQuery but doesn't works. Any suggestion to solve this problem? Thanks in advance, -Maurizio

[jQuery] draggable fx and jQuery 1.1.3.1

2007-08-06 Thread Maurizio Mangione
Hi, I've noticed that using the option fx, with interface draggable and jQuery 1.1.3.1, I get an error (jQuery.easing[e.easing] is not a function). With jQuery 1.1.2 all run perfectly. -Maurizio