[jQuery] Re: superfish menu only drops down

2008-09-24 Thread tsnj
It's now on the test server and working. However, I had to use superfish1.4.1.js instead of 1.4.8. It works in all of the browsers mentioned above. In IE6 there is overlap where the hovered menu is behind the one to the right of it. For those who have js turned off, I'll have to include an ext

[jQuery] Re: superfish menu only drops down

2008-09-24 Thread tsnj
Just a quick look at the test page shows that it appears to work fine in both Firefox 3.01 and IE8 beta2, but not at all in Opera 9.52. I haven't put it on the test server yet though.

[jQuery] Re: superfish menu only drops down

2008-09-24 Thread tsnj
Just a quick look at the test page shows that it appears to work fine in both Firefox 3.01 and IE8 beta2, but not at all in Opera 9.52. I haven't put it on the test server yet though.

[jQuery] Re: superfish menu only drops down

2008-09-24 Thread tsnj
Thanks Joel, I found this: http://users.tpg.com.au/j_birch/plugins/superfish/supposition-test.zip Is this the latest version that was worked on? I'll play with it a bit today.

[jQuery] Re: superfish menu only drops down

2008-09-24 Thread tsnj
Thanks Joel, I found this: http://users.tpg.com.au/j_birch/plugins/superfish/supposition-test.zip Is this the latest version that was worked on? I'll play with it a bit today.

[jQuery] Re: superfish menu only drops down

2008-09-23 Thread Joel Birch
I think I misunderstood the original question. @tsnj do a search for the "Supposition" plugin. It was created to do exactly what you want. It never left beta as I think there was still a minor bug that I wasn't satisfied with but didn't get around to solving. You may find it works fine for what yo

[jQuery] Re: superfish menu only drops down

2008-09-23 Thread tsnj
Sounds reasonableif only I knew what I was doing! Just back from a trip so plenty busy, I'll see what I can come with in the next day or two.

[jQuery] Re: superfish menu only drops down

2008-09-23 Thread tsnj
Sounds reasonableif only I knew what I was doing! Just back from a trip so plenty busy, I'll see what I can come with in the next day or two.

[jQuery] Re: superfish menu only drops down

2008-09-23 Thread Aaron
It might require some JS, but this could also be a feature that can be enabled when instantiating the superfish menu (i.e. $ (document).ready(function() { $('ul.sf-menu').superfish({ in here }); });) I don't know jQuery well enough however to know if there is a way to get it to reverse top with bo

[jQuery] Re: superfish menu only drops down

2008-09-23 Thread tsnj
Thanks, but this was unsuccessful. I'm thinking that to include logic, this type of function would have to be javascript, yes? On Sep 22, 9:27 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Try changing the CSS where it sets the 'top' property on hover, to 'bottom'. > > Joel Birch.

[jQuery] Re: superfish menu only drops down

2008-09-22 Thread Joel Birch
Try changing the CSS where it sets the 'top' property on hover, to 'bottom'. Joel Birch.