CSS Positioning
CSS Positioning
- Started
- Last post
- 4 Responses
- tomkat
I want to position 2 divs in the "normal flow" side-by-side, not underneath; not using "position:absolute".
possible?any good resources?
- SF20
- tomkat0
err.. only the 2 corresponding divs or also the parent div? cause it doesnt do anything :/
- ganon0
parent containter div should not have a float asigned to it...give the first div inside a "float: left;" and the second should show up next to it....
read that link he gave...:
- tomkat0
ALRIGHTY THEN!!
works perfect! thx guys!