![]() |
#1 |
Registered User
Join Date: Jul 2012
Posts: 111
|
Opacity
This is pretty much straight forward and easy to achieve compared to the other hacks.
.opacity_div { filter: alpha(opacity = 50); } |
![]() |
![]() |
![]() |
#2 |
Registered User
Join Date: Nov 2012
Location: India
Posts: 103
![]() |
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 */ }
__________________
Web Development Services - Shopping Cart - PrestaShop, Zencart; CMS - WordPress, Joomla; Custom Development Quality SEO Services - SEO, Pay Per Click (PPC), SEM, Link Popularity Building, SEO Copywriting, SMO, SMM |
![]() |
![]() |
![]() |
#3 | |
Registered User
Join Date: Nov 2013
Posts: 92
|
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. |
|
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | Rate This Thread |
|
|