Quick question - Horizontal Nav Bar

Soldato
Joined
11 Apr 2003
Posts
4,208
Location
Notts
Hi all, I have 2 horizontal nav bars on my site, header and footer, but when I shrink my browser to a certain size, the information on them goes underneeth the bar, is there anyway to make it so the bar does not let things come off it? (Tried using overflow: hidden but it does not work)

http://cpanel.lincoln.ac.uk/dci125/index.shtml

Thanks!
 
had this problem on one of my sites .. it's because you've not set a definitive width for the nav bar. It's set to 100%, so if the screen is 650pxs it crunches it into 2 lines coz it can't display all that within 100% of the area. With fixed width it just ignores it and shouldn't overspill at all.
 
Back
Top Bottom