Home › Forums › CSS › Move drop down to below header image › Re: Move drop down to below header image
September 11, 2009 at 12:04 pm
#63821
Member
Yeah..
I don’t like the look of the code to be honest..
Code:
ul#nav {
height:1.75em;
border-top:1px solid #000;
border-bottom:1px solid #000;
list-style:none;
margin:0; /* reset the default left margin in IE */
padding:0 .5em 0 0; /* reset the default left padding in good browsers */
background:#000;
font-size:1em;
}
height:1.75em;
border-top:1px solid #000;
border-bottom:1px solid #000;
list-style:none;
margin:0; /* reset the default left margin in IE */
padding:0 .5em 0 0; /* reset the default left padding in good browsers */
background:#000;
font-size:1em;
}
Quite confusing to me..
Thanks