Dynamic superfish problem with IE

Almost with my menu, but I have a problem, I need to remove some parts of it depending on the user. This is ok in firefox, but in IE, when ever I set a personality to display, it leaves a blank space instead.

Thanks.

0


a source to share


2 answers


This, instead of using display style, I used jquery's delete function instead.



0


a source


Tried

visibility: hidden

      



?

Also, if it is a security issue, remember that hiding the link should not be the only security measure, the application should have its own protection if someone or google gets the link (and in my experience google always does).

0


a source







All Articles