[jQuery] Re: Superfish - overlapping Submenu possible?

2009-11-09 Thread papillon
Problem solved, see http://facility9.com/2008/07/17/ie7-dropdowns-and-z-index .sf-menu li:hover, .sf-menu li.sfHover{ z-index: 99; } instead of .sf-menu li:hover ul, .sf-menu li.sfHover ul{ z-index: 99; }

[jQuery] Superfish - overlapping Submenu possible?

2009-11-06 Thread papillon
I'm using Superfish (vertical) with 2 menu levels - main level and the first sublevel. Everything's working fine so far. When the first submenu is configured via CSS to overlap the main level (left-margin of submenu smaller than width of mainmenu) some errors occure in IE - it's impossible to navig

[jQuery] JCarousel - Changing scroll-direction

2009-04-18 Thread papillon
how do i change the scroll-direction of jcarousel? in horizontal mode the images scroll from right to left, but I want them to move from left to right… Thanks in advance, papillon