I am having trouble removing the space between the header and navigation bar. Hopefully someone can help me out.
here is the test site:
here is the relevant css:
body,
html {
margin:0;
padding:0;
background:#F1EDEC;
color:#000;
}
body {
min-width:760px;
}
#wrap {
background:#;
margin:0 auto;
width:760px;
}
#header{padding:0px;
}
#nav {
float:left;
width:760px;
text-align:center;
}
here is the test site:
here is the relevant css:
body,
html {
margin:0;
padding:0;
background:#F1EDEC;
color:#000;
}
body {
min-width:760px;
}
#wrap {
background:#;
margin:0 auto;
width:760px;
}
#header{padding:0px;
}
#nav {
float:left;
width:760px;
text-align:center;
}