- Posts: 11
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
<a href="#" data-container="body" data-toggle="tooltip" data-placement="top" title="Hier kommt die tolle Erläuterung">Level of measurability</a>
<style type="text/css"> .tooltip{ position:absolute; z-index:1020; display:block; visibility:visible; padding:5px; font-size:11px; } .tooltip-inner{ width:350px; height:auto; padding:3px 8px; color:maroon; text-align:center; font-weight:700; border-radius:4x; border: 1px solid #314A5B; background-color:white; } .tooltip-arrow{ position:absolute; width:0; height:0 } </style>
<script> $('[data-bs-toggle="tooltip"]').tooltip(); </script>
Please Log in to join the conversation.
Please Log in to join the conversation.
Verstehe ich nicht.Geht das über den 2. Style-Code, dass die Kopfzeile so geordnet aussieht?
Ich kann es auf dem Bild nicht erkennen. Ist das auch ein Tooltip, oder willst Du einfach eine Zwischenüberschrift?Ist es möglich auch über den Indikatoren (Teilfragen), also z.B. Global Warming Potential, etwas zu ergänzen?
Hier habe ich es gerade versucht und funktioniert mit dem Code auch dort
Ja.Und man kann laut dem Tutorial die 2 Skalen farblich unterscheiden?
Please Log in to join the conversation.
Please Log in to join the conversation.
<script> $(function () { $('[data-bs-toggle="tooltip"]').tooltip(); $('[data-bs-toggle="popover"]').popover(); }); </script>
Please Log in to join the conversation.
Please Log in to join the conversation.