[jQuery] superfish IE error - pleasee help

2010-03-03 Thread Eddie
Hi All, this is the error i get in superfish menu in joomla jQuery.noConflict(); jQuery(function($){ $(ul.sf-menu).superfish({hoverClass:'sfHover', pathClass:'active', pathLevels:0, delay:800, animation: {opacity:'show'}, speed:'def', autoArrows:0, dropShadows:1}) }); jQuery(window).load(

Re: [jQuery] superfish joomla

2010-02-28 Thread Jonathan Vanherpe (T T nv)
You forgot to put ; after }) a couple of times. IE is a bit strict in that regard. Jonathan Eddie wrote: Hello all at jquery group, superfish menu in joomla works fantastic but it gives an error in IE8 and my client hates it! the done, but with errors this is the errordoes anyone know how

Re: [jQuery] superfish joomla

2010-02-27 Thread Charlie
Try removing the window.load function, it makes no sense to bind the different menu functions to different page load events jQuery.noConflict(); jQuery(function($){ // this is document ready $("ul.sf-menu").superfish({hoverClass:'sfHover', pathClass:'active', pathLevels:0, delay:800,

[jQuery] superfish joomla

2010-02-26 Thread Eddie
Hello all at jquery group, superfish menu in joomla works fantastic but it gives an error in IE8 and my client hates it! the done, but with errors this is the errordoes anyone know how to fix it!! Best, Chris Message: Object doesn't support this property or method Line: 48 Char: 35 Code: 0

Re: [jQuery] Superfish text color with parent - Really need help, thanks

2010-02-10 Thread Nathan Klatt
On Tue, Feb 9, 2010 at 9:15 PM, Gary Herbstman ga...@bytesolutions.com wrote: So .sf-menu li.sfHover a Applies that style to any A element that is a child of li.sfHover that is a descendent of sf-menu. Right. What in superfish is happening? Is the code setting the attribute sfHover to the

[jQuery] Superfish text color with parent - Really need help, thanks

2010-02-09 Thread garyh
I am new to superfish and generally have the menu working except for one problem. When navigating to a sub menu the parent is properly keeping it's background color but the text color is reverting to its normal color. There is a link to the site below to see an example. http://dev.beckermd.com/

Re: [jQuery] Superfish text color with parent - Really need help, thanks

2010-02-09 Thread Nathan Klatt
On Tue, Feb 9, 2010 at 2:23 PM, garyh ga...@bytesolutions.com wrote: I am new to superfish and generally have the menu working except for one problem. When navigating to a sub menu the parent is properly keeping it's background color but the text color is reverting to its normal color. There

[jQuery] Superfish accesskeys

2010-02-09 Thread Haruan
I need some help to use accesskeys of superfish, to press something and open a bar of the menu...

RE: [jQuery] Superfish text color with parent - Really need help, thanks

2010-02-09 Thread Gary Herbstman
Subject: Re: [jQuery] Superfish text color with parent - Really need help, thanks On Tue, Feb 9, 2010 at 2:23 PM, garyh ga...@bytesolutions.com wrote: I am new to superfish and generally have the menu working except for one problem. When navigating to a sub menu the parent is properly keeping

Re: [jQuery] Superfish text color with parent - Really need help, thanks

2010-02-09 Thread Nathan Klatt
On Tue, Feb 9, 2010 at 5:45 PM, Gary Herbstman ga...@bytesolutions.com wrote: Cool, That did the trick, THANKS! You're welcome. I would love to understand this better. What exactly is this doing? Well, what's happening is the cascade. Where there are style clashes, whatever rule is the most

RE: [jQuery] Superfish text color with parent - Really need help, thanks

2010-02-09 Thread Gary Herbstman
@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Nathan Klatt Sent: Tuesday, February 09, 2010 8:02 PM To: jquery-en@googlegroups.com Subject: Re: [jQuery] Superfish text color with parent - Really need help, thanks On Tue, Feb 9, 2010 at 5:45 PM, Gary Herbstman ga...@bytesolutions.com

Re: [jQuery] Superfish - Only works on home page, not site Pages

2010-01-21 Thread Charlie
are you using abslolute or relative url's for source files? if relative probably have to switch to absolute initialsbr wrote: I'm not sure what's wrong. I'm building a site in Wordpress. I followed the directions on the Superfish site and things look good on the home page but then the HTML

Re: [jQuery] Superfish - Different colors for each menu column

2010-01-21 Thread Charlie
if you need a different background for each class hover likely have to build a series like following .sf-menu li.green:hover, .sf-menu li.green.sfHover, .sf-menu li.green a:focus, .sf-menu li.green a:hover, .sf-menu li.green a:active { background: #CFDEFF; outline: 0; } PTwatch wrote:

[jQuery] Superfish - Only works on home page, not site Pages

2010-01-20 Thread initialsbr
I'm not sure what's wrong. I'm building a site in Wordpress. I followed the directions on the Superfish site and things look good on the home page but then the HTML just shows up on the site Pages. Any help? Suggestions? Thanks!

[jQuery] Superfish - Different colors for each menu column

2010-01-20 Thread PTwatch
I'm trying to come up with an approach to assign a different color scheme for each main group (column). ie: ul class=sf-menu sf-vertical li # Menu1 /li li class=red #a Menu2 ul li class=red #aa Menu2-subitem1

[jQuery] Superfish - Horizontal and vertical superfish menus on the same page

2010-01-19 Thread pier.m...@gmail.com
Hi! can someone please tell me how to change the css so that a horizontal and a vertical superfish menus can coexist on the same page without interfering? I will use a Joomla extension module for this. Best regards, Pier

[jQuery] Superfish - drop up rather than down

2010-01-19 Thread galilee99
HI, I'm trying to implement a superfish navbar but I need the menus to slide up rather than down on mouseover. Has anyone done this before...any tips? thanks.

[jQuery] Superfish jquery.noconflict and ajax problem

2010-01-18 Thread Kiki Ess
Having a big issue here on my joomla website. I'm trying to integrate a video component called Jvideodirect. The main listings portion of Jvideo is run by ajax and has a tab system. You can see the page in question here: http://www.globallinkup.net/video.html When you click on any of the page

[jQuery] Superfish

2010-01-18 Thread Pini
I'm a beginner developing drupal on mysql. Looking for the easiest way to setup drop down menus, since NICE MENUS seems to disapear for all user's asside from the master user. Is Superfish for me?

[jQuery] Superfish - Arrows don't display on dropdown

2010-01-17 Thread initialsbr
I'm really excited to use this bu the arrows aren't displaying on my menu. Here's the code I've got in the head... link rel=stylesheet type=text/css media=screen href=superfish/ css/superfish.css / script type=text/javascript src=superfish/hoverIntent.js/ script script type=text/javascript

[jQuery] SuperFish - Auto width of main menu when vertical

2010-01-16 Thread Wayne
Using a vertical menu and supersubs so that the submenus all have the correct width. The only thing missing is I need the main vertical menu to size itself to the correct width too! How can we make supersubs also correctly autosize the main items on the vertical menu?

[jQuery] Superfish - Function request: Supporting JQuery UI Theme

2010-01-14 Thread vivalite_wei
Hi, I am really missing JQuery UI theme support in superfish. Could you consider to implement it in next version? Have a great day! Wei

Re: [jQuery] Superfish: 2nd dropdown positioning

2010-01-13 Thread Charlie
link doesn't work mcpilot wrote: I have Superfish installed on a website and have a 3-tier dropdown. li/ li/li. The 3rd tier is not positioned correctly, it's behind the second tier. (http://208.84.152.20/~loveland1) Lookiung for the CSS line to tweak to move that out. Pat

[jQuery] Superfish: 2nd dropdown positioning

2010-01-12 Thread mcpilot
I have Superfish installed on a website and have a 3-tier dropdown. li/ li/li. The 3rd tier is not positioned correctly, it's behind the second tier. (http://208.84.152.20/~loveland1) Lookiung for the CSS line to tweak to move that out. Pat

[jQuery] Superfish - any way to change the color?

2010-01-11 Thread zeebaah
Hello. Ive just got the Superfish mod for my site but the blue color dosnt look good with the design on my page and makes it impossible to read the text in the menu, any way to change the color of the menu to red like the old menu at (http://medielinjen.pgu.dk/joomla) youll be able to see how the

[jQuery] Superfish Move sub items

2010-01-11 Thread NetReach Australia
Hi, I'm using Superfish menu system on my website and I am attempting to move the sub items across, but when I put a margin-left on it, it moves both the sub items and the sub sub items. How can I have only the sub items move?

Re: [jQuery] Superfish - any way to change the color?

2010-01-11 Thread Charlie
modify the superfish.css to accomodate design zeebaah wrote: Hello. Ive just got the Superfish mod for my site but the blue color dosnt look good with the design on my page and makes it impossible to read the text in the menu, any way to change the color of the menu to red like the old

Re: [jQuery] Superfish Move sub items

2010-01-11 Thread Charlie
The sub menu ul's are absolute positioned at {left:-999} when not visible, then at {left:0} when visible. To adjust position you need to modify the {left:0} NetReach Australia wrote: Hi, I'm using Superfish menu system on my website and I am attempting to move the sub items across, but

[jQuery] Superfish

2010-01-10 Thread JW
Alright, so I have a Superfish menu with a rotating flash banner rotator. When I highlight over my menu item that has sub items, it goes behind the flash instead over top of it. Is there a way to correct this issue?

[jQuery] Superfish IE6 dies with opacity CSS attribute

2010-01-10 Thread cubefree
I have experimented in a variety of ways, and when I use the opacity CSS attribute, it kills the next level of the menu in IE6, FF as always no prob. Thus, when I had the CSS opacity code to ul, li does not appear. If I add it to ulli, then the second level (ulli li) does not appear. The menu's

Re: [jQuery] superfish navbar submenu

2010-01-09 Thread Charlie
a link would help. There are likely some simple css solutions to your problem Anne wrote: Hi all, I am brand new to this. I have downloaded the sample files. I added the navbar css to the example.html file. Everything works. My problem is that the submenu is visible when I first load

Re: [jQuery] SUPERFISH - submenus not

2010-01-08 Thread Charlie
site isn't loading jquery , or superfish css and script files. Suggest removing one version of jQuery and only loading one. Check the paths to all these files. If they are avaialbel at the correct path you should be able to open them in a browser. Example:

[jQuery] Superfish separator

2010-01-08 Thread eddybaby
Hi, Only found superfish today, and man oh man do I love it! It's fantastic, and so customisable. My only problem I am having, is getting a separator to show between the menu items! I have tried editing mod_superfishmenu.php and in the xml file and just can't get it to show up. Tried stuff with

[jQuery] Superfish - Working locally but not working live

2010-01-08 Thread Jason Camp
Very confused. Working on a Wordpress site/theme and integrating superfish for the main (pages) navigation. Everything is working on locally (running XAMPP on an XP box), but on the live site, child pages are not appearing as dropdowns. I can see in the source that the children are being

[jQuery] SUPERFISH - submenus not

2010-01-07 Thread assur3
Joel, Thanks for a great module. Everything seems to work well except I can't get the submenus to hide with the Suckerfish effects. All submenus are displayed with no mouseover. I must be doing something terribly stupid because no one else seems to have this problem! Forgive my dumb question,

[jQuery] SUPERFISH - version of jQuery

2010-01-07 Thread assur3
Joel, I forgot that on my site I installed SC jQuery, because that's the only version I found for Joomla. Is that OK, or do I need a different version?

[jQuery] superfish menu problem

2010-01-07 Thread kon
Can we keep different color for different menu items . If yes Can you please tell me how to do it.

[jQuery] Superfish 1.4.8 accessibility enhancement

2010-01-07 Thread Jason Denizac
Superfish is a jQuery plugin for progressive enhancement of suckerfish- style HTML/CSS drop-down menus. It can be found at http://users.tpg.com.au/j_birch/plugins/superfish/ The original Superfish plugin used jQuery's hide() method, which sets an inline css attribute of display: none on the

[jQuery] Superfish Nav-bar Joomla issue

2010-01-06 Thread Jason
I'm using the superfish module for joomla 1.5 all options except Nav- bar seem to work fine i have a fix menu area width 705px the 1st and 3rd levels are fine however the second level does not fill the entire 705px and instead folds into a 3rd line any ideas on how to get it to fill out the width?

[jQuery] superfish

2010-01-06 Thread Grzegorz Domaradzki
is it possible to link superfish menu with virtuemart? regards

[jQuery] superfish navbar submenu

2010-01-06 Thread Anne
Hi all, I am brand new to this. I have downloaded the sample files. I added the navbar css to the example.html file. Everything works. My problem is that the submenu is visible when I first load the page before I have hovered over anything. Before I get into this any further, is there a way

[jQuery] Superfish showing problems in IE7

2010-01-04 Thread i...@woosh.nl
Hello there, I am using Superfish for some Joomla websites. I face problems on the following sites an hope that you can help me out with it: http://stophersentumoren.woosh.nl: 1. When hovering on a list item that has children, the item appears to become smaller (the chaniging background color

[jQuery] Superfish - Which files to edit (Simple question) ?

2010-01-03 Thread MiguelGarcia
Hello to all... I was looking to user comments at joomla extentions for Superfish and it seams to be very interesting Suckerfish solution. Before start with, I will need to put a question: When I go to http://users.tpg.com.au/j_birch/plugins/superfish/#examples , looking at basic style tab, in

Re: [jQuery] Superfish - Which files to edit (Simple question) ?

2010-01-03 Thread Charlie
joomla extension will take care of inserting the head code needed as well as provide various options in the admin for setting up menu. Follow the extension instructions. Superfish website isn't really set up for CMS extension installs, like Joomla, however the css tricks will likely be useful

[jQuery] superfish: disable arrows in first list

2009-12-30 Thread Thies
Hi, is it possible to disable the arrows at superfish only at the first list, so that the arrow will only be shown in the sublists? Thanx a lot Frank, Germany

Re: [jQuery] superfish: disable arrows in first list

2009-12-30 Thread Charlie
simple solution is use css to hide them, or use jquery to remove them Thies wrote: Hi, is it possible to "disable" the arrows at superfish only at the first list, so that the arrow will only be shown in the sublists? Thanx a lot Frank, Germany

[jQuery] superfish menu issues

2009-12-28 Thread watchbill
I searched and tried implementing some suggestions regarding the desire for transparent first level navigation so it will show the sites nav bar gradient image. I am using a php include for the navigation so if i need to make changes or additions to the sites navigation I can do it in one place.

Re: [jQuery] superfish menu issues

2009-12-28 Thread Charlie
can't tell what the problem is when you use default styling. Would be much easier to help if the problem was visible, not theoretical watchbill wrote: I searched and tried implementing some suggestions regarding the desire for transparent first level navigation so it will show the sites

[jQuery] [Superfish] onHide event fires more than it should

2009-12-23 Thread Nick Pierpoint
Hello. Just started using the Superfish plugin - wonderful job. I'm trying to use the onHide event but have noticed that the event is fired more frequently than necessary: $(ul.sf-menu).supersubs({ minWidth:12, // minimum width of sub-menus in em units

[jQuery] Superfish - How to integrate template into CSS?

2009-12-21 Thread Beaker
Hi, I'm having big CSS issues on how to integrate my existing 'graphical' rounded corners on the front end of my site. I plan on having the orignal rounded top menu and then the drop down sections can just be rectangles.. my site: www.newtoneentertainment.com.au/index.php (still in draft) and

Re: [jQuery] Superfish and Wordpress

2009-12-21 Thread Charlie
you have a bunch of issues going on. First take the $(document).ready superfish constructor out of the internal functions of the plugin. Calling the plugin itself from within the plugin code is asking for problems( and it is throwing an error in Firebug) since you have multiple script

[jQuery] Superfish - current sublevel visible

2009-12-21 Thread tominou50
Hello, I'd like to know if it's possible that the current sublevel ul is always visible except when i rollover other main items and when i roll out other main items the current sublevel ul go back to visible status... am i clear ??? Many Thanks Thomas

Re: [jQuery] Superfish - current sublevel visible

2009-12-21 Thread Charlie
question is clear ..solution however would take some custom coding of the 2 main hide/show functions within plugin if you manage to create a solution please post it here, others have had same request tominou50 wrote: Hello, I'd like to know if it's possible that the current sublevel ul

[jQuery] Superfish and Wordpress

2009-12-20 Thread Rob
I am having trouble getting my wordpress theme to use the Superfish in the nav menu. My problem is I have subcategories that go 3 tabs deep and currently it is very tough to navigate through the drop down menu so I wanted to get Superfish to work since I have used it with other non-Wordpress sites

[jQuery] Superfish - Background Color on Sub-Menus

2009-12-19 Thread slflinders
I'm using a Superfish menu for the top menu at the following site: http://theratrike.com The first-level menu has an image behind it and the default background color for the list items was transparent, which made it look nice. However, when you hovered over a first-level item to expose the sub-

[jQuery] Superfish dropdown shows only inside containing li

2009-12-17 Thread Eelco
Hi, I am using superfish in a Joomla template, and it works fine in all browsers including IE6 and IE8, not in IE7 however. I do not have any positioned elements, its just that it seems as if the containing li's, have overflow:hidden, which they don't have. I can see that it works in IE7 because

[jQuery] Superfish, menu out of screen

2009-12-17 Thread jonas
Hi! Is is possible to check if a new UL is rendered outside the browser window? When using Superfish with default settings, UL's can get rendered outside the browser window if we have manu child levels, which just enables the browser scroll. We would for example like the UL to be rendered to the

Re: [jQuery] Superfish, menu out of screen

2009-12-17 Thread Charlie
this thread should help http://groups.google.com/group/jquery-en/browse_thread/thread/255652615420722c/093dd27ff7f2e7b3?lnk=gstq=superfish+onbeforeshow#093dd27ff7f2e7b3 jonas wrote: Hi! Is is possible to check if a new UL is rendered outside the browser window? When using Superfish with

Re: [jQuery] Superfish dropdown shows only inside containing li

2009-12-17 Thread Charlie
have you tried disabling the superfish.js and let menu operate in css only mode? not sure how anyone can help without a link Eelco wrote: Hi, I am using superfish in a Joomla template, and it works fine in all browsers including IE6 and IE8, not in IE7 however. I do not have any

[jQuery] Superfish License

2009-12-17 Thread Webguy
Hi, I was hoping to use your code in a commercial Wordpress theme I intend to sell in an online marketplace. Is that OK? I can't find a license, so I assume its OK to use commercially, but I wanted to check with you. I'd be glad to put a link to your site in the code, and even place a small

[jQuery] Superfish

2009-12-16 Thread LAMF
I have a superfish menu for joomla and now I have a little problem configuring the colour options in the css for the menu. The URL for the demo site is here: [url]http://lmi.hymans.se/joomla[/url] What I only want to accomplish is to get the a:hover on the main menu row to be white #FFF not

[jQuery] superfish transparent PNG problem IE (8) when dropdown opens

2009-12-16 Thread troop
Hi Everyone! I encountered a really strange behavior of the superfish menu. It works like a charm an FF etc. but on IE 8 (couldn't test it with a lower one yet) the already transparent background of the content DIV gets a gradient transparency when the dropdown gets visible... i couldnt find the

[jQuery] Superfish - let the navigation fade in AND fade out

2009-12-16 Thread decola
I was searching for a plugin that makes me abel to make a dropdown navigation. I found Superfish and was really happy. But now i realized that then menuepoints fade in but just pop away if the mouse left them. I want that the menupoints fade out if the mouse leave them like on this page

Re: [jQuery] superfish transparent PNG problem IE (8) when dropdown opens

2009-12-16 Thread Charlie
there is nothing in script or css that does anything with images. Example doesn't have images in menu. troop wrote: Hi Everyone! I encountered a really strange behavior of the superfish menu. It works like a charm an FF etc. but on IE 8 (couldn't test it with a lower one yet) the already

[jQuery] Superfish - Question about how submenu can be displayed

2009-12-15 Thread jacleee
Hi ! thanks for this menu, its great I am having trouble finding a way to adjust the sub-menus eg. when the submenu list gets pretty long, the list will sometime go off the window size limit in which I would have to scroll downwards to see the rest of the submenu list. Is there a way so that the

Re: [jQuery] Superfish - Question about how submenu can be displayed

2009-12-15 Thread Charlie
No simple solution. With some work you can setup an auto scrolling div inside a dropdown. Markup would use one LI and custom styled div container that you would put your links into and adapt a scroll system to. There are quite a few auto scrollers, once you get one working in a stand alone

Re: [jQuery] Superfish Joomla module: all subs with the same top-value

2009-12-15 Thread Charlie
this can be accomplished with the onBeforeShow option. "This" within onBeforeShow refers to the UL about to be shown. Using jQuery $.offset() function to locate the offset of the UL within the menu you can then use $.css() to make adjustments. joge wrote: hello, I am using the superfish

[jQuery] Superfish Joomla module: all subs with the same top-value

2009-12-14 Thread joge
hello, I am using the superfish module for Joomla! Now I want to align all sub and sub-sub- and so on-menus on the same vertical position, so they all appear directly underneath the main menu. How can I do that? The top-values in the css are absolute to their parent, so entereing a fix value

[jQuery] Superfish sub-menus not working in IE

2009-12-14 Thread slflinders
Hi. I just installed Superfish Dropdown Menu for Joomla 1.5 today from extensions.joomla.org and have a couple of questions. First, the version on extensions.joomla.org is 1.2. Is this the best version to be using or is there something more recent? If so, how do I get it? Second, I configured

[jQuery] superfish - nav-bar style menu conflict with mootools

2009-12-11 Thread sooooop
Hi came across a situation where i am using the nav-bar style menu in conjunction with Slideshow 2 with mootools.(http:// www.electricprism.com/aeron/slideshow/). I noticed that the current style isn't behaving properly, and also rolling over to ul li for another main header, the ul li overlap

[jQuery] superfish in a div

2009-12-11 Thread akil.r...@gmail.com
Hello, I need advise please, I put the ul's of the superfish in a div, yet somehow that div need to be style with a certain height to make this div containing ul superfishpositioned nicely on the top of other div, I am a beginner in css as well, is this a css issue? thanks a lot in advance

[jQuery] Superfish z-index

2009-12-11 Thread basedrop
Since top navigation drop menus tend to need to go above other page content (usually in divs), it would be a good idea to alter your css to include a large z-index for the sub menu items so it works out of the box (particularly in regards to i.e.6).

[jQuery] Problem with Jquery Superfish in IE7

2009-12-11 Thread Zanfe
Hi all, only in IE7 the submenu appear under my page's content. I use bgframe plugin. Here my code: $(ul.sf-menu).superfish({ speed: 'fast', autoArrows: false // disable generation of arrow mark-up }).find('ul').bgIframe({opacity:false}); Do you have any ideas? Thank you very much.

Re: [jQuery] Problem with Jquery Superfish in IE7

2009-12-11 Thread Charlie
did you try this fix from link on superfish site? http://webdemar.com/webdesign/superfish-jquery-menu-ie-z-index-bug/ Zanfe wrote: Hi all, only in IE7 the submenu appear under my page's content. I use bgframe plugin. Here my code: $("ul.sf-menu").superfish({ speed: 'fast',

Re: [jQuery] superfish - nav-bar style menu conflict with mootools

2009-12-11 Thread Charlie
Possibly a js conflict with mooTools, have you tried jQuery noConflict? http://docs.jquery.com/Using_jQuery_with_Other_Libraries It sounds more like a css problem but without a link is hard to guess sop wrote: Hi came across a situation where i am using the nav-bar style menu in

[jQuery] Superfish - sfHover on li a href link?

2009-12-11 Thread Olivier
Hello, I am using the great Superfish jQuery menu. The only issue I have is with the sfHover class not being attached to li when the hovered li contains a link (a tag). I guess this isn't a problem for most of the users for which the A block overflows exactly the LI but my A is contained within

[jQuery] Superfish - content out of position

2009-12-10 Thread luciano991
Hello, I am wondering why my superfish menu is pushing my content out of postion on this page: http://www.vtweb.com/joomla/perennialsantiques/ Thanks, luciano

Re: [jQuery] Superfish - content out of position

2009-12-10 Thread Mauricio (Maujor) Samy Silva
This isn't a jQuery issue. This is a CSS issue. Add the following: table.blog {float:left;} #footer {clear:both;} Regards MaurĂ­cio -Mensagem Original- De: luciano991 Para: jQuery (English) Enviada em: quinta-feira, 10 de dezembro de 2009 16:20 Assunto: [jQuery] Superfish

[jQuery] Superfish question

2009-12-09 Thread LTimmers
Need to know if this jQuery will work for a site I'm working on. Link... http://www.millnerheritage.com I need a vertical drop down menu. I'm very green so I pretty much need it spelled out for me. Maybe even in crayon. Thanks, Liza

Re: [jQuery] Superfish question

2009-12-09 Thread Charlie
no reason it won't, not sure what to spell out other than follow the markup used in examples, make sure to include css file(s) and script file for plugin vertical version has a vertical css file in addition to standard superfish.css LTimmers wrote: Need to know if this jQuery will work

[jQuery] Superfish with Image Tabs

2009-12-07 Thread Steve Daly
I don't have much experience with CSS. I am using Superfish for a tabbed navigation. I need to use images for my tabs because of design. I need to keep an on image while the submenu is open. How can this be done?

[jQuery] Superfish - leave current path open?

2009-12-07 Thread t.hinze
I am using Superfish and I think this menu is a nice think. But now I have a problem: I want to say Superfish Please let the current Path open and dont close it at leave the menu/item. How can I do this? Regards, T.Hinze

Re: [jQuery] Superfish - leave current path open?

2009-12-07 Thread Charlie
open and hide are controlled by 2 functions. You would need to rewrite the function hideSuperfishUl() which is at bottom of the js file t.hinze wrote: I am using Superfish and I think this menu is a nice think. But now I have a problem: I want to say Superfish "Please let the current Path

[jQuery] Superfish

2009-12-06 Thread d.a.
http://www.designerschemes.com/ i am having problems with the dropshadow. it does not match the drop down container. any ideas? thanks

[jQuery] [Superfish] Left side dropdown menu

2009-12-05 Thread Sam
Hi, I have 3 level menu. I want the sub menus to be open in left direction instead of right. Because the menu is in top right corner of the website, and when submenu are displayed. They goes outside the website window and browser shows the scroll bar, which doesnt look nice. I hope, u guys

Re: [jQuery] [Superfish] Left side dropdown menu

2009-12-05 Thread Charlie
the subs are absolute positioned , to have them open on left side you can change: .sf-menu li:hover ul,.sf-menu li.sfHover ul { left: 0; } to: .sf-menu li:hover ul,.sf-menu li.sfHover ul { right: 0; } another convenience of the API is being able to use the onBeforeShow option. Have

Re: [jQuery] SuperFish Menu

2009-12-04 Thread Charlie
I looked and I don't see any superfish css or script. Alvin wrote: I used Superfish on other website (www.dapuri.com) and it works well. When I try to integrate it to this website, it doesn't work. Please click the link below and take a look (this is a testing page, ignore the standard

Re: [jQuery] Superfish: width of top level links - great with js off - too wide with js on

2009-12-04 Thread Charlie
state (which is wierd because there is no width for that in the css either). Here is a visual: http://www.gocreate.com.au/superfish-menu-spacing.jpg So what I am wanting to do is stop jquery / superfish adding extra width to the menu so that it looks the same with js on or off. The only widths

[jQuery] SuperFish Menu

2009-12-03 Thread Alvin
I used Superfish on other website (www.dapuri.com) and it works well. When I try to integrate it to this website, it doesn't work. Please click the link below and take a look (this is a testing page, ignore the standard menu on the left) http://www.avplannersinc.com/index.php/privacy-a-policy As

[jQuery] Superfish: drop down slide down / slide up effect - how to?

2009-12-03 Thread Dasher
Hello, I have just discovered superfish - it is awesome - the jquery interaction is great. Is it possible to have the superfish drop down items slide down and slide up like the menu on this page? http://spicebrains.com/multi-level-drop-down-menu/#examples I really love that effect and have seen

[jQuery] Superfish: width of top level links - great with js off - too wide with js on

2009-12-03 Thread Dasher
to do is stop jquery / superfish adding extra width to the menu so that it looks the same with js on or off. The only widths mentioned in the css are as follows but changing these to auto does not have any effect on the width of the links: .sf-menu ul { position: absolute; top: -999em; width: 12em

Re: [jQuery] Superfish vertical/arrow question

2009-12-01 Thread Charlie
likely a width setting on "LI" or "A" tags, likely from old css as superfish default css doesn't set widths. If text was just fitting before then you are now adding a new element that doesn't fit without wrapping to next line Can see a lot if you provide link, easy to see what's happening

Re: [jQuery] superfish

2009-12-01 Thread Charlie
a simple css rule you can add is .sf-menu li.sfHover a {color:} superfish adds the sfHover class to active LI's ( parent and children) . Using "" only affects immediate child links of the sfHover class. IE 6 doesn't support this I believe jq wrote: does anyone know how to make the

[jQuery] superfish accordion/vertical mode: How to make a node/menu stay open?

2009-12-01 Thread MozreplGuy
I used the following plugin for joomla: http://extensions.joomla.org/extensions/structure-a-navigation/menu-systems/drop-a-tab-menus/6731 This module simply combines superfish with the main menu and automates the setup configuration. I configured it so it appears vertically (accordion). It looks

[jQuery] Superfish vertical/arrow question

2009-11-30 Thread MozreplGuy
Hi all, I successfully included superfish into a joomla site (still on localhost). I use it in vertical mode. It works fine. But there is one thing that doesn't look very nice. Every menu with a sub menu has a sub-indicator '' (character 187, enabled by autoarrow flag). The indicator itself is

[jQuery] Superfish How-to?

2009-11-30 Thread flashwood59
Hi, I would like to try superfish in a joomla template. I am new to this list. I need somebody to guide me through the procedures to get it working. a. Where do you create or copy files to in the site structure, root or template folder? b. When using hoverIntent, where do those files go? c. What

[jQuery] superfish

2009-11-30 Thread jq
does anyone know how to make the text link color of a superfish menu remain highlighted when navigating to its submenus? I have a menu where you see the link text only (not the background). I can only get the list item background to remain onhover, but not the enclosed link color. Maybe this is

Re: [jQuery] Superfish How-to?

2009-11-30 Thread Charlie
there's a Joomla plugin that will install superfish css, script, a substitute for supersubs and also i believe hover intent. The biggest issue that comes up on this board regarding superfish is from Joomla installs. The install works fine, but the existing menu css can conflict with superfish

[jQuery] Superfish rollover images menu

2009-11-29 Thread crippletoe
Hello all, i am trying to setup the superfish menu and using rollover images (actually changing background images throught the css file). for some reason after tweaking the original css file to display the menu the way i like it, IE refuses to show the menu images. if shows only the :hover state

[jQuery] [Superfish 1.4.8] changing position of folded out menus

2009-11-26 Thread Michael
Hi, I got it to work, following is the solution: Simply put .sf-menu { line-height:2.5em; } to change the line-height of the menubar and additionally to control the distance of the submenus to

  1   2   3   4   5   6   7   8   >