[jQuery] Re: background position plugin

2009-10-14 Thread vicix
in this example: http://buildinternet.com/live/smoothmenu/animated-menu.html Does anyone know when i get the menu in question static when clicked? thank you

[jQuery] Re: background position plugin

2009-10-13 Thread vicix
Sorry I expressed myself badly ... What I mean is how to implement the click function on my menu? thanks On 13 Out, 23:38, rob wrote: > try taking the numbers out of the parentheses like this: > > .animate({ backgroundPosition: "0px 0px",},{duration:400}) > > On Oct 13, 2:45 pm, vicix wr

[jQuery] Re: background position plugin

2009-10-13 Thread rob
try taking the numbers out of the parentheses like this: .animate({ backgroundPosition: "0px 0px",},{duration:400}) On Oct 13, 2:45 pm, vicix wrote: > hi, > > i build a menu with a background position animation plugin by Jonathan > Snook’s. > The mouseover and mouseout are correct, but i d