this is not working in IE8, can some give me code to work in IE8 also
html {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Loading
Sanjeeb LenkaPosted Jul 19, 2013, 1:36 PM
you can try like this for IE.
example:-
hello world
try this one.
here i am taking a image in html make this Z index to -1001 so it will always low stack value. so it will always behind background image.
Iftikar HussainPosted Jul 19, 2013, 1:16 PM
Regards,
Iftikar
David SmithPosted Jul 19, 2013, 12:53 PM
Sanjeeb LenkaPosted Jul 19, 2013, 4:36 AM
you got the point your css code is css3.0 which is not supporting older version of IE.
David SmithPosted Jul 19, 2013, 4:23 AM
Sanjeeb LenkaPosted Jul 19, 2013, 12:51 AM
Refer to this below link
http://css-tricks.com/perfect-full-page-background-image/
Iftikar HussainPosted Jul 19, 2013, 12:46 AM
Regards,
Iftikar
David SmithPosted Jul 19, 2013, 12:30 AM
Sanjeeb LenkaPosted Jul 19, 2013, 12:17 AM
html {
background: url(images/bg.jpg) no-repeat center center fixed !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Iftikar HussainPosted Jul 18, 2013, 11:24 PM
What is not working in IE8? Can you provide the screen shot? What exactly you are looking for?
Regards,
Iftikar