I am trying to implement a ‘tooltip’ on this page. It won’t work anywhere I put it on the page:
Case 1: inside a div
Case 2: outside a div (but still inside the body tag.)
I suspect it has something to do with being ‘buried’ in divs and span classes. (But that doesn’t explain why it won’t work in case #2.)
It works perfectly fine on a ‘plain’ page without all the divs!
It also works when I dump all the css and html into my codepen space!
[https://codepen.io/posweyb/pen/dPyJLGB]
I know the relative stylesheet works (because all the styling is on that page and it/they works)