[jQuery] Re: superfish - using different animations?

2007-11-16 Thread Joel Birch
On 17/11/2007, slooodge <[EMAIL PROTECTED]> wrote: > Unfotunately the declaration of the first > animation type gets overwritten by the second one. > Does anyone know how to implement two different menues on one page? Hi Slooodge! Thanks very much for pointing this out. The first version of Sup

[jQuery] Re: Superfish not working on PHP page

2007-11-14 Thread Jangla
Can I just clarify what you've said? You mean, explicitly define the width of the navigation div and then make sure that width plus padding equals the first ul element? There are a couple of issues with width that may all be related actually. If you take a look at this page: http://www.clinicn

[jQuery] Re: SuperFish Menu & Flash

2007-11-02 Thread Joel Birch
On 03/11/2007, Olivier Percebois-Garve <[EMAIL PROTECTED]> wrote: > You definitely need to include bgiframe, because without you have errors, > and therefore the swfobject code cannot run. ...or remove the code that applies bgiframe to Superfish completely, and don't include the bgiframe plugin.

[jQuery] Re: Superfish, bgiframe, jQuery 1.2 issues...

2007-11-02 Thread rynoceris
Hey Joel, Thank you so much! I can't believe I forgot something that simple. After putting that in, the menu now works perfectly across all browser platforms. Again, thank you so much for your help! Ryan Ours

[jQuery] Re: SuperFish Menu & Flash

2007-11-02 Thread Olivier Percebois-Garve
You definitely need to include bgiframe, because without you have errors, and therefore the swfobject code cannot run. gracetec wrote: Hi rolfsf, Thanks for your response. I have re-checked all the code against a working example and the only difference appears to be the way in which the flash

[jQuery] Re: SuperFish Menu & Flash

2007-11-02 Thread Anthony Leboeuf(Worcester Wide Web)
Hi, it works because you used the : wmode="transparent" You need this for elements to appear above the flash movie. -Tony gracetec wrote: Hi rolfsf, Thanks for your response. I have re-checked all the code against a working example and the only difference appears to be the way in which

[jQuery] Re: SuperFish Menu & Flash

2007-11-02 Thread gracetec
Hi rolfsf, Thanks for your response. I have re-checked all the code against a working example and the only difference appears to be the way in which the flash file is embedded. It works for this code: http://download.macromedia.com/pub/shockwave/cabs/flash/ swflash.cab#version=6,0,29,0" width="

[jQuery] Re: SuperFish Menu & Flash

2007-11-02 Thread rolfsf
I don't have an easy answer for you, but it seems like you've tried a couple different techniques and haven't completely removed the old ones. For example, you've got both the original suckerfish javascript (sfhover) and superfish ( which is a jquery implementation of the suckerfish menu). You're

[jQuery] Re: Superfish, bgiframe, jQuery 1.2 issues...

2007-11-01 Thread Joel Birch
Hi Ryan, You didn't initialise your menu. Put this in a script tag after including Superfish: $(document).ready(function(){ $('ul.nav').superfish(); }); Of course you can also pass in an options object if you wish. Check out the Superfish documentation for more info. http://users.tpg.com.au

[jQuery] Re: Superfish Issue with Mouseouts

2007-10-30 Thread Joel Birch
Hi George, Sorry for the lack of response recently. I think you should look into including the hoverIntent plugin to solve this issue. If you include it in the source order before the Superfish plugin it will be used automatically and prevent menus from opening from a cursor merely passing over

[jQuery] Re: Superfish and IE6 issue

2007-10-28 Thread walterg2
Well, I found the issue this morning. Turned out it was a CSS issue with how I placed the sfHover class. I'll leave the URL active for a little while in case anyone else runs into the same issue. Please be aware, the CSS is pretty heavy, but that's what you get when there's a team of designers

[jQuery] Re: Superfish: Menu keeps jumping around

2007-10-19 Thread [EMAIL PROTECTED]
Thanks for your reply but unfortunately on PC IE the menu still jumps around http://elearningrd.info/portal/test3.php even though I specified a width for the nav element. Any other ideas? Thanks, - Dave On Oct 18, 11:14 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi Dave, > > Simply apply w

[jQuery] Re: Superfish: Menu keeps jumping around

2007-10-18 Thread Joel Birch
Hi Dave, Simply apply width:100px (or whatever value) to the .nav element. Joel Birch P.S. sorry to everyone who have posted Superfish help requests lately - I've been so busy and have not had chance to look help out as much as usual. Hopefully this weekend I may find time to answer some.

[jQuery] Re: Superfish, bgiframe, jQuery 1.2

2007-10-17 Thread kauaicoder
Hi Joel, Thanks for the reply. Here's the url where you can view the problem http://hcs.gts.tsu.biz/test.html. I actually don't need to use the bgiframe plugin since I don't have any select elements on the page but I'd like to know I can use it for future projects. If you hover over the "About Ka

[jQuery] Re: Superfish, bgiframe, jQuery 1.2

2007-10-16 Thread Joel Birch
On 10/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Aloha, > > When I use the bgiframe plugin with the superfish menus I get a white > background behind the pulldown and the word "false" behind the > pulldown in msie 6.0 on XP. > > Thanks, > Gary Hi Gary, This rings a bell. I think it

[jQuery] Re: Superfish Dropdown: Menu falls behind tabs

2007-10-12 Thread marlyred
Thanks for pointing me in the right direction. For anyone else experiencing the same problem with this plugin..I applied a z-index to the .nav class Joel Birch wrote: > > > Hi, > > In IE you have to apply z-index to certain ancestors, due to a bug. On > another thread, Olivier Percebois-G

[jQuery] Re: superfish: how do I turn off animations

2007-10-12 Thread gdw
Thanks On Oct 10, 3:29 am, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Whoops, I obviously need a break. Here is the correct code: > > $('#yourNav').superfish({ >animation: {height: 'show'}, >speed: 1 /* animation speed 1 millisecond */ > > }); > > Joel Birch

[jQuery] Re: Superfish Dropdown: Menu falls behind tabs

2007-10-12 Thread Joel Birch
Hi, In IE you have to apply z-index to certain ancestors, due to a bug. On another thread, Olivier Percebois-Garve provided this link to a discussion of the problem. http://verens.com/archives/2005/07/15/ie-z-index-bug/ Of particular note on that page is Michael's comment. Joel Birch.

[jQuery] Re: Superfish Dropdown: Aktiv class for 3rd level

2007-10-11 Thread Joel Birch
I think what you are wanting to do is described here: http://users.tpg.com.au/j_birch/plugins/superfish/all-horizontal-example/ Basically, you can use the pathClass option to tell Superfish what class name you are using to indicate the active menu item, and Superfish will keep the path to that it

[jQuery] Re: Superfish, swfObject, z-index, and (of course) IE

2007-10-11 Thread Olivier Percebois-Garve
Hi this seems due the IE z-index bug see http://verens.com/archives/2005/07/15/ie-z-index-bug/ olivier jon randahl wrote: First, let me say thank you to Joel for making the new CSS for Superfish so easy to configure now! All those comments make such the difference! and Second, here's my dilem

[jQuery] Re: Superfish, swfObject, z-index, and (of course) IE

2007-10-11 Thread jon randahl
{Jon hangs his head in shame for not thinking this through!} OMG, I tried setting the parent and the grandparents z-index to bring it over the lower container without "going over" the nav! It never occurred to me to do the great-grandparent too! Thank you, thank you, thank you Joel! Now back to

[jQuery] Re: Superfish, swfObject, z-index, and (of course) IE

2007-10-11 Thread jon randahl
Working on that atm! On Oct 11, 3:27 am, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi Jon, > > Thanks for your feedback on the commented CSS file! To help solve your > problem though, with so many factors at work we really need a working > page that demonstrates the issue you are trying to solve.

[jQuery] Re: Superfish, swfObject, z-index, and (of course) IE

2007-10-11 Thread Joel Birch
Jon replied to me offlist with a secret link. I thought I would reply with a solution here for completion's sake incase it helps anyone else. Long story short, IE has a thing about great-great-etc-grandparents having z-index set. This should fix the issue for you Jon: #header { z-index: 99; } G

[jQuery] Re: Superfish, jQuery and flashing menu...

2007-10-10 Thread Joel Birch
I forgot to mention, you are using code to attach the bgiframe plugin to Superfish, but you are not including that plugin's code. This generates errors everytime you hover a menu item. If you don't think select boxes will ever appear under the submenus, simply rip all that code out. Joel Birch.

[jQuery] Re: Superfish, swfObject, z-index, and (of course) IE

2007-10-10 Thread Joel Birch
Hi Jon, Thanks for your feedback on the commented CSS file! To help solve your problem though, with so many factors at work we really need a working page that demonstrates the issue you are trying to solve. Is this doable? Joel Birch

[jQuery] Re: Superfish not working on PHP page

2007-10-10 Thread Joel Birch
Make sure that the anchor elements have an explicit width and that their width plus horizontal padding adds up to the width of the submenu ul element width. Joel Birch.

[jQuery] Re: Superfish not working on PHP page

2007-10-10 Thread Jangla
Hi, Thanks for getting back to me. I've since solved that problem and moved onto another one! I've got the animations to work but for some reason, there's a "pop" at the end of the animation. When the sub-menu first appears, it's the width of the text contained within it. It then "pops" out to

[jQuery] Re: Superfish & embed flash object

2007-10-10 Thread Mark
Thanks for the advice, works perfectly. Cheers Mark On Oct 10, 3:57 am, brianfidler <[EMAIL PROTECTED]> wrote: > I don't believe this has anything to do withSuperfishor jQuery. Try > adding the following code to your HTML where yourFlashmovie is > embedded: > > > > and add the following to the

[jQuery] Re: Superfish & embed flash object

2007-10-10 Thread Mark
Thanks for the advice, it working now. Cheers Mark On Oct 10, 3:50 am, cbs1918 <[EMAIL PROTECTED]> wrote: > For your embededflashobject set your wmode to transparent. > > On Oct 9, 9:50 am, Mark <[EMAIL PROTECTED]> wrote: > > > Hi Joel, > > > I am usingsuperfishon a page with an embededflashobje

[jQuery] Re: superfish: how do I turn off animations

2007-10-10 Thread Joel Birch
Whoops, I obviously need a break. Here is the correct code: $('#yourNav').superfish({ animation: {height: 'show'}, speed: 1 /* animation speed 1 millisecond */ }); Joel Birch

[jQuery] Re: superfish: how do I turn off animations

2007-10-10 Thread Joel Birch
Maybe just do: $('#yourNav').superfish({ height: 'show', speed: 1 /* animation speed 1 millisecond */ }); Joel Birch.

[jQuery] Re: Superfish & embed flash object

2007-10-10 Thread Joel Birch
I messed around with that page in with Firebug and added an attribute to the generated embed tag like so: style="position:relative;z-index:0;" and this fixed the issue, even without changing the wmode attribute. Maybe add this to your CSS: embed, object { position: relative; z-index: 0;

[jQuery] Re: Superfish, jQuery and flashing menu...

2007-10-10 Thread Joel Birch
Hi, There are quite a few different issues at play here: Firstly, the flickering issue is due to your use of the csshover.htc file. Remove that and your flicker will disappear. Then, in order to get hovers working in IE, just add a selector that uses the sfHover class along side the regular :hov

[jQuery] Re: Superfish & embed flash object

2007-10-09 Thread cbs1918
For your embeded flash object set your wmode to transparent. On Oct 9, 9:50 am, Mark <[EMAIL PROTECTED]> wrote: > Hi Joel, > > I am using superfish on a page with an embeded flash object, the menu > displays behind the flash. Do you know a way to make it show in front > of the flash object? > >

[jQuery] Re: Superfish & embed flash object

2007-10-09 Thread brianfidler
I don't believe this has anything to do with Superfish or jQuery. Try adding the following code to your HTML where your Flash movie is embedded: and add the following to the wmode="transparent" so this will be your full code for embedding your Flash movie... http://download.macromedia.com/p

[jQuery] Re: superfish entire page 'fades' on mouseover (firefox mac os x)

2007-10-05 Thread gdw
Thanks. It worked perfectly. On Oct 3, 10:09 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi Greg, > > It is 99.9% certain that it is what Karl said. Here is what has become > my set spiel on the subject: > > MacFirefoxhas two text rendering anti-aliasing modes, one of which > makes the text lo

[jQuery] Re: Superfish Menu Problems - white space

2007-10-04 Thread Ryura
Thanks a ton! It works great. On Oct 4, 12:12 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi Ryura, > > I have to be quick because I am supposed to be asleep, but basically: > > 1) remove the left padding on .nav li ul > 2) change any value that is 9.45em or 7.45em to read: 160px. This is > be

[jQuery] Re: Superfish Menu Problems - white space

2007-10-04 Thread Joel Birch
Hi Ryura, I have to be quick because I am supposed to be asleep, but basically: 1) remove the left padding on .nav li ul 2) change any value that is 9.45em or 7.45em to read: 160px. This is because you are using 160px wide images instead of text so you want a fixed unit of measurement for the wi

[jQuery] Re: superfish entire page 'fades' on mouseover (firefox mac os x)

2007-10-03 Thread Joel Birch
Hi Greg, It is 99.9% certain that it is what Karl said. Here is what has become my set spiel on the subject: Mac Firefox has two text rendering anti-aliasing modes, one of which makes the text look much lighter or less bold in weight. The usual mode is used when everything on the page has an opa

[jQuery] Re: superfish entire page 'fades' on mouseover (firefox mac os x)

2007-10-03 Thread Karl Swedberg
Hi Greg, This may have to do with the well-known opacity problem in FF Mac when setting opacity to some element -- which is what I'm guessing Superfish does, maybe with a .fadeIn().. I believe it was Joel Birch who earlier suggested setting opacity on the body to something like . . May

[jQuery] Re: superfish (two of them in a page??)

2007-10-02 Thread GianCarlo Mingati
It works! Thanks alot Joel. GC On Oct 2, 4:15 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi GianCarlo, > > In the CSS, apply a lower z-index to the second Superfish menu and > also to it's li elements. Assuming you have class="nav" on both menus, > change the second one to class="nav second",

[jQuery] Re: superfish (two of them in a page??)

2007-10-02 Thread GianCarlo Mingati
thank you Joel, i'll check this out GC On Oct 2, 4:15 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi GianCarlo, > > In the CSS, apply a lower z-index to the second Superfish menu and > also to it's li elements. Assuming you have class="nav" on both menus, > change the second one to class="nav s

[jQuery] Re: superfish (two of them in a page??)

2007-10-02 Thread Joel Birch
Hi GianCarlo, In the CSS, apply a lower z-index to the second Superfish menu and also to it's li elements. Assuming you have class="nav" on both menus, change the second one to class="nav second", then add this CSS after the main Superfish CSS: .second, .second li { z-index: 998; } That should

[jQuery] Re: Superfish not working on PHP page

2007-09-24 Thread Joel Birch
The only issue I can imagine in this scenario is that you are initialising Superfish before the HTML for the menu has been loaded and injected into the DOM. Make sure you are putting the Superfish initialisation code in the callback of the function you are using to dynamically load the XML, and af

[jQuery] Re: Superfish pathclass question

2007-09-24 Thread steve35mm
Hi Joel - First of all, thank you so much for your response. I mulled over this thing for hours to no avail so your help is much appreciated. (And thanks for your kind words regarding my design.) I've implemented your solution and it seems to do the trick -- aside from one (hopefully minor) is

[jQuery] Re: Superfish - pathclass question

2007-09-21 Thread Joel Birch
Not sure what happened because I answered your other identical thread earlier. To save confusion, here is my response again: Hi Steve, This is by no means a newbie question, and even if it was you would still be more than welcome to ask it. I had a bit of an experiment and what you are attempti

[jQuery] Re: Superfish pathclass question

2007-09-21 Thread Joel Birch
Hi Steve, This is by no means a newbie question, and even if it was you would still be more than welcome to ask it. I had a bit of an experiment and what you are attempting can be achieved fairly simply. Just add a class 'useSF' to the body element for pages that you want to use Superfish hovers

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-17 Thread Jacob Stuart
Joel, Good work, it seems to function as intended. Unfortunately, I can't really use it for my purposes. You implemented it exactly as I had requested, but what that translates into for my code is the shifting of the drop-down's left position occurs after the animation to reveal it is complete. I

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-17 Thread Jacob Stuart
Hey Joel, Thanks for the excellent and clear response. I personally really appreciated the detail and thoroughness of it. Good luck on implementing the function call(s) and thanks for continuing to refine your extremely handy plugin. Cheers, Jacob Stuart On Sep 16, 11:25 pm, "Joel Birch" <[EMAI

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-17 Thread Joel Birch
Thanks Jacob. I wondered if you would be interested in checking out my initial attempt at adding the callback function feature. A beta version of the new JS file is here: http://users.tpg.com.au/j_birch/plugins/superfish/superfish-1.3.2b.js That file should work with whatever example you have at

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-16 Thread Joel Birch
Hi Karl, Thanks for the kind words. I wondered if it was too much info, but if anyone got something out of it then that's great. The starting point you have given me regarding the callbacks is exactly what I was hoping for - I'll be looking into that the first chance I get. I really appreciate y

[jQuery] Re: Superfish + Interface conflict

2007-09-16 Thread Joel Birch
On 9/16/07, Sam <[EMAIL PROTECTED]> wrote: > > I'm using the latest version of both plugins and I'm using jQuery > 1.1.3.1 (Superfish doesn't work in the most recent version yet). > > Sam Hi Sam, I have no info on what may cause Interface to conflict with various plugins, but I just wanted to cor

[jQuery] Re: Superfish + Interface conflict

2007-09-16 Thread [EMAIL PROTECTED]
hi there! I had problems with interface&another accordion plugin. I fix this with include 4 js instead of one: instead of interface.js. i hope that will help you. Greetz! Sam wrote: > I'm using the superfish menu and the Interface sortables feature. > > I have it so the interface plugin onl

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-15 Thread Karl Swedberg
Hey Joel, That was a great post. I think you've done a great service to the community in revealing some of the process involved in keeping your plugin up to date and improving it. Thanks. Your commitment to making Superfish an excellent, solid plugin is much appreciated. I'm by no means a

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-15 Thread Joel Birch
Hi again, So here's what happened. Between jQuery versions 1.1.2 and 1.1.3 the animation engine was completely rewritten. Some of the behaviour that Superfish was built upon was changed, such that show(), fadeIn() and similar custom animations would no longer work unless the item was first explic

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-14 Thread Jacob Stuart
Thanks for the reply Joel. If it is indeed something that isn't really needed then you can take all the time you need ;). Cheers, Jacob Stuart On Sep 14, 6:06 am, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi Jacob, > > I don't have time right now to reply in as much detail as I would > like, but

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-14 Thread Joel Birch
Oh, and thanks very much for pointing this out! Much appreciated. Joel Birch

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-14 Thread Joel Birch
Hi Jacob, I don't have time right now to reply in as much detail as I would like, but I will make time to do so tomorrow. Short answer is: it seems like that line is not needed anymore so feel free to remove it as future versions of Superfish will not include it. I'll respond properly when I get

[jQuery] Re: Superfish plugin fix for jQ1.2

2007-09-12 Thread Joel Birch
On 9/12/07, Pyrolupus <[EMAIL PROTECTED]> wrote: > Wanted to highlight one of the other items in case you missed it: > > On Sep 11, 4:35 pm, sozzi <[EMAIL PROTECTED]> wrote: > > After spending 30 minutes ruling out all other possibilities and a few > > broken gt(0) etc.. > > Sounds like there'

[jQuery] Re: Superfish plugin fix for jQ1.2

2007-09-12 Thread Pyrolupus
On Sep 11, 7:17 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > On 9/12/07, sozzi <[EMAIL PROTECTED]> wrote: > > > No biggie but I might as well save someone a few grey hair. > > Hey thanks for working this out for me. I am planning on debugging > Superfish for jQuery 1.2 very soon so it's nice to k

[jQuery] Re: Superfish CSS a class

2007-09-11 Thread Joel Birch
On 9/12/07, Oliver <[EMAIL PROTECTED]> wrote: > it kinda works, but falls over when I hover over a menu element. Does > this make any sense to anyone? and does anybody have any ideas. Oli Hello, First of all, Superfish currently works with jQuery 1.1.4 which is no longer the most recent version

[jQuery] Re: Superfish plugin fix for jQ1.2

2007-09-11 Thread Joel Birch
On 9/12/07, sozzi <[EMAIL PROTECTED]> wrote: > No biggie but I might as well save someone a few grey hair. Hey thanks for working this out for me. I am planning on debugging Superfish for jQuery 1.2 very soon so it's nice to know it seems to work after that small change. I'm kind of surprised th

[jQuery] Re: Superfish menu plugin v1.2.3 ...with explanation

2007-08-28 Thread Mike Alsup
Nice work, Joel - very nice! > http://users.tpg.com.au/j_birch/plugins/superfish/

[jQuery] Re: Superfish menu plugin v1.2.3 ...with explanation

2007-08-28 Thread Richard D. Worth
Joel, It looks great. I really like that it's keyboard accessible. Too often user interface controls are upgraded by the addition of javascript and only the mouse is taken into account, where before the enhancement, it worked with the keyboard and mouse. Thank you. - Richard On 8/28/07, Joel Bir

[jQuery] Re: Superfish - huge issue with IE6

2007-08-17 Thread Joel Birch
On 8/17/07, muskokee <[EMAIL PROTECTED]> wrote: > > > Hi Joel, > > I sent you a response with the url, but in the mean time I fixed it! > > I also use different html to make my menu function across browsers. > This turned out to be the problem. Made the html look like yours and > BOOOM! the menu w

[jQuery] Re: Superfish - huge issue with IE6

2007-08-17 Thread muskokee
Hi Joel, I sent you a response with the url, but in the mean time I fixed it! I also use different html to make my menu function across browsers. This turned out to be the problem. Made the html look like yours and BOOOM! the menu works perfectly. If you could email me, I would like to talk to

[jQuery] Re: Superfish - huge issue with IE6

2007-08-16 Thread Joel Birch
On 8/17/07, muskokee <[EMAIL PROTECTED]> wrote: > > > If you would like a url I would be happy to post one - just my dev > site. > > Thanks a lot for any help you can offer. > > Sheri Hi Sheri, If you could post that url I'll try to have a look when I get the chance. My brain can't parse that ra

[jQuery] Re: Superfish, Click no Hover

2007-08-03 Thread Joel Birch
Hi Kristin, It's a silly hour in Australia and I'm not really awake, but I quickly changed this: $.fn.applyHovers = function(){ return this[($.fn.hoverIntent) ? 'hoverIntent' : 'hover'](over,out); }; ...to this: $.fn.applyHovers = function(){ if (o.useClick) {

[jQuery] Re: Superfish with interface plugin ...

2007-07-30 Thread Joel Birch
I think Interface overwrites the jQuery's animate() function with its own, which may have something to do with it. I'm not sure why it would have adverse affects when using jQuery 1.1.3.1 but not when using jQuery 1.1.2. Were you using the most up-to-date version of Interface? I can't tel

[jQuery] Re: Superfish with interface plugin ...

2007-07-26 Thread Joel Birch
Thanks for the test pages, I downloaded them and checked it out and the problem occurs in both IE7 and IE6. The reason you saw the sub sub menus appear when you wrapped the code in console.log is just because the code inside does not run in IE so you were seeing the degraded pure CSS hove

[jQuery] Re: Superfish with interface plugin ...

2007-07-26 Thread TiGeRWooD
Hi Joel, Thanks for reply. http://www.amside.be/index.php I did this test page with your sample code, the interface plugin is not used, just loaded ... Only superfish css is loaded and used ... And as you can see, the sub sub menu doesn't appear with IE7 ... Still better, if i put this code con

[jQuery] Re: Superfish with interface plugin ...

2007-07-25 Thread Joel Birch
On 26/07/2007, at 1:57 AM, TiGeRWooD wrote: Hi, I tried to used superfish, but i have a bug in IE7 (not tried in ie6), superfish doesn't work well if the interface plugin is loaded ... the first submenu are visible but the sub sub menu don't ... If anyone have ideas ... you 're welcome :) Th

[jQuery] Re: superfish delay not working

2007-07-21 Thread cpsengine
Thanks for the response, Joel. Your first post was posted half an hour after mine, but for some reason showed up before it. Your explanation of the CSS behavior was very helpful. I was able to adjust the CSS with some trial and error until I got my menu to work, and the CSS version working with J

[jQuery] Re: superfish delay not working

2007-07-21 Thread Joel Birch
Maybe you didn't see my post. Here it is again: Superfish works by using the sfHover class instead of the normal CSS :hover rules. You need the sfHover class to make the hovers work in IE6 anyway, so when javascript is available the CSS class 'superfish' is added to the element you called

[jQuery] Re: superfish delay not working

2007-07-21 Thread cpsengine
I'm not using the hoverIntent plugin, although I just set it up and it didn't resolve the problem. I think it has something to do with the CSS and needing one (or more) of the sfHover styles, but I'm not sure which one (or maybe I don't need them?). On Jul 20, 6:58 pm, Olivier Percebois-Garve <[E

[jQuery] Re: superfish delay not working

2007-07-20 Thread Joel Birch
On 21/07/2007, at 11:09 AM, cpsengine wrote: I have a single-level css dropdown and wanted to add a delay, so I setup superfish. It's working as I can see the animation when I mouse over my menu, but the mouse delay isn't working. I think I need to add the sfHover class somewhere into my css, bu

[jQuery] Re: superfish delay not working

2007-07-20 Thread Olivier Percebois-Garve
have u forgotten to include the hoverIntent plugin ? cpsengine wrote: I have a single-level css dropdown and wanted to add a delay, so I setup superfish. It's working as I can see the animation when I mouse over my menu, but the mouse delay isn't working. I think I need to add the sfHover class

[jQuery] Re: Superfish 1.2.1 3rd level IE display problem

2007-07-14 Thread Karl Swedberg
Hi N00bert, This last reply showed up in my inbox 5 times for some reason. Might have been something weird with my mail client, but just wanted to let you know in case the problem was caused by something you might have done. Worth investigating, in any case. No real harm done, but it's to

[jQuery] Re: Superfish 1.2.1 3rd level IE display problem

2007-07-14 Thread n00bert
Hi Joel, Thanks for your reply and the test page. Way beyond the call of duty and hugely appreciated! If, as you say, the css works well even in IE6 then it must be other css interfering. Now that you've thrown me onto the correct path, I'll investigate and post back here when I have a solution

[jQuery] Re: Superfish 1.2.1 3rd level IE display problem

2007-07-14 Thread Joel Birch
You duplicated this message a few times - maybe you missed my last post in this thread? If for some reason you didn't see it, here it is again: Hi, I couldn't see anything wrong with your code so I set up a test page using your CSS in an effort to see where the problem was. http://users.

[jQuery] Re: Superfish 1.2.1 3rd level IE display problem

2007-07-13 Thread Joel Birch
Hi, I couldn't see anything wrong with your code so I set up a test page using your CSS in an effort to see where the problem was. http://users.tpg.com.au/j_birch/plugins/superfish/noobert/ Only the first three submenus of the first menu item have the right amount of levels of submenu so on

[jQuery] Re: Superfish 1.2.1 3rd level IE display problem

2007-07-13 Thread n00bert
Hi, thanks for your reply. I did as you said, but still no change. The third level doesn't appear in IE6. Any further insights would be greatly appreciated. I've pasted the revised css below: .nav, .nav * {margin:0;padding:0;} .nav {line-height:1.0;float:left;} .nav ul {background:#ff; /*IE

[jQuery] Re: Superfish 1.2.1 3rd level IE display problem

2007-07-13 Thread Olivier Percebois-Garve
for each :hover you should have a .sfhover ... n00bert wrote: Hi, I'm using Superfish, available http://users.tpg.com.au/j_birch/plugins/superfish/ here . I've added a "third level" and made the changes given by Joel Birch in answer to http://www.nabble.com/Help-with-Superfish-drop-down-me

[jQuery] Re: superfish variable width

2007-06-22 Thread Olivier Percebois-Garve
I came up with that (changed in your code): It seems to be working but the 3rd level is broken var sfHovAr=$('li[ul]',this) .applyHovers(over,out) .find("a").each(function(){ var $width = $(this).width(); $(this).parent().width($width);

[jQuery] Re: superfish variable width

2007-06-21 Thread Olivier Percebois-Garve
thx. I'll look into that that some times. My co-worker went with : http://www.cssplay.co.uk/menus/variable_dl.html But its not a satisfiying code. Since I'm trying to push suckerfish (superfish) as our default menu system, I'd love to get around that issue. On 6/21/07, Joel Birch <[EMAIL PROTECTE

[jQuery] Re: superfish variable width

2007-06-21 Thread Joel Birch
On 22/06/2007, at 12:45 AM, Olivier Percebois-Garve wrote: I mean getting the width of each li's content and then to give that width to the li On 6/21/07, Olivier Percebois-Garve < [EMAIL PROTECTED]> wrote:could such behavior be scripited ? I'm sure it could be scripted. Depending on the

[jQuery] Re: superfish variable width

2007-06-21 Thread Olivier Percebois-Garve
I mean getting the width of each li's content and then to give that width to the li On 6/21/07, Olivier Percebois-Garve <[EMAIL PROTECTED]> wrote: could such behavior be scripited ? On 6/21/07, Su <[EMAIL PROTECTED]> wrote: > > If I recall correctly, suckerfish menus assume each of the items i

[jQuery] Re: superfish variable width

2007-06-21 Thread Olivier Percebois-Garve
could such behavior be scripited ? On 6/21/07, Su <[EMAIL PROTECTED]> wrote: If I recall correctly, suckerfish menus assume each of the items is going to be the same width. I've gotten around this by first styling a base width that they'd all get, and then basically listing a *lot* of very spec

[jQuery] Re: superfish variable width

2007-06-21 Thread Su
If I recall correctly, suckerfish menus assume each of the items is going to be the same width. I've gotten around this by first styling a base width that they'd all get, and then basically listing a *lot* of very specific selectors(via IDs on each top-level item) in the stylesheet to override as

[jQuery] Re: superfish problems with ie6

2007-06-20 Thread Joel Birch
On 20/06/2007, at 5:31 PM, oscar esp wrote: Many thanks Joel I have copied the code that your wrote and now works perfectlly. Thanks again for your help. Excellent! I'm very happy that I could help. Joel.

[jQuery] Re: superfish problems with ie6

2007-06-20 Thread oscar esp
Many thanks Joel I have copied the code that your wrote and now works perfectlly. Thanks again for your help. On 20 jun, 03:47, Joel Birch <[EMAIL PROTECTED]> wrote: > On 20/06/2007, at 12:43 AM, Joel Birch wrote: > > > Link: > > localhost/~joelbirch/plugins/superfish/oscar-test/ > > Sorry, th

[jQuery] Re: superfish problems with ie6

2007-06-19 Thread Joel Birch
On 20/06/2007, at 12:43 AM, Joel Birch wrote: Link: localhost/~joelbirch/plugins/superfish/oscar-test/ Sorry, the correct url is: http://users.tpg.com.au/j_birch/plugins/superfish/oscar-test/ Joel.

[jQuery] Re: superfish problems with ie6

2007-06-19 Thread Joel Birch
On 19/06/2007, at 9:44 PM, oscar esp wrote: the superfish call: jQuery("#nuevomenu").superfish(); jQuery.find(">li[ul]").mouseover(function(){ $("ul", this).bgIframe({opacity:false});}); jQuery.find("a").focus(function(){ The code (quoted above) needs to be 'chained' a

[jQuery] Re: superfish problems with ie6

2007-06-19 Thread oscar esp
Thanks Joel. I have test: a) bgIframe is loaded correctlly. The structure of my page is: here I put the menu here I have a page that I have load with ajax and this page contains the select item. the superfish call: jQuery("#nuevomenu").superfish(); jQuery.find(">li[ul]").mouseove

[jQuery] Re: superfish problems with ie6

2007-06-19 Thread Joel Birch
On 19/06/2007, at 5:46 PM, oscar esp wrote: It is difficult to put it into public server rightnow. The problem is related with a bug in ie6. http://www.shepherdweb.com/2007/02/14/z-index-ignored-for-select- element-in-ie-6-workaround http://www.hedgerwow.com/360/bugs/css-select-free.html I

[jQuery] Re: superfish problems with ie6

2007-06-19 Thread oscar esp
It is difficult to put it into public server rightnow. The problem is related with a bug in ie6. http://www.shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround http://www.hedgerwow.com/360/bugs/css-select-free.html I don't know if we could apply some solution into

[jQuery] Re: superfish problems with ie6

2007-06-18 Thread Joel Birch
On 18/06/2007, at 7:01 PM, oscar esp wrote: I have a menu superfish. I have added i6 "patch", and works fine. However I have this design: menuOp1 menuOP2 ___ label: comboBox V When I click on menuOP1 the options are displayed (vertical

[jQuery] Re: Superfish mouseover problem in Opera

2007-06-14 Thread Joel Birch
Hi Jaysun, I tried to use your code to work out your problem but there were many issues that made it too difficult to help you. Please could you create a test page and provide us with a url to look at? Also, try and rip out all of the Dreamweaver javascript as rolfsf said and use CSS for

[jQuery] Re: Superfish mouseover problem in Opera

2007-06-14 Thread rolfsf
Jaysun, If you've got a working url that we could go to, it might make it a little easier. You might want to strip out the dreamweaver rollover script that's attached to the menu - it's creating at least one javascript error, and you don't really need it if you're using Superfish and css... that

[jQuery] Re: Superfish v1.1 released

2007-06-06 Thread Joel Birch
On 07/06/2007, at 6:07 AM, Jörn Zaefferer wrote: Oh, ok. You're right. I simply scanned over the page and just didn't get it. Its really distracting. I agree. It's too confusing for a page that attempts to demonstrate an unrelated JavaScript technique. I've ripped it out of there. Thanks

<    5   6   7   8   9   10   11   >