I’ve got a problem with a css+div layout. I need to set the background div to resize to left left, and keep the content position at the center.
Look at the picture:
As you can see, I need to keep the space on the right fixed, but also the content needs to be centered, and the background needs to expand only to the left, is it possible at all?
I’ve quickly made an example: http://jsfiddle.net/N73QA/
Let me know if You got any questions.