Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Move drop down to below header image Re: Move drop down to below header image

#63821
leehughes
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;
}

Quite confusing to me..

Thanks