Re: [tw5] CSS for tooltips in TiddlyWiki?

2021-08-09 Thread David Gifford
@Eric - I will try that out! Thanks! @Tones - ah, now I understand your earlier post better. Thanks for clarifying that! On Mon, Aug 9, 2021 at 8:42 AM TW Tones wrote: > David, > > I am happy to accept being wrong (when I am and no doubt too often) but my > reply only intended assertion

Re: [tw5] CSS for tooltips in TiddlyWiki?

2021-08-09 Thread TW Tones
David, I am happy to accept being wrong (when I am and no doubt too often) but my reply only intended assertion was, the title which acts as a tooltip can be styled, as a counter claim to "tooltips cannot be styled". Eric has fortunately shown how to defeat TiddlyWiki's own tooltip css to

Re: [tw5] CSS for tooltips in TiddlyWiki?

2021-08-09 Thread Eric Shulman
On Sunday, August 8, 2021 at 6:42:37 PM UTC-7 TW Tones wrote: > Knowing this I found How to change the style of the title attribute > inside an anchor tag? > > The title attribute

Re: [tw5] CSS for tooltips in TiddlyWiki?

2021-08-09 Thread David Gifford
Hi Tones and PMario For once you guys are both wrong. Tones: If you go to the link you provided, and do the Run snippet, you will see it also has two tooltips. The one they generated comes up instantly, and the default one lags behind by a second. I also tried with and it does the same

Re: [tw5] CSS for tooltips in TiddlyWiki?

2021-08-09 Thread PMario
On Sunday, August 8, 2021 at 4:24:57 PM UTC+2 David Gifford wrote: 3. The above looks great, but then moments later the 'normal' TiddlyWiki > tooltip shows up. Is there any way to hide it? Or delay it so long it won't > interfere? > Hi Remove the "tooltip" parameter from the widget you use.

Re: [tw5] CSS for tooltips in TiddlyWiki?

2021-08-08 Thread TW Tones
The html title attribute can be used for tooltips WHO was founded in 1948. W3Schools.com Knowing this I found How to change the style of the title attribute inside an anchor tag?

Re: [tw5] CSS for tooltips in TiddlyWiki?

2021-08-08 Thread David Gifford
Thanks Jeremy and flanc... 1. This is for me, so in this case I am not worried about other users with touchscreens, or compatibility. 2. Let me go about this another way, then. First, here is the styling I did to create the custom tooltip: a[title]:hover::after { content: attr(title);

Re: [tw5] CSS for tooltips in TiddlyWiki?

2021-08-08 Thread Finn Lancaster
Dave: On the lines of what Jeremy was saying, the Hint CSS Library is a great resource for customizable tool tips. (https://kushagra.dev/lab/hint/). Looking at the website, it seems relatively easy to use, and definitely applicable to TW, although I have never had need to use the library before.

Re: [tw5] CSS for tooltips in TiddlyWiki?

2021-08-08 Thread Jeremy Ruston
Hi Dave, Sadly, browsers do not allow web pages to apply styles to tooltips. It is possible to create fake tooltips in CSS and JavaScript that can be styled, but these approaches compromise accessibility and compatibility. Another point to bear in mind is that there's no guarantee that all

[tw5] CSS for tooltips in TiddlyWiki?

2021-08-08 Thread David Gifford
Hi everyone I would like to style the tooltip that comes up when hovering over a link. I tried a snippet I found online for regular tooltips, but that created a second tooltip, so both appear near each other. I would just like to style the one for TiddlyWiki links created with the link