I got a problem with my problem with my Css3 for IE.
I'm trying to make a gradient background to fill the whole screen, outside my container. It works fine firefox and chrome, but when i'm doing it in internet explorer it whole shows it in my container. The rest of my background is white... Could you please help me how to solve this? I would be very grateful!
Hey!
I got a problem with my problem with my Css3 for IE.
I'm trying to make a gradient background to fill the whole screen, outside my container. It works fine firefox and chrome, but when i'm doing it in internet explorer it whole shows it in my container. The rest of my background is white... Could you please help me how to solve this? I would be very grateful!
My Css:
Could you also please provide the HTML? Or better yet, create a Pen!
Why are you restricting the body to 980px....shouldn't you be using a div for that?
Plus why are using background-color and background-image that are the same, it seems unnecessary?
this article made my life a little easier: http://webdesign.tutsplus.com/tutorials/visuals/quick-tip-using-images-as-fullscreen-faux-gradient-backgrounds/
simply add
html{ height:100%;}in CSS file...