Hey guys, i have created the local.css file, and added it to the corporate clean.info, and my code was this...
#content { background: transparent url("images/tower_bg2.jpg"); repeat-x; }
This works great in every browser except for IE9. I have tried saving as a png, and using relative and absolute paths but nothing has changed.
I wanted the image to load over the gradient, as the image is the same green colour as my green gradient, so when it loads it looks nicer than if it was loading over black. So to do this i changed it to....
<!--
body
#content {
background-image:url("images/tower_bg2.jpg");
background-repeat:repeat-x;
}
-->
This shows the gradient the second the page opens, then the background image loads immediatly over the top. This works great in every browser, but again, not in IE9.
Can anyone help with this? Is it a problem with the code? or is there a fix?
Someone told me i could use filters? Ive never used them before and dont know where to begin!
Thanks for any help you can give me.
Chris
Comments
Comment #1
Collins405 commentedI DID IT! this has been killing me all week!
all i did was add a filter for ie9, and the background images finally showed up!!
my original code in the local.css file.
#banner { background: transparent url("images/bgMainEdit.png"); repeat-x; }and now:....
sorted!
Comment #2
Collins405 commentedComment #3
gtsopour commentedChanged to support request.