Archive

Posts Tagged ‘CSS Float’

The Mystery Of The CSS Float Property

October 21st, 2009

Years ago, when developers first started to make the transition to HTML layouts without tables, one CSS property that suddenly took on a very important role was the float property. The reason that the float property became so common was that, by default, block-level elements will not line up beside one another in a column-based format. Since columns are necessary in virtually every CSS layout, this property started to get used — and even overused — prolifically.

Read more…

  • Share/Bookmark

Web dev , ,