CSS help
CSS help
- Started
- Last post
- 2 Responses
- VIVA
I am trying to get the opacity for safari? Is this code correct?
filter:alpha(opacity=30);
-moz-opacity:0.3;
safari:-khtml-opacity:0.3;thanks
- VIVA0
got it:
filter:alpha(opacity=30);
-moz-opacity:0.3;
opacity: 0.3;
- thismanslife0
Cool, I need that too, cheers :)