I have a menu list of items at horowitzfamily.net. In Dreamweaver they line up near the bottom of my header div but in browsers IE, Firefox, Opera and Safari they end up on the top. I thought I might us line-height to move them (as that worked on my side menu list but got inconsistent results accross browsers. Any suggestions on how to best choose a location of a menu like this

#header{
   margin:0px;
   padding:0px;
   width: 100%;
   height: 73px;
   background-image:url(../images/header4.jpg);
}
#header img{
   float: left;
}
#header ul li{
   float:right;
   font-size:10px;
   /*line-height: 14px;*/
   margin:0px;
   padding:0px;
}

#header ul a {
   text-decoration:none;
   color:#4d4325;
}

Thanks

--
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