Benutzer-Werkzeuge

Webseiten-Werkzeuge


benutzung:alle_features

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
benutzung:alle_features [20.06.2018 10:29] – [Syntax Highlighting] Rustam Galljamovbenutzung:alle_features [21.06.2018 09:15] – [Tooltips - Explaining single words] Rustam Galljamov
Zeile 357: Zeile 357:
  
  
-==== Tooltips ====+===== Tooltips - Explaining single words =====
  
-To add a description to a link popping up when hovering over it, you can use HTML-Code presented here: +To add a description to a word or phrase popping up when hovering over it, you can use the code snippet presented below.  
  
 +Here is the result:
 <html> <html>
-<a href="#" data-toggle="tooltip"  +<a href="" data-toggle="tooltip" onclick="return false"  
-            title="Your short or very very long text... it can be really long! IT">Hover over me</a>+            title="Your short or very very long text... it can be really long! It is limited but the limit should not bother your">Hover over me!</a>
 </html> </html>
 +
 +and here the code:
 +<code>
 +<html>
 +<a href="" data-toggle="tooltip" onclick="return false" 
 +            title="Your short or very very long text... it can be really long! It is limited but the limit should not bother your">Hover over me!</a>
 +</html>
 +</code>
benutzung/alle_features.txt · Zuletzt geändert: 27.11.2022 23:55 von 127.0.0.1


Warning: Undefined variable $orig_id in /is/htdocs/wp1019470_OPI92FFHXV/www/wikiLehre/lib/plugins/openas/action.php on line 232