]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/bugs/backlinks_onhover_thing_can_go_weird.mdwn
Add ikistrap plugin for ikistrap theme.
[git.ikiwiki.info.git] / doc / bugs / backlinks_onhover_thing_can_go_weird.mdwn
index 415e6af9144e3ebf21d742834c1f1ae2580977a6..171714b3f0f0c708241ac07478c5473123851687 100644 (file)
@@ -41,3 +41,13 @@ further down the list, but of course then you are outside the hover region.
 > 
 > Yet another idea: Find some more refined CSS for handling a variable
 > size popup.. --[[Joey]] 
+
+>> The HTML5 "Details" tag would be perfect:
+>> <https://www.w3schools.com/TAGS/tag_details.asp>
+>> <details><summary>example</summary>here's an example</details>
+>> The above works for me on ikiwiki.info which does not have `html5:1`
+>> so far as I can tell *— [[Jon]], 2020-04-21*
+
+>>> [[!tag patch]]Patch in my repo, commit f051f84f632c3eaf86c5cff172692ce71ad5375d.
+>>> [[!template id=gitbranch branch=jon/more-backlinks-html5-use-details-tag author="[[Jon]]"]]
+>>> (I must say this looks *much* nicer, IMHO) *—[[Jon]], 2020-10-07*