CSS background problem – shrinking window
-
Hey there, I have Simpla theme, and am using CSS editor for first time. I want to use my own image file as a background on my blog…so I have typed the code in to the box like this and the image pops up as the background as planned:
CSS<html>
<head>
<style type=”text/css”>
body
{
background-image:url(‘http://xxxxxxxxxxxxxx.jpg’);
background-repeat:no-repeat;
}
</style>
</head>My problem is that when I shrink the browser window or stretch it, the background stays put, but the text and contents of the website moves across it – it only looks right when the browser window is maximised. HELP!
-
- The topic ‘CSS background problem – shrinking window’ is closed to new replies.