Seems like a bug. I have this example to show here:Example Works just fine in IE7 but Firefox seems to display a red dot when clicked and then the dot turns blue when the mouse button is released. I don't want any dots at all!!! What is this? Anybody have this issue before and know how to fix?
Dunno what the exact problem is with the dots, but... I'm assuming the real menu will be a bit more advanced than this example? Because this example... the code is horrible. You could make a menu like that with just a list with the links, and CSS - no javascript or anything needed.
Thanks for the feedback... I wanted to try JavaScript... Guess I will have to revert to CSS. Just wanted a new challenge...
The right tool for the job. Javascript used for content / design that could easily be made using simpler tools (HTML/CSS) is usually not worth it. By all means, javascript can be used to enhance content, and especially menus, but one always need to have a way to show the content without javascript. I'm just saying, personally I would never use javascript as long as it was avoidable