[jQuery] Re: Hiding a menu in Superfish

2009-05-18 Thread joems
Did it, instead of using display none I instead used jquery remove function instead. On May 17, 6:38 pm, joems wrote: > Hi, I want to make a dynamic menu where the items being shown depends > on the access of the user. I tried having a code in codebehind of my > aspx page that w

[jQuery] Hiding a menu in Superfish

2009-05-18 Thread joems
Hi, I want to make a dynamic menu where the items being shown depends on the access of the user. I tried having a code in codebehind of my aspx page that will set a certain li to style display none, but when viewed in IE6 I get a white space within the menu.