/ Published in: CSS
Useful for setting transparent dropdowns, etc.
Expand |
Embed | Plain Text
#transdiv { filter:alpha(opacity=75); -moz-opacity:.75; opacity:.75; }
You need to login to post a comment.
pmusaraj on 05/11/07
css opacity transparency alpha
9 people have marked this snippet as a favorite
jonhenshaw
luman
oronm
basicmagic
SpinZ
marcoba
vali29
Netzach
WinterCrow
Useful for setting transparent dropdowns, etc.
#transdiv { filter:alpha(opacity=75); -moz-opacity:.75; opacity:.75; }
You need to login to post a comment.