Using the CSS style sheet below there appears to be a gap between the bannerline and the two div's right and left in IE whereas with firefox there isn't. Can anyone see what might be causing this?
body {
margin: 0;
padding: 0;
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-align: center;
}
/* -- container --*/
#container {
width: 760px;
margin: 0 auto;
padding: 0;
text-align: left;
border:0;
}
/* -- header --*/
#header {
position: relative;
width: 760px;
height: 104px;
margin: 0;
padding: 0;
text-align: right;
background-image:url("/images/astoria/topbanner.jpg");
background-repeat: no-repeat;
border:0;
}
#bannerline {
position: relative;
width: 760px;
height: 2px;
margin: 0;
padding: 0;
background-image:url("/images/astoria/bannerline.jpg");
background-repeat: no-repeat;
border:0;
}
#left {
float:left;
width:122px;
height:467px;
background-image:url("/images/astoria/sidebar.jpg");
background-repeat: no-repeat;
border:1px solid #CCCCCC;
padding:0;
margin:0;
}
#right
{
width:626px;
height:467px;
float:left;
border:1px solid #CCCCCC;
padding:0;
margin:0 4px 0 4px;
background-image:url("/images/astoria/bg_content.jpg");
background-repeat: repeat;
}
body {
margin: 0;
padding: 0;
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-align: center;
}
/* -- container --*/
#container {
width: 760px;
margin: 0 auto;
padding: 0;
text-align: left;
border:0;
}
/* -- header --*/
#header {
position: relative;
width: 760px;
height: 104px;
margin: 0;
padding: 0;
text-align: right;
background-image:url("/images/astoria/topbanner.jpg");
background-repeat: no-repeat;
border:0;
}
#bannerline {
position: relative;
width: 760px;
height: 2px;
margin: 0;
padding: 0;
background-image:url("/images/astoria/bannerline.jpg");
background-repeat: no-repeat;
border:0;
}
#left {
float:left;
width:122px;
height:467px;
background-image:url("/images/astoria/sidebar.jpg");
background-repeat: no-repeat;
border:1px solid #CCCCCC;
padding:0;
margin:0;
}
#right
{
width:626px;
height:467px;
float:left;
border:1px solid #CCCCCC;
padding:0;
margin:0 4px 0 4px;
background-image:url("/images/astoria/bg_content.jpg");
background-repeat: repeat;
}