Hello,

Whats the best way to make the bellow css buttons hot for the entire height
in ie? Right now there just hot over the text. I tried adding a fixed pixel
height to the a: rule but that didnt work so well.
I've seen this solution online somewhere before but im on a tight deadline
so i thought i'd post the question.
Thanks a million
-kvnmcwebn



#navigation {
 margin: 0 auto;
 border: 0;
 padding: 0;
text-align: left;
}

#drNav {
 margin: 0;
 border: 0;
 padding: 0;
 list-style: none;
}

#drNav li {
 float: left;
 color: #ffffff;
 background: #999999;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 11px;
 margin: 0 0 4px 0;
 border-right: 2px solid #E6E6E2;
}

#drNav a {
 margin: 0px;
 float:left;
 display: block;
 padding: 4px 12px;
 color: #ffffff;
 text-decoration: none;
 width: auto;
}

#drNav li#drSearch a {
 padding: 4px 16px 4px 17px;
 border: 0;
}

#drNav a:hover {
 color: #003;
 background: #B2C1D1;
}

/* Commented Backslash Hack
 hides rule from IE5-Mac  \*/

#drNav a {float:none;}
/* End IE5-Mac hack    */

---thanks to www.wamu.org for the original css---


******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to