Thread: CSS Question.
View Single Post
Old 08-10-2006   #3 (permalink)
Neil_8_24_93
Intermediate User
 
Neil_8_24_93's Avatar
 
Join Date: May 2006
Posts: 96

Send a message via AIM to Neil_8_24_93 Send a message via MSN to Neil_8_24_93
Quote:
Originally Posted by tamlin
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.
Woah what scripting language is that? lol ive never used a code like that in CSS. But ill try it thanks.
Neil_8_24_93 is offline