Den 06.06.2015 14:01, skrev Erik Visser:
Any suggestions?

I use several techniques for controlling text alongside floats, depending on case and size of image.

1: restyle images to non-floating block elements for narrow viewports - as Philippe suggests.

2: declare 'max-width' in percentage of container on individual floating images. I use this method a lot both for wide and narrow viewports.

3: declare 'width: 100%' on floating images on narrow viewports. Only good for some images.

4: tie together the first few letters in the paragraph a floating image interacts with, so the entire paragraph drops below the image before it can break up. Use ' ' or control whitespace depending on case.

regards
        Georg



______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to