User Tools

Site Tools


css:ie

Table of Contents

IE and CSS fixes

PNG

Float

Floated elements in IE get an extra padding of 10px, to solve it it is necessary to specify an inline display to the element.

display: inline; /*--IE6 workaround--*/
css/ie.txt · Last modified: 2010/01/15 00:16 by nejo