Thread: CSS Question.
View Single Post
Old 08-08-2006   #2 (permalink)
Tamlin
Janitor of Lunacy
 
Tamlin's Avatar
 
Join Date: May 2006
Location: Sitting in the Wishing Chair
Posts: 5,340

Try:

Code:
filter: alpha(opacity=50);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: .5;
-khtml-opacity: .5;
opacity: .5; /* for future compatibility */
This should make it semi-transparent. An opacity value of 1.0 means fully opaque. A value of 0 means completely invisible.
__________________


Religion: It's all fun and games until someone gets burned at the stake...
Tamlin is offline