[jQuery] Re: Superfish Help Required

2008-02-01 Thread Dave Buchholz - I-CRE8
On 1/2/08 02:04, "Joel Birch" <[EMAIL PROTECTED]> wrote: > > Doh, just as I clicked send I realised you wanted the solution for > when JS was *not* available. I guess you could use > display:none/display:block in your CSS along side the necessary 'top' > values, and then use the callbacks as

[jQuery] Re: Superfish Help Required

2008-01-31 Thread Joel Birch
Doh, just as I clicked send I realised you wanted the solution for when JS was *not* available. I guess you could use display:none/display:block in your CSS along side the necessary 'top' values, and then use the callbacks as shown above, but with opposite effects. This way, when JS is available,

[jQuery] Re: Superfish Help Required

2008-01-31 Thread Joel Birch
Hmmm, a fix? I think of it as a feature actually, as the links have more chance of remaining accessible to screen-readers and the like if you don't use display:none. Untested by me, but it's a common theory. You could try attaching your display:none/display:block to the onHide and onBeforeShow c

[jQuery] Re: Superfish Help Required

2008-01-31 Thread Dave Buchholz - I-CRE8
On 31/1/08 12:26, "Joel Birch" <[EMAIL PROTECTED]> wrote: > > Hi Dave, > > Instead of display:none and display:block to hide and reveal your > submenus you need to use top:-999em and top:1.5em (or whatever the > vertical offset you need for your menu) respectively. The only other > thing you

[jQuery] Re: Superfish Help Required

2008-01-31 Thread Dave Buchholz - I-CRE8
On 31/1/08 12:26, "Joel Birch" <[EMAIL PROTECTED]> wrote: > > Hi Dave, > > Instead of display:none and display:block to hide and reveal your > submenus you need to use top:-999em and top:1.5em (or whatever the > vertical offset you need for your menu) respectively. The only other > thing you

[jQuery] Re: Superfish Help Required

2008-01-31 Thread Joel Birch
Hi Dave, Instead of display:none and display:block to hide and reveal your submenus you need to use top:-999em and top:1.5em (or whatever the vertical offset you need for your menu) respectively. The only other thing you need to once you have swaped 'display' for 'top' is that you will need posit