Skip to content

Instantly share code, notes, and snippets.

@furahaclothing
Created August 10, 2012 03:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save furahaclothing/3310869 to your computer and use it in GitHub Desktop.
Save furahaclothing/3310869 to your computer and use it in GitHub Desktop.
透過(opacity)
div#hoge a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment