Suckerfish Menu - Fixed Width?

yolkSac
avatar
rank newbie

newbie


Posts: 1
Joined: 2008-07-24

Hey all,

still a rookie to CSS so i'm not sure how easy or difficult a fix this is?

Trying to adjust the legendary suckerfish menu ( http://htmldog.com/articles/suckerfish/dropdowns/example/ ) to fit my layout but running into some trouble simply trying to fix the width of the top Nav.

I would like it to be 760px wide. I've figured out by adjusting...

#nav, #nav ul {
float: left;
width: 760px; <-- sets bar width
list-style: none;
line-height: 1;
background: white;
font-weight: bold;
padding: 0;
border: solid #eda;
border-width: 1px 0;
margin: 0 0 1em 0;
}

seems to work but throws off all the rollovers.

Also, why does the menu break on multiple lines if text runs to big?

Can this be prevented?

any help would be waaaay appreciated!

Thanks!
> j