Lisa Frost wrote:
>  How do I go about vertically aligning the name of the villa in my
>  header div with the menu.
>
>
>  Page is here: http://www.villaphuket.com/dev/

Better to do it "backwards" :-)
Style the ul to...

#header ul {
    margin : 15px 0 6px 0;
    padding: 0;
    float: right;
}

...and see if that's close enough for comfort. Modify the top margin if 
you want the menu higher or lower.

regards
       Georg
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to