[jQuery] Re: superfish: disable arrows in first list

2010-02-14 Thread DLee
Hi Dasher,

That may make the arrows disappear, but the .sf-menu li element is
still stretched out as if there was still an arrow there.

On Dec 31 2009, 9:51 pm, Dasher sea...@gocreate.com.au wrote:
 Hi Frank,

 In the $(document).ready(function() { area...

 Below the superfish ($('ul.sf-menu').superfish({ call...

 add...

 $('ul.sf-menu  li  a span').remove();

 I found that in this forum somewhere and that worked for me. Good luck


[jQuery] Re: superfish: disable arrows in first list

2010-01-01 Thread Thies
Thanx, but if the solution would be so easy, I won't have problems.

On 30 Dez. 2009, 19:15, Charlie charlie...@gmail.com wrote:
 simple solution is use css to hide them, or use jquery to remove them
 Thies wrote:Hi, is it possible to disable the arrows at superfish only at 
 the first list, so that the arrow will only be shown in the sublists? Thanx a 
 lot Frank, Germany


[jQuery] Re: superfish: disable arrows in first list

2009-12-31 Thread Dasher
Hi Frank,

In the $(document).ready(function() { area...

Below the superfish ($('ul.sf-menu').superfish({ call...

add...

$('ul.sf-menu  li  a span').remove();

I found that in this forum somewhere and that worked for me. Good luck