diff options
Diffstat (limited to 'files/fr/web/html/element/input/range')
| -rw-r--r-- | files/fr/web/html/element/input/range/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/html/element/input/range/index.md b/files/fr/web/html/element/input/range/index.md index 8c12a7a150..eb985953b5 100644 --- a/files/fr/web/html/element/input/range/index.md +++ b/files/fr/web/html/element/input/range/index.md @@ -230,7 +230,7 @@ Par exemple : <input type="range" id="volume" min="0" max="11" value="7" step="1"> ``` -{{EmbedLiveSample("horizontal", 200, 200, "orientation_sample1.png")}} +{{EmbedLiveSample("Horizontal", 200, 200, "orientation_sample1.png")}} Le contrôle est ici horizontal, pour le rendre vertical, on pourra utiliser un peu de CSS afin de le rendre plus haut que large : @@ -253,7 +253,7 @@ Le contrôle est ici horizontal, pour le rendre vertical, on pourra utiliser un ##### Résultat -{{EmbedLiveSample("vertical", 200, 200, "orientation_sample2.png")}} +{{EmbedLiveSample("Vertical", 200, 200, "orientation_sample2.png")}} **Currently, no major browsers support creating vertical range inputs using CSS this way, even though it's the way the specification recommends they do it.** |
