More information about the Underscore mailing list

[_] Wordpress permalinks causing IE6 to crash?!

Tim Beadle tim.beadle at gmail.com
Mon Mar 3 12:57:49 GMT 2008

On Mon, Mar 3, 2008 at 12:25 PM, Dale-Anthony <dale at daleanthony.com> wrote:
>  Obviously there are a few things wrong with the code, including the 'float:
>  left' class.

<pedant type="css">
float: left isn't a class; it's a declaration :)
</pedant>

Tim