I have the following menu on jsfiddle : http://jsfiddle.net/aL7Xe/1000/
I disabled the "Bewerkingen" link with :
a[href="/test4/disabled"] {
pointer-events: none;
}
because its a dropdown menu, but when I use that code my css seems to dissapear, how can I fix this? or what code should I use to disable that link but still have my dropdown menu and css on it ? I am using Drupal so using # in the link is not going to work
Thanks in advance for any help :)