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 :)
I'm able to figure about one way, that's by using js.
HTML
JS
I will upadte soon if I got some way to do with css
The other solution with css below, You don't need js now.
Try this :
You will not need to use