Status
Not open for further replies.
7 comments
It wont auto resize without stretching the image which will look aweful. and I don't no if that could be possible.

but it is doing what it should do. but since your header isn't a consistent thing it wont look right unless you make another image for the other side of the logo.
 
be best to take the repeat off as making the image transparent will still make the bg image look fucked
 
The code must be sth like this:
Code:
<head> 
<style> 
body {background: url(bg.jpg) #fff no-repeat top left fixed; text-align:center;} 
</style>
</head>
 
If you really wanted to you could use some javascript to set a different background for each resolution. It's just a pain in the ass.
 
Status
Not open for further replies.
Back
Top