Skip to content

Instantly share code, notes, and snippets.

@Takazudo
Created December 16, 2010 17:43
Show Gist options
  • Save Takazudo/743718 to your computer and use it in GitHub Desktop.
Save Takazudo/743718 to your computer and use it in GitHub Desktop.
opacity style for fucking IE
.ui-thumbVideo:hover{
opacity:.8;
}
html.no-opacity .ui-thumbVideo:hover{
filter: alpha(opacity=80); /* ie */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* ie 8 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment