sub_ubi
10-25-2012, 11:26 PM
I'm trying to put an image outside of the header, to the left of my logo. I have a fixed width (1024) style in vB4.
I've spent the last 6 hours on this and am about to pull my hair out.
Here's the closest I came,
additional.css
html {
background-image: url(../images/robot.png), url(../images/graybg.jpg);
background-attachment:fixed;
background-repeat:no-repeat, repeat-x;
background-position:left; }
}
Here's how it looks:
Pretty good on my resolution!
https://dl.dropbox.com/u/13163125/bggood.png
But if the resolution is wider, the image doesn't stick to the content:
https://dl.dropbox.com/u/13163125/bgbad.png
Is there some way I can make it stick to the side? I don't mind if people with smaller resolutions can't see it, as I don't want it to cause scrolling.
I've spent the last 6 hours on this and am about to pull my hair out.
Here's the closest I came,
additional.css
html {
background-image: url(../images/robot.png), url(../images/graybg.jpg);
background-attachment:fixed;
background-repeat:no-repeat, repeat-x;
background-position:left; }
}
Here's how it looks:
Pretty good on my resolution!
https://dl.dropbox.com/u/13163125/bggood.png
But if the resolution is wider, the image doesn't stick to the content:
https://dl.dropbox.com/u/13163125/bgbad.png
Is there some way I can make it stick to the side? I don't mind if people with smaller resolutions can't see it, as I don't want it to cause scrolling.