Skip to content

Instantly share code, notes, and snippets.

View tazcarper's full-sized avatar

Taz Carper tazcarper

  • Blizzard Entertainment
  • Austin, Tx
View GitHub Profile
@tmayr
tmayr / gist:5190565
Created March 18, 2013 20:34
Foundation Topbar IE8 Fix
.lt-ie9 .top-bar {
background: #2f2f2f;
*zoom: 1;
overflow: visible;
}
.lt-ie9 .top-bar:before, .lt-ie9 .top-bar:after {
content: " ";
display: table;
}
.lt-ie9 .top-bar:after { clear: both; }