Usually I will use overflow:hidden
to wrap div.
But is there any other way to wrap divs without using this method?
Because I have some other concern that cannot use hidden overflow.
Asked
Active
Viewed 111 times
0

youaremysunshine
- 341
- 6
- 16
- 28
-
1Are you looking for a [clearfix](http://stackoverflow.com/questions/8554043/what-is-clearfix), maybe? It's really unclear what you're asking. – Josh Crozier Sep 17 '14 at 03:35
-
1Could you provide an example of your code showing what it is you don't want to happen, and tell us what you would like it to do instead? – Jeff Clayton Sep 17 '14 at 03:39
-
What do you mean by "wrap"? – joshhunt Sep 17 '14 at 03:50
-
Use clearfix. Or you can use overflow:auto; too. – DifferentPseudonym Sep 17 '14 at 04:51