phdphd Posted April 30, 2019 Share Posted April 30, 2019 Hi All, I am trying to implement overlapping semi-transparent divs, based on the jsfiddle available here, which uses hsla attributes. The issue is that this fiddle does not display in Edge 17, whereas the « caniuse » page says that hsla is supported in Edge versions 12 and higher. Thanks for your help ! Quote Link to comment https://forums.phpfreaks.com/topic/308656-is-hsla-supported-in-edge/ Share on other sites More sharing options...
phdphd Posted April 30, 2019 Author Share Posted April 30, 2019 I think it is due to the "turn" value of the Hue parameter. Using degrees insteak is OK. An interesting article here ....in Spanish. Quote Link to comment https://forums.phpfreaks.com/topic/308656-is-hsla-supported-in-edge/#findComment-1566383 Share on other sites More sharing options...
kicken Posted May 1, 2019 Share Posted May 1, 2019 For me, edge only seemed to work when not using a unit specifier, in which case it defaulted to degrees. Trying to add any of the unit specifiers caused edge to consider the rule invalid and ignore it. Quote Link to comment https://forums.phpfreaks.com/topic/308656-is-hsla-supported-in-edge/#findComment-1566400 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.