I'm working on a site and all is looking good in IE 6 and IE 7, but there is one small issue in FF 2. There are two images that make up the header, and in FF 2, there is a small space between the two images.
You can see it here:
I'm hoping this is something really simple.
Here is the css
Any ideas? I appreciate any help. Thanks!
You can see it here:
I'm hoping this is something really simple.
Here is the css
Code:
html,body{
margin:0;
padding:0;
background-image:url(../img/bg_lattice.gif);}
body{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:normal;}
h2 {
font-size:20px;
font-weight:bold;
color:#7478A8;}
h3 {
font-size:18px;
font-weight:bold;
color:#9999CC;}
div#wrapper {
width: 850px;
background-color:#FFFFFF;
margin: 0px auto;}
div#container{
background:#FFFFFF;
width:752px;
margin-left:36px;
margin-right:36px;}
div#header{
height:331px;
width:777px;
padding:0px;
margin:0px;}
div#nav {
height:33px;
margin-left:42px;
}
div#content_lft{
background:#FFFFFF;
float:left;
width:263px;
margin-left:6px;
text-align:center;}
div#content{
float:right;
width:466px;
padding-left:8px;}
div#extra{
background:#CCC;
float:right;
width:489px;}
div#footer{
background: #FFF;
color: #080097;
border:1px solid #7171A5;
font-size:10px;
margin:0px auto;
clear:both;
width:752px;
height:22px;
text-align:center;}
div#ftr_lft {
float:left;
width:150px;
height:22px;
border-right:1px solid #7171A5;
background-color:#9EA1C2;}
.feature_hdr {
font-size:16px;
font-weight:bold;
color:#FFFFFF;
padding:3px;}
.feature_bdy {
padding:10px;
text-align:left;}
.bordered {
border:2px solid #B55B35;}
Any ideas? I appreciate any help. Thanks!