Prevent <img> tags in HTML from wrapping

Posted by IL CARTOLAiO on Stack Overflow See other posts from Stack Overflow or by IL CARTOLAiO
Published on 2010-05-21T16:51:23Z Indexed on 2010/05/21 22:20 UTC
Read the original article Hit count: 125

Filed under:
|
|

Hi all, I have a javascript that dynamically creates many <img> tags, and appends them to various divs.

I want to prevent these images from wrapping; when the screen resolution is not enough to contain them the browser should create horizontal scroll-bars.

Sorry for this bad English.

© Stack Overflow or respective owner

Related posts about html

Related posts about JavaScript