I have a horizontal menu in my header div and I would like it to be aligned at the bottom of my div instead of the top. I've used vertical-align: bottom but that isn't working

#header ul li{
   float:right;
   font-size:10px;
   height: 80px;
   vertical-align: bottom;
}


A 2nd question originally put my height in the header element but when I added the #header ul li I found it stopped working so I moved it there. I would love any ideas why I needed to do that.

--
Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to