I'm having some trouble getting large background images I have for a site in development to show these background images. I'm wondering is it a hasLayout bug or something else?
I don't have access to an IE7 box with any kind of debugging / developer tools. A testing environment has been prepared for this project and can be viewed here:
http://samira.dreamstarstudios.net/
on line 54 of the main style.css
file you can find the following code for the CSS background:
.parent-pageid-128 #bg_samira, #bg_samira {
background: url('../img/bg_samira_home.jpg')no-repeat top center;
}
Anyone able to see a bug that开发者_JAVA技巧 I'm missing?
There is a missing space before no-repeat
in the background property
精彩评论