PDA

View Full Version : Help with navigation



LiteIce
14 Nov 2008, 02:40 AM
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 :nana:

Wickham
14 Nov 2008, 11:05 AM
It uses javascript, and I haven't often seen anything more complicated.

Look at http://www.bmw-motorrad.co.uk/uk/en/main_navigation.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*/