milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
916 stars 196 forks source link

IE Sidebar #58

Closed smth closed 12 years ago

smth commented 12 years ago

The sidebar is falling below the content in pre v9 Internet Explorer

awshout commented 12 years ago

problem is margin-left:0 for .columns:first-child is not being applied to the #content div. IE renders the comment before #content as the first-child. Remove the comment "<! -- Row for main content area -->" in index.php

smth commented 12 years ago

This worked. Thanks. I should add, this comment appears in (and needs to be removed from) several other files.