I Have problem in Background Image in Body.Image should not repeat.
It support in IE9,IE10.Working Well in IE9,IE10
body {margin:0px; background:url(../images/body_bg.jpg) no-repeat;
background-size: 100%; }
But not working in IE8( Problem in IE8 -body Background image)
Thanks Friends...
Sanjeeb LenkaPosted Jun 24, 2013, 4:17 AM
http://www.w3schools.com/cssref/pr_background-repeat.asp
body
{
background-image:url(../images/body_bg.jpg);
background-repeat:no-repeat;
}
Iftikar HussainPosted Jun 24, 2013, 1:50 AM
The above code is working fine in IE8 also. even other browser also. I have used like below
body
Regards
Iftikar
Remember to click "Mark as Answer" on the post, if it helps you.