[thelist] nav menu / css question

Mark Groen evolt at markgroen.com
Mon Feb 22 07:43:22 CST 2010


Meredith Tupper wrote:
> I am trying to modify this horizontal navigation menu: 
> http://www.bornfreeeggs.com  to add another 2 items.  The client wants 
> to wrap the longer items underneath, like so: 
> http://www.bornfreeeggs.com/index2.php except, as you can see, the 
> wrap forces everything down.  How can I correct this so that all the 
> items align at the top?  Here's the css: 
> http://www.bornfreeeggs.com/css/default.css
>
> Thanks in advance for any help,
> Meredith
>
>
Not a whole lot of room on that strip to work with! Only tested on FF:

#navigation {
    width: 737px;
    height: 32px;
    background-image: url(../images/design/navigation.jpg);
    background-repeat: no-repeat;
    text-align: center;
    padding: 0px 0px 0px 0px;
}

cheers,

    Mark
--



More information about the thelist mailing list