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
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
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
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
4 matches
Mail list logo