The difference between width:auto and width:100% | 456 Berea Street
february 2012 by fleeting
Unfloating a floated element is as simple as specifying float:none. Width doesn’t seem to be quite as straightforward – lately I’ve come across several cases where people use width:100% to undo explicitly specified widths when they should be using width:auto instead.
article
css
layout
webdev
width
february 2012 by fleeting