![]() |
Opacity
This is pretty much straight forward and easy to achieve compared to the other hacks.
.opacity_div { filter: alpha(opacity = 50); } |
This is Opacity Image Transparency coding. If you want to do this...
img { opacity:0.4; filter:alpha(opacity=40); /* For IE8 and earlier */ } img:hover { opacity:1.0; filter:alpha(opacity=100); /* For IE8 and earlier */ } |
Quote:
The opacity-level describes the transparency-level, where 1 is not transperant at all, 0.5 is 50% see-through, and 0 is completely transparent. |
All times are GMT -7. The time now is 01:14 PM. |
Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.