[jQuery] Re: Superfish help - rebuilding a page because of LiveBooks framework

2009-06-15 Thread marioATsmithphoto.com
Many Many thanks to Charlie for not only helping me to make this work, but for making it work as efficiently as possible with coding that is streamlined and not full of useless and unnecessary code. He implemented a very clean Superfish script in a VERY short time and his services are offered at

[jQuery] Re: Superfish Help

2009-03-05 Thread Josh
Sorry about that, I didn't know you all had posted back. I went ahead and bought a template and it had all the menu solutions I needed. This site is up and running, and there is no need for a login anymore. www.eslbasics.com Thanks, Josh On Feb 6, 2:23 am, jQuery Lover ilovejqu...@gmail.com

[jQuery] Re: Superfish Help

2009-02-06 Thread jQuery Lover
Create a dummy user for us so we could see it in action... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Feb 6, 2009 at 9:16 AM, Aaron Gundel aaron.gun...@gmail.com wrote: if you're logged in? On Thu, Feb 5, 2009 at 5:32 PM, Josh

[jQuery] Re: Superfish Help

2009-02-05 Thread Aaron Gundel
if you're logged in? On Thu, Feb 5, 2009 at 5:32 PM, Josh joshua.d.mich...@gmail.com wrote: Hello, I have installed the Superfish module and can get it to display on my site, but I can't seem to get the drop-down to look good. In fact it looks pretty awful. Any help would be great.

[jQuery] Re: superfish help

2009-01-23 Thread Joel Birch
Hello, You need to include the jQuery JS file before the Superfish JS file. That should fix the JS errors you are getting. Also, make sure your menu works without JS first (your CSS should allow for that in all modern browsers, (not IE6)), as yours currently does not. Joel Birch.

[jQuery] Re: superfish help

2009-01-23 Thread Skye
Thanks Joel. Dumb error with the JQuery. I'm using the Superfish css file included with the package for the dropdowns. I just modded the class name and changed it to an id instead b/c that's how extended menu publishes the menu with id instead of class. not sure if that will effect the sample css

[jQuery] Re: Superfish - Help - How to make menu centered on the page with css?

2008-07-10 Thread Joel Birch
Hello, Here are some previous threads you may get some hints from: http://tinyurl.com/6qafru http://tinyurl.com/5wcf3f Joel Birch.

[jQuery] Re: superfish help

2008-06-10 Thread warren
great, that will work. thanks.

[jQuery] Re: superfish help

2008-06-06 Thread Joel Birch
Hi Warren, For those types of menu, I work around this by adding an unnecessary child to main nav items that otherwise would have none. I use the extra child to point to the same page as it's parent and also provide slightly more info in the link text. An example of this can be seen here:

[jQuery] Re: Superfish help

2008-06-06 Thread jwadenpfuhl
To all who would read this, nevermind. I did read a little closer in the documentation for Superfish and it mentions the ability for Superfish to integrate with hoverIntent.js which has the delay on mouseover functionality...rock on. Thank you Joel Birch(Superfish) and Brian

[jQuery] Re: superfish help

2008-06-05 Thread warren
Hi Joel-! ok - found another problem. http://lhc.lucidcrew.com/ministries the first and last menu items have no sub-nav, so on rollover, it highlights the active tab and pops its subnav open. how do I avoid this from happening?

[jQuery] Re: superfish help

2008-06-03 Thread warren
hi Joel - thanks for the response. I couldn't get it to work, so I just hid the 3rd level for now :( the 3rd level still retains the display:block and mouseout

[jQuery] Re: superfish help

2008-05-31 Thread Joel Birch
Hi Warren, Sorry for the delay in responding. This sounds like the same issue recently discussed here: http://groups.google.com/group/jquery-en/browse_thread/thread/41fd759a678f6dcc The solution was found in that thread. The quick answer is to use Superfish 1.4.2beta which you can find here:

[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 shown

[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

[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 need to

[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 need to

[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

[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,