[jQuery] Re: Superfish : close on click outside the menus

2009-05-06 Thread Paulo JF Silva
Well... I answer myself: $(document).click(function() { $('ul.sf-menu').hideSuperfishUl(); }); On May 5, 11:41 am, Paulo JF Silva alfa...@gmail.com wrote: Hi, I want to use theSuperfishmenu plugin but with 1 more behaviour: when the user clicks outside the menu, the

[jQuery] Re: Superfish Vertical Menu - Can I change it to display submenus on left?

2009-05-04 Thread Charlie
I've done this with a horizontal superfish, make it go right to left, not a big difference on vertical style sf-menu ul's for the sub menus are absolutely positioned, work those off right side references , look for left floats that now need to be right etc the arrow class ( default is

[jQuery] Re: Superfish on roids second top level row problem (z-index?)

2009-05-04 Thread gfranklin
you should probably change your css to accommodate all of your menu items in 1 row. allow more horizontal space in the container element, or else reduce the button size of each item. g On Apr 21, 4:07 pm, Mark nijme...@gmail.com wrote: hello, I want to use this menu but i have so many main

[jQuery] Re: Superfish on roids second top level row problem (z-index?)

2009-05-03 Thread anish kumar
fuck off On 4/21/09, Mark nijme...@gmail.com wrote: hello, I want to use this menu but i have so many main items that there are 2 rows. The first row is always on top. How can i get the second level menu to be on top of the fisrt item menu-item1 menu-item2 menu-item3 menu-item4

[jQuery] Re: Superfish and IE6 Z-Index

2009-04-30 Thread gfranklin
check the order in which your external javascripts files are called. You may have it correct, but it was one thing that IE6 was picky about for me. The way I determined what was going wrong in IE6 for my problem was turning on script debugging in the IE preferences panel. -Greg On Apr 29, 7:00 

[jQuery] Re: Superfish and IE6 Z-Index

2009-04-29 Thread Forrest
I needed to add a little more to this entry. I now have a new problem in IE7. The flyout portion of the vertical menu forces the content of the center section down, causing a large gap in the content. Looking forward to some wisdom here. Thanks.

[jQuery] Re: Superfish menus in nav-bar style require subnavs to behave correctly?

2009-04-24 Thread kemie
Sorry to add a me too, but I'd also be interested in a solution to this problem. The workaround suggested in the official example (duplicating the link with a descriptive text) is not always feasible/ practical.

[jQuery] Re: SuperFish Arrows

2009-04-24 Thread Brad Hile
it's set in the css file at the bottom. Just change the file name and dimensions to suit On Apr 24, 12:09 am, Praveen praveen.rajendrab...@gmail.com wrote: How is the arrows displayed in the superfish menus? If I would like to change to an image of my choice, how do I go about? Regards,

[jQuery] Re: SuperFish Problem

2009-04-23 Thread Forgotten
Sorry I am not the best at programming these things myself. I installed this add-on for Joomla and don't understand why it's doesn't work. I didn't program itself, although do you see the problem I was talking about?

[jQuery] Re: SuperFish Problem

2009-04-23 Thread Forgotten
Sorry to say but like I said I just installed this add-on to Joomla, I did not program it all myself. Though, did you see what I was talking about on my site?

[jQuery] Re: Superfish IE 6 - no menu appears

2009-04-23 Thread Laker Netman
On Apr 20, 10:52 am, gfranklin gfrank...@gmail.com wrote: I am having the same problem withsuperfish. My code is not supported in Internet Explorer 6. No sub-menus appear. I modified the css considerably to meet the requirements of the design. If you found something that fixed your problem in

[jQuery] Re: superfish multiple menu

2009-04-23 Thread MattBristow
Did you get anywhere with this? as I have the same problem On Apr 7, 5:28 am, Viktor Iwan veematic...@gmail.com wrote: Hello, i think this one is pretty simple to do.. i would like to have multiplesuperfishmenu with different style.. any clue how to do this ? i'm new to jquery

[jQuery] Re: SuperFish Problem

2009-04-22 Thread gfranklin
f, Your ul / li code structure is difficult to read. Can you change it so that it contains line breaks and indentations? That way it will be easier to determine what the problem is. -G On Apr 22, 6:28 am, Forgotten jakeh0...@gmail.com wrote: When I added the SuperFish Module to my site

[jQuery] Re: Superfish woes in IE

2009-04-21 Thread gfranklin
hey now! I answered my own questions this time. I turned on Script Debugging in Internet Explorer 7, and discovered there were a couple of minor syntax problems in my javascript. Namely, I was passing a couple of options to the primary function call, but there was a trailing comma that needed to

[jQuery] Re: Superfish IE 6 - no menu appears

2009-04-20 Thread gfranklin
I am having the same problem with superfish. My code is not supported in Internet Explorer 6. No sub-menus appear. I modified the css considerably to meet the requirements of the design. If you found something that fixed your problem in the CSS, please post your findings. Thanks! -GF On Apr 7,

[jQuery] Re: Superfish woes in IE

2009-04-20 Thread gfranklin
Laker, Thx for posting this information on the superfish menu problem in IE. I am having some issues in IE with my rendering of the menu system (see http://avalon.unisonagency.com/ if you're curious). Hopefully the a tag newline problem may help my situation. If you know of anything else I might

[jQuery] Re: SUPERFISH - Need help with Quick Start Guide

2009-04-17 Thread James
I've replied to your earlier post: http://groups.google.com/group/jquery-en/browse_thread/thread/65d8de0a92a35b67 On Apr 17, 10:03 am, beeky staff...@marine.rutgers.edu wrote: First of all I apologize if this message appears twice, I tried to post it about an hour ago and it has never appeared

[jQuery] Re: Superfish menus in nav-bar style require subnavs to behave correctly?

2009-04-15 Thread TenzoChris
I got feedback privately complaining about my example. I'd chosen to just use the plugin page (with a minor edit) to demonstrate the problem without wasting people's time on potential CSS causes, since the problem also manifests using the demonstration page. I should have done a better job

[jQuery] Re: Superfish woes in IE

2009-04-07 Thread Laker Netman
On Apr 7, 10:52 am, Laker Netman laker.net...@gmail.com wrote: I am working on a vertical, AJAX-produced dynamic menu that will has two levels of flyout sub menus. So far the menu works as expected in Firefox 3.0.8 and Safari 3.2.2, both on Windows, but not in IE7. The issue I'm dealing with

[jQuery] Re: Superfish Question

2009-04-05 Thread Schalk Neethling
Hi there Ian, Your best bet would be to target your second level li and a's specifically so that you end up with the default as you currently have it but then also: .sf-menu li ul li, .sf-menu li ul li a { background-color:#330; /* different from the top level */ } You can of course

[jQuery] Re: Superfish Question

2009-04-05 Thread twinskiesnow
Thank you for your help! I got it working! For future reference, here's the CSS code I ended up using: .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { background: #1a2618; outline:0; } .sf-menu li ul

[jQuery] Re: Superfish Question

2009-04-05 Thread Schalk Neethling
Awesome, glad I could help out. twinskies...@gmail.com wrote: Thank you for your help! I got it working! For future reference, here's the CSS code I ended up using: .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { background:

[jQuery] Re: Superfish Levels

2009-04-04 Thread spinozagl
Okay, the call to set classes on the li tags have to be made before calling superfish. That's what was missing. On Apr 3, 4:30 pm, spinozagl shailesh.m...@gmail.com wrote: How to ensure that in the navbar style menu the second level ul remains visible to show the second level selected item.

[jQuery] Re: Superfish 1.4.8

2009-04-04 Thread spinozagl
Yes, by making sure that the call to set current class on the li parents is made before calling superfish. That way superfish will know which li's are current. On Apr 3, 1:53 pm, spinozagl shailesh.m...@gmail.com wrote: Is it possible to keep the second level on the nav-bar visible when one of

[jQuery] Re: Superfish not attaching pathClass to navigation items

2009-04-04 Thread spinozagl
Superfish will not add those classes; only read them. You have to add those classes to the li tags yourself depending on what page is loaded; then superfish will read them and format them accordingly. On Mar 28, 3:55 pm, Fluvius t...@fluvius.co.uk wrote: Hi, I'm usingSuperfish1.4.8 on my site

[jQuery] Re: Superfish Firefox Problem: No Show

2009-04-03 Thread SP
Sorry - forgot the URL: http://www.bluewaterpromo.com On Fri, Apr 3, 2009 at 12:43 PM, anole s...@anoleimaging.com wrote: The site below has a vertical superfish jquery menu that was working fine in FF and IE when I last posted it. Today, I re-arranged the menu items, and I'm not getting

[jQuery] Re: superfish and instead of mouseover a click

2009-04-02 Thread Wokkel
On Apr 2, 1:42 pm, Wokkel moep...@gmail.com wrote: Hi there, Is it possible with superfish to instead of a mouseover to expand on the top level menu to do this with a click? Greets, I found a patch that does this on http://plugins.jquery.com/node/3967 However it had one bug, when you

[jQuery] Re: superfish and instead of mouseover a click

2009-04-02 Thread Wokkel
Update two: Got it all working now if (o.firstOnClick menuActive == true) { try { if ($(e.target).attr(href).indexOf(#) -1) {

[jQuery] Re: Superfish - missing menu items

2009-04-02 Thread mklebel
nevermind, apparently I need to link each menu item, otheriwse it ignores it. hmm On Apr 2, 11:49 am, mklebel mkle...@gmail.com wrote: http://rhinotechgroup.com/dev/ 2 of my parent menu items display, but not the rest of them. I have all of my menu items set to display. They also show up

[jQuery] Re: Superfish - missing menu items

2009-04-02 Thread mklebel
well, now in IE my submenus wont work :) On Apr 2, 11:59 am, mklebel mkle...@gmail.com wrote: nevermind, apparently I need to link each menu item, otheriwse it ignores it. hmm On Apr 2, 11:49 am, mklebel mkle...@gmail.com wrote: http://rhinotechgroup.com/dev/ 2 of my parent menu items

[jQuery] Re: SUPERFISH - Possible to Animate LI's within UL?

2009-04-02 Thread Martin Evans
Actually, never mind - I figured it out. for example, the onShow function: onShow: function(){ // make it bounce obj = this.find(li); // assigns the li children to obj obj.animate({height: 23px}, 200); // applies animation to li this.animate({marginTop: 15px}, 200); // applies

[jQuery] Re: Superfish menu activate on click

2009-03-26 Thread Virtual Machine
This diff, based off the previous one, fixes the click-to-close thing, and also fixes an issue where the visibility click could be desynchronized if the menu contain an element that launched an alert() on click. Index: superfish.js

[jQuery] Re: Superfish Not working

2009-03-24 Thread James
Using FF3, I see white lettering for your menu. In only FF3 (didn't happen in IE6), the menu doesn't seem to be expanding downwards as expected. It gets cut off about 10px down. I tried setting the moduletable class 'overflow' to 'auto' and that fixed it. It's currently set to 'hidden' right

[jQuery] Re: Superfish vertical menu quirks???

2009-03-22 Thread johny why
how do you make it drop up? thanks

[jQuery] Re: Superfish menu and Z index

2009-03-21 Thread DanB
Check the css position of the elements on the page. You likely have something with position:relative which trumps position:absolute in many cases. On Mar 21, 9:20 am, Claude Ferron cfer...@gmail.com wrote: Don't know if anyone can help here. I have issues with the Z index and iExplorer.

[jQuery] Re: Superfish animation when hiding menus?

2009-03-19 Thread Muhammad Zaheer Asghar
http://lattestphones.blogspot.com/ http://latesttechnologyblog.blogspot.com/ http://home-safety-tips.blogspot.com/ On 3/18/09, TommyB m...@tommyb.com wrote: Hello, Does Superfish support hiding menus with animation as well as when showing them? Thanks, TommyB

[jQuery] Re: Superfish animation when hiding menus?

2009-03-19 Thread TommyB
Hi Muhammad, What do your links have to do with my question? None of those sites are using the superfish menu as far as I can tell. TommyB On Mar 19, 11:27 am, Muhammad Zaheer Asghar zaheerasghar...@gmail.com wrote: http://lattestphones.blogspot.com/

[jQuery] Re: superfish

2009-03-18 Thread ReneMarxis
sorry for double post

[jQuery] Re: Superfish

2009-03-18 Thread  
You'll be waiting for a long time before getting an answer. My question about Superfish has been posted 1 week ago and still no answer at all. By the way, I can't answer yours ;P

[jQuery] Re: Superfish current color

2009-03-13 Thread Cage
Hello there, I was experiencing the same problem, tried every remote CCS solution I could think of but nothing would work. I finally fixed this with a small javascript adjustment + a css class. In the superfish.js add the following: ruleNr 100 : hideSuperfishUl : function(){ add:

[jQuery] Re: Superfish integration into Joomla 1.5

2009-03-12 Thread David Faerman
hi did you make the module enable? and you put ina valid position? extencions module manager enable and click to put ina good position. David On 10 mar, 17:58, WR spaust...@gmail.com wrote: Hello, I try to integrateSuperfishmenu into Joomla 1.5. But no luck. : ( Perhaps I don't understand

[jQuery] Re: Superfish Bug - Mouseout in FF does not work over input

2009-03-12 Thread parastatic
i have the same problem. mouseout over input-element not working in ff3 ... my code: $( #nav_list li).hover(function(){ $(this).addClass('hover'); $(this).find('ul:first').css({visibility: visible,display: none}).show(0); },function(){

[jQuery] Re: Superfish integration into Joomla 1.5

2009-03-12 Thread WR
Thank You for reply. Yes, I have the menu, but it's simple (unstilled). I found I mistyped the path to superfish.css (and others). I corrected this, but now I have a problem, that nav-bar menu doesn't work like in authors example (I have no arrows - even enabled in parameters and 1 level child

[jQuery] Re: Superfish - Horizontal Internet Explorer Width Problem

2009-03-11 Thread Skedoozy
Help? On Mar 9, 1:28 pm, Skedoozy skedo...@gmail.com wrote: I have a horizontal navbar that if the persons screen is under 1024 wide it sticks out of the table. In Firefox it works fine so it's only an IE problem but one I need fixed. link

[jQuery] Re: Superfish - Horizontal Internet Explorer Width Problem

2009-03-11 Thread Paul Hutson
I think it may be the table width your using for the section - you're saying that you'll allow a 516 pixel width for the table - so it keeps filling up the space. If you want it to act like it does in firefox you could fake it by putting a div on the right hand side of the page in a high up

[jQuery] Re: superfish problem

2009-03-09 Thread James
ul class=sf-menu sf-navbar li a class=sf-with-ul href=#long menu itemspan class=sf- sub-indicator #187;/span/a ul lia href=#subitem 1a/a/li lia href=#subitem 1b/a/li lia href=#subitem 1c/a/li lia href=#subitem

[jQuery] Re: Superfish menu, IE7 bug - menu expands in a flash when changing page

2009-03-08 Thread Charlie Tomlinson
multilevel.css has an unclosed comment mark might be causing a problem /*.nav li:hover ul,ul.nav li.sfHover ul {left:0px;top:2em;} jonasnorlin wrote: Hey all ! I have created a superfish menu for my modx website, based on the exsisting menu: wayfinder.jmultilevel. Note: the

[jQuery] Re: Superfish menu, IE7 bug - menu expands in a flash when changing page

2009-03-08 Thread jonasnorlin
That is wierd. When i delete the comment mark the problem remains, but this time when i press F5 and update a page the problem now suddenly appears too! When i delete the entire line same result as mentioned, but when i add the start comment mark the bug only appears when shifting pages!! So

[jQuery] Re: superfish - nav-bar style hover intent problem

2009-03-06 Thread greggo
BTW...I've implemented this now with Wordpress and the most recent iteration can be viewed here: http://97.107.131.227:8000 thanks, gregg On Mar 5, 11:38 pm, greggo gosof...@gmail.com wrote: Thanks Brian! On Mar 5, 3:25 pm, Brian Cherne br...@cherne.net wrote: Currently you get two

[jQuery] Re: superfish - nav-bar style hover intent problem

2009-03-05 Thread Brian Cherne
Currently you get two JavaScript errors because jQuery is not defined (one for hoverintent and the other for superfish). Try loading hoverintent and superfish scripts *after* loading jQuery. The second issue is a CSS issue. I'd recommend playing around with superfish-navbar.css rules. You'll

[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 - nav-bar style hover intent problem

2009-03-05 Thread greggo
Thanks Brian! On Mar 5, 3:25 pm, Brian Cherne br...@cherne.net wrote: Currently you get two JavaScript errors because jQuery is not defined (one for hoverintent and the other for superfish). Try loading hoverintent and superfish scripts *after* loading jQuery. This fixed it. The second

[jQuery] Re: Superfish in IE6 showing strange left margin...

2009-03-03 Thread Jeffrey B
Hello Joel, Thanks for responding! Nope, it wasn't that although I can't believe I didn't remove those spaces during my debugging attempts. It's amazing what lack of sleep can do, eh? Upon revisiting, my now (slightly more) rested eyes noticed in Firebug the left margin gap in IE6 was being

[jQuery] Re: SuperFish not working

2009-03-03 Thread imageshackuza
Hi, I decided to do use something else to make my menu, so if you go to the site, you will not see the sample anymore. Howvever, if it is possible to answer the question abstractly i may refer to the solution, when i implement superfish at a later date Thanks On Mar 3, 2:33 pm, imageshackuza

[jQuery] Re: Superfish Slide with Mouse Hover - is this possible?

2009-03-02 Thread Liam Potter
If I was you, I would just write a custom script to achieve this, no need for superfish. tfat wrote: With relation to the Superfish Menu, i.e: I would like my Superfish vertical menu to slide out and in from the left hand side of the screen but what I would like is to display along the left

[jQuery] Re: Superfish in IE6 showing strange left margin...

2009-03-02 Thread Joel Birch
Hello, I really think that the space is caused by the space character you have between the opening li tag and the opening anchor tag. Let us know if removing this doesn't solve your issue. Joel Birch.

[jQuery] Re: Superfish Slide with Mouse Hover - is this possible?

2009-03-02 Thread tfat
Hi Liam, Any ideas on how to do achieve this? Thanks. Tony. On Mar 3, 12:36 am, Liam Potter radioactiv...@gmail.com wrote: If I was you, I would just write a custom script to achieve this, no need forsuperfish. tfat wrote: With relation to theSuperfishMenu, i.e: I would like

[jQuery] Re: Superfish submenu items not clickable IE7

2009-03-02 Thread mackreed
Hey, friends: I really hope someone can help me with this. Here's the problem: The Superfish drop-down menu fails in IE7 (though it works in all the other major browsers): See the bottom-most (dark-brown) menu block here, the second one labeled In Our Classrooms - http://ivanhoeschool.com

[jQuery] Re: Superfish - hide on clik ?

2009-02-28 Thread calimero
Can anybody help? More people ask same question over internet but there is no answer! Take a look at this forum : http://osdir.com/answers/javascript/9406-jquery-superfish-suckerfish-actually.html Anybody ? On Feb 27, 1:40 pm, calimero milankov...@gmail.com wrote: Hello, I am trying to

[jQuery] Re: Superfish - hide on clik ?

2009-02-28 Thread calimero
OK, I found solution! :) just add: $(ul.sf-menu).bind('click',function() { $('ul.sf-menu').hideSuperfishUl(); }); On Feb 28, 12:03 pm, calimero milankov...@gmail.com wrote: Can anybody help? More people ask same question over

[jQuery] Re: Superfish Menu Using Images

2009-02-27 Thread Armand Datema
Hi I dont know about 2 levels but ehre is a one level unordered list iamge menu example http://www.2strokebritishchampionship.co.uk/Home/tabid/36/Default.aspx i have on menu and all items have the same background image but onmouseover you change the background position On Fri, Feb 27, 2009 at

[jQuery] Re: Superfish update?

2009-02-27 Thread James
It works fine for me. On Feb 27, 12:13 pm, uztha4c uzth...@gmail.com wrote: Does superfish work with the new 1.3.2 JQuery? if not when will there be an update?

[jQuery] Re: Superfish update?

2009-02-27 Thread uztha4c
Cool thanks. On Feb 27, 2:16 pm, James james.gp@gmail.com wrote: It works fine for me. On Feb 27, 12:13 pm, uztha4c uzth...@gmail.com wrote: Does superfish work with the new 1.3.2 JQuery? if not when will there be an update?

[jQuery] Re: Superfish Submenus Appear Under Slideshow Pro

2009-02-24 Thread Samantha
I was able to get this working. What it turned out to be was the special plugin I was using in Expression Engine to post flash files didn't support the wmode parameter. To get around it I manually embedded the file and it worked perfectly. If anyone is interested, I looked into a better

[jQuery] Re: Superfish - Still Need Help - Vertical Menu

2009-02-20 Thread bellaluna316
Thank you. I turned it off and that fixed the Firefox issue. Will check IE8 tonite from home. I appreciate your help! I knew it was something dumb I was doing! :-) On Feb 16, 6:45 pm, Karl Swedberg k...@englishrules.com wrote: First thing to do is deal with the conflict between Mootools and  

[jQuery] Re: Superfish - sifr or image replacement?

2009-02-19 Thread Sjeiti
You could use php-gd, like so: [code]?php // Set the content-type //header(Content-type: image/png); $sText = isset($_GET[text])?$_GET[text]:asdf; $sFileName = isset($_GET[file])?$_GET[file]:(style/txtimg_. $sText..png); $iSize = isset($_GET[size])?intVal($_GET[size]):20; if

[jQuery] Re: Superfish - sifr or image replacement?

2009-02-19 Thread cheriana
Thank you! What I need is to replace the top level text links with images, though - not turn the text into images. I was looking into a Sifr module for joomla so the text would still be search engine friendly, but achieve the look of the Trajan Pro font. Any ideas on how to do this? On Feb 19,

[jQuery] Re: Superfish - sifr or image replacement?

2009-02-19 Thread cheriana
I've figured it out with my css, for anyone else who may be wondering how to do it the styles are below. style /* applies to just item53 The Menu */ .item53 a *{ display:none } .item53 a,.item53 a:hover{ background: url(http://angelinasofbonitasprings.com/images/nav-menu.jpg);width:

[jQuery] Re: Superfish - sfHover question

2009-02-19 Thread Steve Piercy
On Feb 18, 3:53 pm, GileS anthony.neum...@gmail.com wrote: We have superfish working well with image replacement for the top level menu items.  We use different images for each item based on normal, active, hover.   The active states and normal states are working properly. The only problem is

[jQuery] Re: Superfish - Horizontal Scroll Bar appearing for some reason

2009-02-18 Thread Skedoozy
I've manged to make it go away in Firefox by adding 'overflow- x:hidden' too my css but that will not work in IE 6 and later. this is for a client who as we all know client means IE user(ha) so It's pretty important I get it to go away. Thanks! If you need more links let me know. On Feb 18, 8:33 

[jQuery] Re: Superfish - Horizontal Scroll Bar appearing for some reason

2009-02-18 Thread amuhlou
can you post a test page? it's a lot easier to troubleshoot with a test page and Firebug.

[jQuery] Re: Superfish - Horizontal Scroll Bar appearing for some reason

2009-02-18 Thread Skedoozy
http://dev2.azaz.com/scott/ahno/index_testnav.html On Feb 18, 12:11 pm, amuhlou amysch...@gmail.com wrote: can you post a test page? it's a lot easier to troubleshoot with a test page and Firebug.

[jQuery] Re: Superfish - Horizontal Scroll Bar appearing for some reason

2009-02-18 Thread James
You don't have jQuery included anywhere on your page and the links to hoverIntent.js and superfish.js is broken. On Feb 18, 12:30 pm, Skedoozy skedo...@gmail.com wrote: http://dev2.azaz.com/scott/ahno/index_testnav.html On Feb 18, 12:11 pm, amuhlou amysch...@gmail.com wrote: can you post a

[jQuery] Re: Superfish - Horizontal Scroll Bar appearing for some reason

2009-02-18 Thread Skedoozy
The javascript links have been updated and the jquery added. It has changed nothing at all. On Feb 18, 3:37 pm, James james.gp@gmail.com wrote: You don't have jQuery included anywhere on your page and the links to hoverIntent.js and superfish.js is broken. On Feb 18, 12:30 

[jQuery] Re: Superfish - Horizontal Scroll Bar appearing for some reason

2009-02-18 Thread James
Remove the beginning / in your Javascript links. On Feb 18, 1:41 pm, James james.gp@gmail.com wrote: hoverIntent.js and superfish.js links are still broken. The files:http://dev2.azaz.com/js/hoverIntent.jshttp://dev2.azaz.com/js/superfish.js are both not found. On Feb 18, 1:18 pm,

[jQuery] Re: Superfish - Horizontal Scroll Bar appearing for some reason

2009-02-18 Thread Skedoozy
I swear I'm not usually this dumb. haha Thank you very much. On Feb 18, 4:42 pm, James james.gp@gmail.com wrote: Remove the beginning / in your Javascript links. On Feb 18, 1:41 pm, James james.gp@gmail.com wrote: hoverIntent.js and superfish.js links are still broken. The

[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 joeldbi...@gmail.com 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: ul

[jQuery] Re: Superfish - Super Subs

2009-02-17 Thread Merrick Christensen
Hey thanks for the help David.

[jQuery] Re: Superfish - Still Need Help - Vertical Menu

2009-02-16 Thread bellaluna316
www.royalmbc.org/joomla I would appreciate your help! Thank you! On Feb 15, 11:47 am, bellaluna316 bellaluna...@gmail.com wrote: In IE 8 FF 3.0.6, my vertical sub-menus are only displaying a partial link.  I've tried a couple suggestions and played with some of the z-indexes but can't find

[jQuery] Re: Superfish - Still Need Help - Vertical Menu

2009-02-16 Thread Karl Swedberg
First thing to do is deal with the conflict between Mootools and jQuery. Firebug reports this on page load: jQuery(ul.sf-menu).superfish is not a function See this: http://docs.jquery.com/Using_jQuery_with_Other_Libraries --Karl Karl Swedberg www.englishrules.com

[jQuery] Re: Superfish Vertical

2009-02-15 Thread bellaluna316
Thanks for your help, but it didn't fix the problem :-( On Feb 13, 2:29 pm, amuhlou amysch...@gmail.com wrote: the problem is in your css:  #mainBg in your css file has overflow: hidden on it. when you remove that, the menus work as intended.  It does, however, make the white background for

[jQuery] Re: Superfish - Still Need Help - Vertical Menu

2009-02-15 Thread Joel Birch
On Feb 16, 3:47 am, bellaluna316 bellaluna...@gmail.com wrote: In IE 8 FF 3.0.6, my vertical sub-menus are only displaying a partial link.  I've tried a couple suggestions and played with some of the z-indexes but can't find the fix.  They display fine in IE7. Any help would be greatly

[jQuery] Re: Superfish: Error: jQuery(ul.sf-menu).superfish is not a function

2009-02-14 Thread manuef
Hello Same error for me, have you found solution ? Thanks for your help emmanuelle roel a écrit : Hi, I'm running a Joomla site with the superfish menu (http:// www.sdspaintball.nl) Menu works fine except when I go to the forum section. It displays the menu, but without the downarrow

[jQuery] Re: Superfish - Super Subs

2009-02-13 Thread David Meiser
Merrick: Can you provide a link to your CSS? On Thu, Feb 12, 2009 at 3:31 PM, Merrick Christensen merrick.christen...@gmail.com wrote: I am struggling with the width on my Superfish menu. I reduced the min width and it seems that it still is much longer then needed. My primary struggle is

[jQuery] Re: Superfish - Super Subs

2009-02-13 Thread Merrick Christensen
http://hfh.redolive.net/ thats a link to the site with the issue. http://hfh.redolive.net/superfish.css thats a link to the css. Thanks for your help David.

[jQuery] Re: Superfish Vertical

2009-02-13 Thread amuhlou
the problem is in your css: #mainBg in your css file has overflow: hidden on it. when you remove that, the menus work as intended. It does, however, make the white background for the div go away. You can get around this by adding background-color: #FFF; to #mainLeft instead. cheers, ~amy On

[jQuery] Re: Superfish - Super Subs

2009-02-13 Thread David Meiser
For the items too wide issue, you've got this set for all list-items: padding-right: 31px. You could adjust this with a padding-right rule for .sf-menu li li. This would help you skinny up the items. I'm not sure that I can help you with dropping items towards the center of the page. That

[jQuery] Re: Superfish Dropdown BG Problem

2009-02-07 Thread levine....@gmail.com
bklyn2cali - I see that you resolved the background issue on your site. What did you do and where did you do it??? With regards, Ron On Feb 1, 10:12 am, bklyn2cali s...@mediajelly.com wrote: Joel or anyone else, I have one last problem. The SuperSubs plugin works only on the first sub-sub-

[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

2009-02-06 Thread jQuery Lover
Yeap, there are multiple ul in the sub menu and the rest of trick is done with CSS. ul#topnav .menu ul.sub_nav { margin:0 10px 0 0; padding:0; width:130px; } Giving each sub navigation ul a fixed width and floating it to the left. Read jQuery HowTo Resource -

[jQuery] Re: [Superfish] Submenus appear underneath menu items when the menu wraps

2009-02-06 Thread Michael Smith
Didn't find a fix - I tried bgiframe but couldn't get it to work. I'll go back to regular menus for the time being. Thanks On Wed, Feb 4, 2009 at 1:58 PM, jQuery Lover ilovejqu...@gmail.com wrote: This is how IE interprets z-index settings for positioned elements. Google it and you will

[jQuery] Re: Superfish

2009-02-06 Thread uztha4c
just take a look at the source code for the site...basically it looks like this: li class=nav_pressa href=/briefing_room/ class=nav_itemspanThe Briefing Room/span/a div class=menu ul class=sub_nav lia href=/blog/The Blog/a/li lia href=/weekly_address/Your

[jQuery] Re: Superfish - side-by-side menu items

2009-02-05 Thread the.burning....@gmail.com
Ok, so I have determined part of the problem. Superfish IS rendering the second UL - it's just rendering it directly under the first. Here is how I've got the menu coded right now: ul class=sf-menu li a href=#Top Nav Item/a ul liSub Nav 1/li /ul ul lispanSub

[jQuery] Re: Superfish - Entire menu flickers on hover

2009-02-05 Thread TimA
I've not had any luck troubleshooting this problem. If the flicker were restricted to only teh item being hovered on, I'd probably just let it go, but the entire meny disappearing is to much. any thoughts? -Tim

[jQuery] Re: Superfish horizontal menu issue in IE6 / IE7

2009-02-05 Thread ch...@chris-reilly.com
Fix'd. It turned out just to be a CSS issue - float:left instead of right... DOH. On Feb 5, 11:34 am, ch...@chris-reilly.com ch...@chris-reilly.com wrote: Hello everybody! I am working on finishing a site that another web designer started, and am a total newb to Superfish and not very

[jQuery] Re: Superfish

2009-02-05 Thread Mario
thanks for the response. Any idea where I can get some code that will allow me to create such navigation system? I'd appreciate the information. On Feb 4, 7:37 pm, Joel Birch joeldbi...@gmail.com wrote: Hello, I think that it's simply a matter of including multiple ul elements inside the

[jQuery] Re: Superfish

2009-02-05 Thread uztha4c
just take a look at the source code for the site...basically it looks like this: li class=nav_pressa href=/briefing_room/ class=nav_itemspanThe Briefing Room/span/a div class=menu ul class=sub_nav lia href=/blog/The Blog/a/li lia href=/weekly_address/Your

[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] Submenus appear underneath menu items when the menu wraps

2009-02-04 Thread jQuery Lover
This is how IE interprets z-index settings for positioned elements. Google it and you will surely find a fix: http://www.google.com/search?q=ie+z-index+issue Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Feb 4, 2009 at 2:56 PM, Michael Smith smi...@gmail.com

[jQuery] Re: [Superfish] Submenus appear underneath menu items when the menu wraps

2009-02-04 Thread Michael Smith
Hi again I added this css: .sf-menu li li a { background:red; z-index:100; } and as you can see on : http://dev2.savingforchildren.co.uk/mjs/menu.epl When using IE (in my case IE6) the submenus still appear under the main menus. Anything I can do to get them on top?

<    1   2   3   4   5   6   7   8   9   10   >