Navigation Code..

Man of Honour
Joined
17 Feb 2003
Posts
29,640
Location
Chelmsford
Can anyone provide me with a link or php code to import to a website that can produce a decent navigation pane. I'd like one that when hovered over, presents you with a further list of sub-options.

Thanks
 
cheers for that :)


In the following lines:
#nav li a {
width: 11em;
w\idth : 11em;
display : block;
color : navy;
font-weight : bold;
text-decoration : none;
background-color : white;
border : 3px solid navy;
padding : 0 0.5em;



what are the valid option for display and text-decoration?

thanks
 
Back
Top Bottom