https://github.com/mdecker-mobilecomputing/html_tooltips
Example for tooltips in HTML with CSS and Custom Data Attributes (but without JavaScript)
https://github.com/mdecker-mobilecomputing/html_tooltips
css gh-pages
Last synced: about 1 year ago
JSON representation
Example for tooltips in HTML with CSS and Custom Data Attributes (but without JavaScript)
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/html_tooltips
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2024-11-01T22:16:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-01T22:36:04.000Z (over 1 year ago)
- Last Synced: 2025-02-13T06:46:30.063Z (over 1 year ago)
- Topics: css, gh-pages
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tooltip in HTML mit *Custom Data Attribute* #
Dieses Repo enthält eine HTML-Seite mit Tooltips, die mit *Custom Data Attribute* in HTML nach
[diesem Beispiel von *selfhtml*](https://wiki.selfhtml.org/wiki/HTML/Attribute/data-*#Anwendungsbeispiel)
nur mit CSS (d.h. kein JavaScript).
Die HTML-Seite in diesem Repo kann unter der folgenden URL direkt im Browser angezeigt werden:
https://mdecker-mobilecomputing.github.io/HTML_Tooltips/
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License) for the files in this repository.