Forum Moderators: not2easy
heres the code
#nav ul li a {
display: block;
width:114px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #dcdcdc;
text-decoration: none;
}
thanks
See this previous thread:
[webmasterworld.com...] (msg 37 & 38)
And W3C's excellent explanation:
[w3.org...]
Also, to ensure that IE6 will render the page correctly -- use a full and valid doctype [w3.org]. [msdn.microsoft.com...]
For IE5.x/Win you will still need to resort to the Box Model Hack or Conditional Comments [msdn.microsoft.com].