Filters & Opacity
Make Things Grayed
#section_name { filter: gray; }
Only works in Internet Explorer
Make Things Glow
#section_name { filter: glow(color=#XXX, strength=##); }
Strength can be any number between 1 to 255 and affects the brightness of the glow.
Also only supported in Internet Explorer.
Make Things Partially Transparent
#section_name { filter: alpha(opactiy=##); opacity: .##; }
The first code works for IE and is a number between 1 - 100. And the second works for Firefox and is a decimal version of that number. So 'opacity=50' in the second would be 'opacity: .5'
View User's Journal
CSS Profile Codes
This is a basic and advanced tutorial on how to CSS profiles.
Unfrigginbelievable
Community Member |
Legalize