Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Opacity Hack
SUBMITTED BY:
Guest
DATE:
Oct. 28, 2013, 1:09 p.m.
FORMAT:
Text only
SIZE:
326 Bytes
Raw
Download
Tweet
HITS:
1062
Go to comments
Report
Opacity hack
1.0
CSS
{
filter: alpha(opacity=); /* MSIE/PC */
-moz-opacity: ; /* Mozilla 1.6 and older */
opacity: ;
}
or
selector {
filter: alpha(opacity=60); /* MSIE/PC */
-moz-opacity: 0.6; /* Mozilla 1.6 and older */
opacity: 0.6;
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus