Div under a div without height

i lolve you

New Member
If I have two divs, and in the first div there is some image tag with a width of 100% so it fits the screen like\[code\]<div id="first"><img src="" width="100%"></div><div id="second">Some Text</div>\[/code\]How do I make it so \[code\]#second\[/code\] is positioned under \[code\]#first\[/code\]? It should work by default, but because the height of \[code\]#first\[/code\] is not set, \[code\]#second\[/code\] is being positioned at the same place \[code\]#first\[/code\] is positioned.
 
Back
Top