[jQuery] Getting width of menu outputs incorrect size

2009-12-07 Thread Niels
> .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position: -10px 0; /* arrow hovers for modern browsers*/ } /*** shadows for all but IE6 ***/ .sf-shadow ul { background: url(images/shadow.png) no-repeat bottom right; padding: 0 8px 9px 0; -moz-border-radius-bottomleft: 17px; -moz-border-radius-topright: 17px; -webkit-border-top-right-radius: 17px; -webkit-border-bottom-left-radius: 17px; } .sf-shadow ul.sf-shadow-off { background: transparent; } The test site is here http://pam.nielsoeltjen.com/ Any theories/solutions anyone? Thanks, Niels

[jQuery] Re: serialScroll option : start --> no effect

2009-04-29 Thread Niels
Ariel Flesler wrote: > Your 'items' selector ('li') is not JUST matching the panes, but other > LIs as well. The plugin is indeed scrolling to the forth LI within the > container. > > Cheers > > > > On Fri, Apr 24, 2009 at 2:37 PM, Niels wrote: > > &g

[jQuery] Re: serialScroll option : start --> no effect

2009-04-24 Thread Niels
: > Can you provide a demo online ? > > Cheers > -- > Ariel Flesler > > On Apr 10, 6:17 am, Niels wrote: > > > We're using the serialScroll method and using some of the options. > > Only the option start has no effect. > > > We want to scroll at the star

[jQuery] serialScroll option : start --> no effect

2009-04-10 Thread Niels
We're using the serialScroll method and using some of the options. Only the option start has no effect. We want to scroll at the start to element 2 and not to the default position 0 Suggestions? $('#technical').serialScroll({ target:'#technical-sections',

[jQuery] Callback-return into global variable

2008-01-16 Thread Niels
t.content + ""); }); } Unfortunately, _json seems to remain undefined... What am I doing wrong? Or is there really no way to accomplish this? Thanks a lot! Niels

[jQuery] scrolling browserwindow while dragging elements

2007-12-13 Thread Niels
Hmmm, where did my previous post go? (hope this won't be a double post) Currently I'm using Interface (http://interface.eyecon.ro) for dragging and dropping elements. I have adjusted the autoscroller a bit so that it now works with all browsers, but Interface needs JQuery 1.1.2 for support. I wo

[jQuery] scrolling browserwindow while dragging elements

2007-12-13 Thread Niels
Currently I'm using Interface (http://interface.eyecon.ro) for dragging and dropping elements. I have adjusted the autoscroller a bit so that it now works with all browsers, but Interface needs JQuery 1.1.2 for support. I would actually like to update to the latest version of JQuery and if possib