Forum Moderators: not2easy
I am using IE6 and trying to get the basic layout of the site done before I start putting in all the information. I've got it almost done, except:
There is a thin seperation between the 'header' and the 'nav bar'? It is in the blue section on top with the three pics. If I give each pic an 'align=left' it goes away, but on IE MAC it goes all insane. Those three pics need to be seamless with the next section. I can't find the CSS solution to this problem. Any/all help would be much appreciated.
Here is the relevant CSS:
body {
text-align: center;
padding: 0px;
margin: 10px 0px 10px 0px;
background-color: #4C342A;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}
#container {
margin-left: auto;
margin-right: auto;
width: 794px;
text-align: left;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
background-color: #009999;
}
#header {
margin: 0px;
height: 200px;
width: 794px;
color: #000000;
background-color: #6699FF;
border: thin dotted #000000;
vertical-align: bottom;
padding: 0px;
}
.topnav {
float:left;
clear:left;
margin: 0px;
padding: 0px;
border: thin dashed #000000;
}
.rightpics {
float:right;
clear:right;
margin: 0px;
padding: 0px;
}
#content {
min-height: 800px;
margin: 0px;
padding: 0px;
}
#maintext {
background-color:#CB915F;
width: 528px;
margin: 0px;
padding: 0px;
}
#maintext img {
float: right;
clear: right;
margin-left: 10px;
}
h1 {
font-size: 1.2em;
font-style: italic;
color: #8F4E42;
margin-top: 15px;
margin-left: 10px;
}
h2 {
font-size: 1.0em;
margin-left: 10px;
color: #8F4E42;
}
#footer {
width: 528px;
background-color:#8F4C42;
text-align: center;
font-size: 0.7em;
color: #ffffff;
line-height: 1.4em;
}
[edited by: DrDoc at 6:14 am (utc) on Mar. 3, 2006]