Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    when you bring the console, what do you see under the emulation tab (screenshot would be nice)? also, when you pick the item and enable hover checkbox, does your style appear (enabled or disabled) or not there entirely? (in the DOM Explorer tab you can click the "a:" and simulate :hover for that element and see what's happening) Commented Mar 11, 2019 at 17:01
  • @TiagoDuarte Thanks for the Console tip! Found the issue. It seems that IE doesn't accept Alpha values in hex-defined colours. ie my #61CBFD22 won't work, but #61CBFD will. If you wanted to post an answer I can mark it as correct as your comment lead to the solution. Thanks! Commented Mar 11, 2019 at 17:17