Update Pictograms Enabled authored by Schildhauer Niklas's avatar Schildhauer Niklas
...@@ -10,7 +10,7 @@ The picture shows an example of how pictograms can be used to make a text more a ...@@ -10,7 +10,7 @@ The picture shows an example of how pictograms can be used to make a text more a
![image info](https://gitlab.mi.hdm-stuttgart.de/ns107/ba-mq5/-/raw/master/example/text/pictogram/13_Pictogramms.png) ![image info](https://gitlab.mi.hdm-stuttgart.de/ns107/ba-mq5/-/raw/master/example/text/pictogram/13_Pictogramms.png)
## Usage ## Usage
To implement the feature in a web page, the web author must implement a CSS tooltip with the explanatory pictogram for selected words. In the code below a simple implementation is shown. To implement the feature in a web page, the web author must implement a CSS tooltip with the explanatory pictogram for selected words. In the code below a simple implementation is shown (see [Text demo website](https://gpii.eu/mq-5/example/text/index.html)).
```html ```html
<style> <style>
.tooltip { .tooltip {
... ...
......