Here is my page link
In the bottom for footer image I have written the css code as -
...still the image in bottom gets repeated in IE8
In the bottom for footer image I have written the css code as -
Code:
.bottom{
background:url(images/Bottom_2.jpg); background-repeat:no-repeat; background-attachment:fixed; width:1275px;height /**/ : 136px; margin-left:-10px;padding-left:100px; padding-top:20px; azimuth:center;
}
Comment