|
Hi
I have a basic 3 column layout
Left Content Right
The left and right columns simply contain a background drop shadow image that I want to snap to the sides of the content.
I have 2 problems
1. The left background image is flush with the left of the screen, I want it to be flush to the left side of the content div. I can make this work with margin-left:200px; but i;m worried this will break on a different screen res, it needs to be positioned relative to the content I think.
2. Same as 1 my right background appears flush to the right edge of the screen, but also below everything else, i.e. it begins vertically when the content area finishes.
Any help appreciated
Thanks
|