Need help with navigation bar please...

Discussion in 'JavaScript' started by BOOMBOOM, Apr 17, 2009.

  1. #1
    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? :eek:
     
    BOOMBOOM, Apr 17, 2009 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    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.
     
    PoPSiCLe, Apr 17, 2009 IP
  3. BOOMBOOM

    BOOMBOOM Peon

    Messages:
    196
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for the feedback...

    I wanted to try JavaScript... Guess I will have to revert to CSS. Just wanted a new challenge... :)
     
    BOOMBOOM, Apr 17, 2009 IP
  4. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #4
    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 :)
     
    PoPSiCLe, Apr 17, 2009 IP