I have an image on the left hand side and text on right side. Like two column layout.
I want that when i scroll the text then the image should stay at center of page.
I tried using
position:fixed
But then the problem, sometimes when i resize the IE window to small size then the image stay at same position and it comes out of the main content area when i scroll down.
I want that image should scroll but should stay within the content area . It should not move outside the main content area.