I looked through so many posts on this subject that I can find, but none of them solve this puzzle. Is it possible to have a left column with text and a right column with an image that will flow into one column when resizing using an image with automatic resizing?
Using max-width 100% on img will make the image sensitive and automatically resize. However, automatic resizing does not work in the table or with the percentage or float applied to the div around it. That way, any CSS 2 column layout that contains either a float or a percentage of the image will defeat image resizing.
Besides using a grid, does anyone have a solution for this?
css responsive-design
Charles
source share