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 ho

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

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 m

[jQuery] Re: jQuery Superfish Joomla issue for IE6

2009-08-07 Thread Charlie
not sure what this part of your code is but IE 6 throwing errors on it. Try removing it temporarily and see what happens window.addEvent((window.webkit) ? 'load' : 'domready', function() { window.rokajaxsearch = new RokAjaxSearch({ j_samm...@comcast.net wrote: Hi! Oddly enough, I h