Forum Moderators: not2easy
Does anyone know why the background image on my PC firefox creates a border along the image. I set the image in the body tag with a repeat-x attribute. Where ever the image ends, it creates a border along it.
body {
padding: 0px;
margin: 0px;
font-family: Tahoma, Arial, Verdana, sans-serif;
color: #000;
line-height: 1.5em;
font-size: 100%;
border:0;
margin-top: -10px;
background: #aae4f7 url(../images/header/head2bkg.jpg) repeat-x ;
}
It works on all the other browsers such as IE, Safari, Chrome, Mac FF, Safari and Opera.
Thanks