Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Resolved] Best approach to creating a horiz menu bar? Reply To: Best approach to creating a horiz menu bar?

#157080
paulob
Participant

Hi Michael,

Your page zooms pretty well before breaking. Most sites won’t scale forever.:)

You can fix the text busting out of the logo by adding a width to the logo anchor.

.logo a {width:177px}

Regarding the menu then you can’t expect that many items to fit horizontally unless you make the text smaller and reduce the padding.

I’m not quite sure what you want it to look like as it was fitting nicely before. One thing to remember though is that should users resize their text once again then the menu will wrap anyway so you shouldn’t be trying to force it into a compact little space unless it was only one or two items.