Skip to main content

CSS Float Theory: Things You Should Know | Smashing Magazine

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Groups (1)

  • web-design-sum08

    Web Design CSS Bookmarking List Summer 2008

    15 members,94 bookmarks

    Students in Bill Wolff's course, Web Design, share CSS and Photoshop tips, tricks, and hacks. Four commented bookmarkes required per week per student.

Related Lists

Bookmark History

Saved by 48 people (6 private), first by anonymouse user on 2007-05-01


Public Sticky notes

“The standard method of making an outer container appear to “enclose” a nested float is to place a complete “cleared” element last in the container, which has the effect of ‘dragging’ the lower edge of the containing box lower than the float.”

Highlighted by kenyth

CSS Float Theory: Things You Should Know

The concept of floats is probably one of the most unintuitive concepts in CSS. Floats are often misunderstood and blamed for floating all the context around it, causing readability and usability problems. However, the reason for these problems isn’t the theory itself, but the way the theory is interpreted - by developers and browsers.

Highlighted by jagodakatarzyna

The concept of floats is probably one of the most unintuitive concepts in CSS. Floats are often misunderstood and blamed for floating all the context around it, causing readability and usability problems. However, the reason for these problems isn’t the theory itself, but the way the theory is interpreted - by developers and browsers.

Highlighted by jh2fct

the most important things you should keep in mind developing css-based layouts with floats.

Highlighted by jonphipps