Results 1 to 2 of 2

Thread: Help with navigation

  1. #1
    LiteIce Guest

    Help with navigation

    Heyas,
    Do any of you guys know how they did the top navigation menu on

    http://www.bmw-motorrad.co.uk ?

    Any help much appreciated

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    It uses javascript, and I haven't often seen anything more complicated.

    Look at http://www.bmw-motorrad.co.uk/uk/en/...avigation.html with javascript enabled and View/Source code and take a look. There are also several javscript files to download to look at as well.

    If I were you, stick to normal links with different colors for the hover state.

    a:link { color: #de7007; } /*unvisited link orange*/
    a:visited { color: #008080; } /*visited link teal*/
    a:hover { color: #996633; } /*hover link dark brown*/
    a:active { color: #800080; } /*active link purple*/
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. Tips to a smooth navigation system
    By gaininfo in forum Graphic Design
    Replies: 0
    Last Post: 24 Jul 2008, 06:10 AM
  2. Navigation
    By vannova in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 04 Jun 2007, 09:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •