Skip to content

Instantly share code, notes, and snippets.

@timcosgrove
Created May 5, 2012 07:25
Show Gist options
  • Save timcosgrove/2600624 to your computer and use it in GitHub Desktop.
Save timcosgrove/2600624 to your computer and use it in GitHub Desktop.
/** IE-specific **/
.ie8, .ie7, .ie6 {
.primary-nav {
float: left;
ul.menu li {
background-image: url(../images/ie/nav_bg.png);
background-position: 50%;
:hover {
background-image: url(../images/ie/nav_bg_active.png);
}
li {
background-image: none;
:hover {
background-image: none;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment