ok, I see people here know their CSS, so here is another question:
How can one make a layer half transparent, lets say 50% opacity in CSS
BUT not with the usage of the "alpha" filter, e.g:
style.filter="alpha(opacity=50,enabled=1)"
Doesn't work for me on default theme in Firefox, never has. But if you can show me a link that changes the color of the scrollbar using CSS in Firefox, be my guest.
One important thing you must know about a colored scrollbar is that it does not work in Gecko-based browsers (Firefox, Netscape Navigator, Mozilla): It is an Internet Explorer's only property. It is not a standard property or a proprietary property. According to W3C, these properties are illegal: they are neither defined in any CSS specification nor are they marked as proprietary (by prefixing them with "-vendor-").
So, it will work only in Internet Explorer, and if you are seeking CSS validation, the CSS will not validate. The objective of this article is to provide some ways of coloring the scrollbar while keeping the CSS stylesheet valid."
ok, I see people here know their CSS, so here is another question:
How can one make a layer half transparent, lets say 50% opacity in CSS
BUT not with the usage of the "alpha" filter, e.g:
style.filter="alpha(opacity=50,enabled=1)"
something that can substitute that
To my knowledge alpha is the only way to set opacity in IE and -moz-opacity: (0.0 to 1.0) is the only way to set opacity in Mozilla based broswers.
Why are you looking for a different way to set opacity? Is it because you are having problems with inherited transparency?
I agree to some extend. Change little things, like use images as a replacement of buttons, and define input value sizes and their looks, but don't use colored scrollbars, that's plain gay and confuses ordinary users.
Comment