Wordpress Themes - Debt Consolidation - Find jobs - Car Insurance Quotes - Debt Consolidation

PDA

View Full Version : Need help with navigation bar please...


BOOMBOOM
Apr 17th 2009, 6:23 pm
Seems like a bug. I have this example to show here:Example (http://vpcomp.net/langone/menu/menu.htm)

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? :eek:

PoPSiCLe
Apr 17th 2009, 6:29 pm
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.

BOOMBOOM
Apr 17th 2009, 7:35 pm
Thanks for the feedback...

I wanted to try JavaScript... Guess I will have to revert to CSS. Just wanted a new challenge... :)

PoPSiCLe
Apr 17th 2009, 7:51 pm
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 :)