/ Published in: CSS
Useful for setting transparent dropdowns, etc.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#transdiv { filter:alpha(opacity=75); -moz-opacity:.75; opacity:.75; }