Can you make floated elements in a div not wrap?
Posted
by user169867
on Stack Overflow
See other posts from Stack Overflow
or by user169867
Published on 2010-04-01T15:47:55Z
Indexed on
2010/04/01
15:53 UTC
Read the original article
Hit count: 161
(The target browser is IE8)
I have a div that contains a list of elements floated left. The elements width can change at runtime. I'd like to make it so that if they longer fit in the div it just gets cut off and doesn't wrap to a new line.
© Stack Overflow or respective owner