Search found 4 matches

by scrane
Thu Oct 06, 2022 6:52 am
Forum: Web-based Outputs
Topic: Hamburger Button Tool tip - Side Nav
Replies: 1
Views: 2897

Hamburger Button Tool tip - Side Nav

Does anyone know how to create a tooltip for the hamburger button/slide out button?

I've tried various CSS styles, some javascript, but nothing seems to work.
There also isn't a label or tooltip property in the UI Text for the skin.
by scrane
Thu Jul 20, 2017 1:25 pm
Forum: Web-based Outputs
Topic: Image does not display at end of heading in search results
Replies: 14
Views: 6825

Re: Image does not display at end of heading in search resul

Does this only work with a specific type of HTML5 output? Like top-nav? Or would it work with tri-pane as well? It'll work for Top Nav, because that's a single page output, so your own stylesheet can be used by the search results page too. I don't know how you'd get this working for Tripane, becaus...
by scrane
Wed Jul 19, 2017 8:23 am
Forum: Styles, Stylesheets and XML
Topic: Setting Glossary Terms to open expanded
Replies: 0
Views: 892

Setting Glossary Terms to open expanded

Hi all, I've been trying to figure out a script to make glossary terms to open expanded. I've tried modifying the scripts found in these two links, but I can't seem to get it to work specifically for glossary terms. https://forums.madcapsoftware.com/viewtopic.php?f=6&t=7652 https://forums.madcap...
by scrane
Wed Jul 19, 2017 8:01 am
Forum: Web-based Outputs
Topic: Image does not display at end of heading in search results
Replies: 14
Views: 6825

Re: Image does not display at end of heading in search resul

I think it should be: content: url("../Images/Icons/VIDEO-WEB.PNG"); Sorry, that's right: ul#resultList a[href*="videos"]::after { content: url("../images/video.png"); } Does this only work with a specific type of HTML5 output? Like top-nav? Or would it work with tri-p...