Thread Starter
Reymus
(@reymus)
Anyone? This doesn’t really effect me directly, but a client uses IE 9, so it would be ideal if I could find a solution to this rather than saying “Just wait a few seconds for it to upload…”
Thread Starter
Reymus
(@reymus)
Well I found a solution. It’s not totally ideal, but it works. Insert the following into the HTML of each page (Pages > Click on a page to edit, then click on the HTML tab):
<style type=”text/css”>
body {
background-image:url(wp-content/themes/twentyeleven/images/bg/yourimage.jpg);
background-repeat:no-repeat;
background-position:top;
background-color:#000000;
}
</style>
Just make sure you change the URL to where your image is located.
Thread Starter
Reymus
(@reymus)
Anyone? :s
I don’t know what else to do, a part from using the random background which isn’t really ideal.