![]() |
#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); }
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
![]() |
![]() |
#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 */ }
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Shopping Cart - PrestaShop, Zencart; CMS - WordPress, Joomla; Custom Development To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - 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.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
|
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|