Background images are put in place from the top left corner, so I'm not quite sure what you're using to limit the left hand edge? The easy solution would be to have an offset table or div for the layout, and apply the background to that.
You would have to do something clever with layered elements underneath the main 'logo' container.
Or you could make a 1px high but super-wide gif (maybe 4000-odd pixels wide, enough to be wider than the widest monitor) and fill that red on the left 50% of pixels and transparent on the right 50% of pixels.
Then set that to background-position: center; background-repeat: repeat-y; on a container behind the logo container.
Use a div in the background that doesn't create a scroll. Then make that div really wide and finish either just as the main site starts (on the left side) or just after.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.