Is there a way to change a CSS style sheet based on browser feature detection?
Particularly, I want to use a specific style sheet if a browser has PNG Transparencies and to use another sheet if it doesn't or at least a feature that differentiates the browser that should have this feature and browsers that should not have this feature. Do you have it in Javascript?
|