The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › float bottom ot top (up or down)
i want to create some div in vertical order.unfortunately the float property doesn’t support up or down as a value like left and right. what other property can i use instead float for this issues?
Divs naturally stack vertically, so you shouldn’t have to use any property to do this manually.
thx @joshuanhibbert.