Prevent text from moving behind image

zeroFILL

New Member
I have a page with an image on the left side, and text on the right. When the browser window is resized, or a smaller resolution is used, the text goes behind the image. I want the text to always be beside of the image, and not go behind it. Any suggestions? http://jsfiddle.net/TYpCq/ (The layout on jsfiddle is a bit off. Nevermind this, I just need to know how to prevent the text going behind the image)HTML:\[code\]<div id="indishopmain"><p><strong>Test shop image</strong> by <strong>no one</strong></p><div id ="canvasshopwrap"><div id="canvasshophead"><p>Blabla</p></div><div id="canvasshoptext"</p><p>The high-quality print on a <span style="color:#01A07E;font-family:Cusmyrb;">stretched canvas</span> lets the artwork just pop of the wall, it
 
Back
Top