Thread: Opacity
View Single Post
Old 02-26-2014, 06:10 AM   #3
alligatortek001
Registered User
 
Join Date: Nov 2013
Posts: 92
Quote:
Originally Posted by davikerkrish View Post
This is pretty much straight forward and easy to achieve compared to the other hacks.

.opacity_div {
filter: alpha(opacity = 50);
}
The opacity property sets the opacity level for an element.

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.
alligatortek001 is offline   Reply With Quote