Hello guys, i`ve been a webdesigner for quite some time now, and i`ve always stumbled on your forums when i have searched for a solution for my webdesign issues, seems like though this time i didnt find a solution and its getting bad for me ... here`s the problem.
I have a css drop down menu, which uses only li:hover on its elements to work (i found it on the net somewhere), its really briliant, because it doesnt use Javascript to work, thing is i need to attach Javascript to the results inside the drop down, but when i click on any of the results, the menu does not hide, but stays and the selected item is outlined (that`s the browser net thing) and because the page does not reload, the browser keeps the drop down shown while the cusrsor is over it, so in short, is there a way i can tell the browser i`ve moved the cursor away and the :hover element should stop working, even if i didnt (i want to do that with javascript). Thanks.