[jQuery] Re: superfish navbar issue in Afterburner or JA-Purity Templates

2009-12-04 Thread xantof
Thanks Charlie, You describe the situation perfectly! I am still a tenderfoot at this game but I am getting my hands dirty. Priorities is not the easiest notion to grasp. I am using Firebug but I am not yet fully proficient with all its functionalities and haven't (yet) got the "method" to move up

Re: [jQuery] Re: superfish navbar issue in Afterburner or JA-Purity Templates

2009-11-26 Thread Charlie
what you are discovering is the root of most problems  installing one menu in any template with an existing menu will run into css conflicts. The majority of the issues that pop up in this group regarding superfish stem from Joomla installs and the exact situation you are running into Without

[jQuery] Re: superfish navbar issue in Afterburner or JA-Purity Templates

2009-11-25 Thread xantof
This is a progress report on finding a solution : If all CSS pertaining to the NAV position in the Template's style sheet are commented out, then it works. This is a dirty solution and I would like to find the root of the problem. I think it has to do, at least in part with the WIDTH parameter.

[jQuery] Re: superfish navbar - how do I center the whole bar?

2009-11-19 Thread xantof
Go see there : http://css-tricks.com/quick-css-trick-how-to-center-an-object-exactly-in-the-center/ On Oct 20, 4:35 am, Shawn wrote: > I'm using anavbarwith superfish. I simply put my menu list inside a > wrapper so the markup looks like this: > > > ... > ... > ... > > > > now I want to mak

[jQuery] Re: superfish navbar - how do I center the whole bar?

2009-10-20 Thread Shawn
If you have markup as indicated below, then you have invalid markup, which will cause problems. A UL element can't contain a div - it has to contain li's, which in turn can contain a div. I would expect that structure to fail. Removing the div immediately after the UL, will clean things up

[jQuery] Re: superfish navbar - how do I center the whole bar?

2009-10-20 Thread Florent V.
Hello, This is a CSS issue, not really related to Superfish or jQuery. The solution depends on your code, and also on the browsers you want to support (IE 6 and 7 will limit what you can do). If your UL has a fixed width, you can center it horizontally in its container using automatic margins.

[jQuery] Re: superfish navbar - how do I center the whole bar?

2009-10-20 Thread rupak mandal
Put the ul inside a div. I think it will work On Tue, Oct 20, 2009 at 9:05 AM, Shawn wrote: > > I'm using a navbar with superfish. I simply put my menu list inside a > wrapper so the markup looks like this: > > > > ... > ... > ... > > > > > now I want to make the navbar-wrapper 100% of

[jQuery] Re: Superfish navbar alignment question

2009-10-09 Thread VijayW
In addition, I would like to have another option to have the sub menu bar (navbar) centrally aligned under the main navbar. something like: : subalign: [left (default) | center | right ] : On Oct 1, 8:03 am, Charlie wrote: > you could do that with out usingnavbaroption, set sub li's inline and

[jQuery] Re: Superfish navbar alignment question

2009-09-30 Thread Charlie
you could do that with out using navbar option, set sub li's inline and remove sub ul width, not tested but should be fairly straightforward Vali wrote: Hello, Actually I will repeat a message sent by some other user, message which seems to have been completely ignored. I believe this is

[jQuery] Re: Superfish Navbar wrapping too soon

2009-07-08 Thread Ryan Ross
Thanks Charlie, I adjusted the .sf-navbar li ul width to 60em. Originally it was 84, and extended the page when hovering, causing the body background to move since it was centered, and the page was increasing in width. On Jul 8, 12:52 pm, Charlie wrote: > Ryan, > was looking at this just befor

[jQuery] Re: Superfish Navbar wrapping too soon

2009-07-08 Thread Ryan Ross
I figured it out (sorta) .sf-navbar li ul { /*width:44em; /*IE6 soils itself without this*/ width: 84em; } I changed the width in ems to a larger number just to see what it would do, turns out it provided enough space for the entire sub me

[jQuery] Re: Superfish Navbar question

2009-02-18 Thread kindaian
How do you do that in joomla? (sorry, i'm learning both joomla and this hehehe) ;) On Jan 25, 9:55 am, Joel Birch wrote: > Hi Bob, > > To add two multiple classes to one element, you put them both within > the one class attribute and separate them with a space, like so: > > ... > > Hope this

[jQuery] Re: Superfish Navbar question

2009-01-25 Thread Bob
Yes, it does. Many thanks! On Jan 25, 4:55 am, Joel Birch wrote: > Hi Bob, > > To add two multiple classes to one element, you put them both within > the one class attribute and separate them with a space, like so: > > ... > > Hope this clears it up for you. > > Joel Birch.

[jQuery] Re: Superfish Navbar question

2009-01-25 Thread Joel Birch
Hi Bob, To add two multiple classes to one element, you put them both within the one class attribute and separate them with a space, like so: ... Hope this clears it up for you. Joel Birch.

[jQuery] Re: superfish navbar

2008-09-30 Thread pillpusher
i know i look like an idiot posting to my own posts (and answering my own questions), but i wanted to post the solution i found in case someone else had the same problem. after looking around at other peoples' questions (and source codes) i noticed that a negative z- index makes my navbar work gre

[jQuery] Re: superfish navbar

2008-09-30 Thread pillpusher
i tried to assign a z index (lower than the superfish navbar) to the slide show class, but it didn't help.

[jQuery] Re: Superfish navbar wrapping problem in IE6 & Firefox

2008-09-22 Thread Joel Birch
Hi Ashley, You may need to design around your issues. That sounds like a lot of nav items for this type of menu so you are bound to run into width problems. The navbar style of menu is not really intended to be designed in such a way that it requires items to wrap onto subsequent rows. 1. This s

[jQuery] Re: Superfish navbar for Wordpress

2008-09-22 Thread kiper
Sweet! That was a nice and simple solution. It works but I realized that I'll have to change some of the CSS... :) Many Thanks! Müfit On Sep 21, 9:57 am, "Joel Birch" <[EMAIL PROTECTED]> wrote: > I just thought of a really simple solution for this. Before > initialising Superfish simply dynami

[jQuery] Re: Superfish navbar for Wordpress

2008-09-21 Thread Joel Birch
I just thought of a really simple solution for this. Before initialising Superfish simply dynamically add one common class to the elements that are of any of three WordPress classes. $('document').ready(function(){ $('ul.sf-menu') .find('li.current_page_item,li.current_page_parent,li.current_p

[jQuery] Re: Superfish navbar for Wordpress

2008-09-18 Thread kiper
Hi Joel! I am just happy if I can contribute to make Superfish even better! All the best, Müfit On Sep 18, 5:29 am, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi Müfit, > > Thanks for your well-articulated thoughts on this. I agree that being > able to specify more that one pathClass would be v

[jQuery] Re: Superfish navbar for Wordpress

2008-09-17 Thread Joel Birch
Hi Müfit, Thanks for your well-articulated thoughts on this. I agree that being able to specify more that one pathClass would be very useful for WordPress generated menus. I will aim to get this in as a Superfish feature as soon as possible, although I'm snowed under with work for the next few wee