[jQuery] serialScroll ie6/7 problems

2009-09-07 Thread less than zero
Hello, I'm having problems getting the scroll plugins to work properly on ie6/7 - it seems to work fine on all other browsers. The problem is with the second scroll container that is nested within the first. Take a look at my code here - the relevant parts would be a bit long to paste in.

[jQuery] Mouse event problem

2009-05-11 Thread less than zero
Hi, I need to make one of those mouse scrolling galleries that lets you change the direction by where your cursor is positioned. However, I'm starting to suspect this won't be possible using javascript. I have the main functionality worked out(see code below), but the problem I'm coming up

[jQuery] Rounding numbers

2008-11-19 Thread less than zero
Hi, Is there any way to round the value of a variable to the next decimal place? For the project I'm working on I need to round up the figure regardless of whether it is nearer to the lower value. e.g. 3. would become 4. Thanks for your help, R -- View this message in context:

[jQuery] Re: Rounding numbers

2008-11-19 Thread less than zero
solution for your problem Bye Pierre Lily Tomlin - The trouble with the rat race is that even if you win, you're still a rat. 2008/11/19 less than zero [EMAIL PROTECTED] Hi, Is there any way to round the value of a variable to the next decimal place? For the project I'm working on I

[jQuery] Problems with find()

2008-10-15 Thread less than zero
Hi, I'm having some problems with a plugin I'm developing. I'm using '$(this).find('whatever')' to locate the relevant elements within the html code, which works fine if just one instance of the plugin is initialised. However, if multiple versions are called they start to conflict with each

[jQuery] Using variables with animate()

2008-10-14 Thread less than zero
Hi, I've made a sliding gallery which works well enough, but I'm currently having to use a lot of conditional statements to work out where the images need to be animated. Is there a way to use variable within the animation function? E.g. $(whatever).animate({variable: '200px'}, 200); If I