Jump to content

Background Image not working in IE


Recommended Posts

I have edited global.css and added a background image.

It works in FireFox and Chrome but not IE.

 

I placed this at the very bottom of global.css I'm using the default theme.

body {
	background: url(bg.jpg) no-repeat center center fixed !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
Edited by Tsukasa1 (see edit history)
Link to comment
Share on other sites

Although this post appeared in the Spanish section of the site, let me respond in English.

 

@Tsukasa1 what version of IE are you referring to?

 

send me a pm and we will run a browser check for you to see if any other browser versions and combinations are failing.

 

Oops sorry must have had translation turned on and didn't notice. IE11. I'll PM you the site.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...