SachiSachi
10-09-2005, 05:55 AM
I've heard that you can change the background of divs and stuff to be x% transparent, instead of all transparent, or all opaque. Does anyone happen to know the code?
|
View Full Version : Changing level of transparency...? SachiSachi 10-09-2005, 05:55 AM I've heard that you can change the background of divs and stuff to be x% transparent, instead of all transparent, or all opaque. Does anyone happen to know the code? kittycat 10-09-2005, 06:05 AM style="filter: alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7;" Add that to the div tag |