I'm using the DesignPile theme on my blog and I'm having a problem with the background. The front page is fine but when I click a post, it shows me this in Mozilla And here is how it shows in IE This is the background css. What the heck is wrong? body { color: #333; background:url(images/bk_body.jpg); background-position: center top; background-repeat:repeat-y; font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:135%; } Code (markup):
Try giving it a hard refresh Ctrl + F5 And also make sure that the body code that your showing above is also used on the Stylesheet for the post page
ctrl f5 doesn't work. I don't see a stylesheet for the post page. There's just style.css and ie7.css.