View Full Version : what does this mean?


hafunui
08-14-2004, 05:17 PM
style="filter: alpha(opacity=60); -moz-opacity: 0.5;"



what does the bold part mean?

pb&j
08-14-2004, 05:18 PM
it is the same opacity as the first part.
it is to work in Mozilla browsers.
the first part is for IE browsers.

bigolblob
08-14-2004, 05:23 PM
Oh, so opacity is possible for Mozilla browsers? Never knew that.

hafunui
08-14-2004, 05:26 PM
wow cool, so for some reason its .5, but i set that as i would the IE one?

pb&j
08-14-2004, 05:30 PM
mozilla and IE have a difference of opinion on what strength is, so having it a bit different in numbers like that may result in the same view when you look at it.

hafunui
08-14-2004, 05:34 PM
ok i understand, i have both browsers so i can experiment with it :)