Important: This website is now read only (except to admins) to comply with the UK Online Safety Act. Composr CMS is in the process of migrating to a new Constitutional governance model and Bazaar development model, with functionality of the old website (constructed by ocProducts Ltd, the prior copyright holder, a UK company) spread between GitLab and the new website (which has no connections to the UK).
I want to make use of the tooltip used throughout Composr (mainly for help, used next to input boxes), and display them on a Comcode page.
These typically display a help icon, and when clicked, they appear to use Javascript to change the elements display property from none to block, which in turn displays a block of information and requires clicking the icon a second time (or clicking another help icon) to change its visibility.
There's a [tooltip] tag but that only shows when you hover over the contents of the tag and moves with mouse movement. I'd like the other tooltip (which stays stationary), if possible.
I tried dissecting the HTML output in areas it is used on, but I didn't make much success with that.