I am having a weird problem in IE7. I have a shadow background that all of the sudden stopped appearing in IE7. It shows up in IE6, FF, Safari. Go to http://ranchovistachurch.com to see what I am talking about. Here is the CSS: #shadeback { background-image: url(images/shade.jpg); background-repeat: repeat-y; background-position: center; margin:0 auto; padding:0px; } Code (markup):
Add this to CSS ... body { text-align: center; margin: 0; padding: 0; } .background_img { background-image: url(images/shade.jpg); background-repeat: repeat-y; width: 974px; margin: 0 auto; padding: 0; } Code (markup): Then put in the code of the page: In the immediate wake of <body> <body> <div class="background_img"> Code (markup): Before </body> </div> </body> Code (markup): This should give ... At the least is a picture of what you can do!
You've got a gazillion css sheets... whew! You need to remember exactly what you did right before it stopped showing in IE7. This could be a bug.
Hi dear use this it works.. #shadeback { background-image: url(../images/shade.jpg); background-repeat: repeat-y; background-position: center; margin:0 auto; padding:0px; } anup kumar pandey