Keine Cache-Version

Caching deaktiviert Standardeinstellung für diese Seite:aktiviert (code LNG204)
Wenn die Anzeige zu langsam ist, können Sie den Benutzermodus deaktivieren, um die zwischengespeicherte Version anzuzeigen.

Filtre span()

Impossible de trouver des informations à propos du filtre span().

Information (14/02/2010)

J'avais réalisé cette page le 27/02/2003, dans la fougue de la découverte des possibilités du Web. Je laisse donc ces pages à titre d'information, mais avec le recul je ne suis pas du tout convaincu, car les différents filtres présentés ici ne sont valables que pour le navigateur Internet Explorer.

Exemple de syntaxe

  1. <img src="graphique.gif" style="FILTER: GLOW(color=blue, strength=4)">

Après les deux points suit l'appel au filtre par son nom et ses paramètres séparés par des virgules. Le tout entre parenthèses.
Si un filtre ne demande aucun paramètre, les parenthèses sont tout de même présentes (comme pour un appel de fonction).

Nous pouvons combiner plusieurs filtres pour un même élément, comme le montre l'exemple suivant.

  1. <img src="graphique.gif" style="filter:Blur(strength=50) FlipH();">

Inhaltsverzeichnis Haut

Balises HTML sur lesquelles nous pouvons appliquer les filtres

BaliseApplication
BaliseApplication
bodyla totalité de la page affichée
buttonla surface pouvant être cliquée
divle passage en relation avec les mentions de feuilles de style width: et/ou height: et/ou position:
imgle graphique référencé
inputle champ de saisie
marqueele texte déroulant
spanle passage en relation avec les mentions de feuilles de style width: et/ou height: et/ou position:
tablele tableau
tdla cellule de données d'un tableau
textareale champ de saisie à plusieurs lignes
tfootle pied d'un tableau
thla rangée d'entête d'un tableau
theadl'entête d'un tableau
trla rangée d'un tableau

Exemples d'utilisation de filtres

Les exemples changent à chaque chargement de la page. Si vous désirez d'autres exemples, vous pouvez recharger la page.

Exemple avec Alpha()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:0()</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta name="Description" content="Utilisation des filtres, Demo">
  6. <meta name="Reply-to" content="antoine@cournot.info">
  7. <meta http-equiv="content-language" content="fr">
  8. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  9.  
  10. body {
  11. margin: 5px;
  12. padding: 2px;
  13. font-family: verdana;
  14. font-size: 14px;
  15. min-width: 685px;
  16. }
  17. </style>
  18.  
  19. </head>
  20.  
  21. <body bgcolor="#FFFFFF" text="#000000">
  22. <img
  23. style="filter:Alpha(opacity=38, finishopacity=0, style=3);"
  24. src="0Filter.jpg"
  25. align="center"
  26. width="106"
  27. height="99"
  28. alt="Alpha
  29. appliqu&eacute; &agrave; une image">
  30. <span style="width: 100%; filter:Alpha(opacity=38, finishopacity=0, style=3);">
  31. Alpha
  32. appliqu&eacute; &agrave; du texte
  33. </span>
  34. </body>
  35. </html>

Inhaltsverzeichnis Haut

Exemple avec Blur()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
  3. <head>
  4. <title>filter:1()</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <meta http-equiv="pragma" content="no-cache">
  7. <meta name="Description" content="Utilisation des filtres, Demo">
  8. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  9. <meta name="Publisher" content="Khayyam">
  10. <meta name="Copyright" content="Omar Khayyam">
  11. </head>
  12. <body>
  13. <h1>Exemple de filtre Blur</h1>
  14. width:100%; padding:15px; font-size:31pt; color:red;
  15. filter:1(strength=2)">
  16. Application de Blur(),
  17. texte avec Blur
  18. The quick brown fox jumped over the lazy dog.
  19. The quick brown fox jumped over the lazy dog.
  20. The quick brown fox jumped over the lazy dog.
  21. The quick brown fox jumped over the lazy dog.
  22. </div>
  23. </body>
  24. </html>

Inhaltsverzeichnis Haut

Exemple avec Chroma()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
  3. <head>
  4. <title>filter:2()</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <meta http-equiv="pragma" content="no-cache">
  7. <meta name="Description" content="Utilisation des filtres, Demo">
  8. <meta name="Reply-to" content="berkeley.george@infobrol.int">
  9. <meta name="Publisher" content="Berkeley">
  10. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  11. <body bgcolor="#FFFFFF" text="#000000">
  12. <img
  13. style="filter:Chroma(color=#8470ff);"
  14. src="2Filter.jpg"
  15. align="center"
  16. width="107"
  17. height="120"
  18. alt="Chroma
  19. appliqu&eacute; &agrave; une image">
  20. <span style="width: 100%; filter:Chroma(color=#8470ff);">
  21. Chroma
  22. appliqu&eacute; &agrave; du texte
  23. </span>
  24. </body>
  25. </html>

Inhaltsverzeichnis Haut

Exemple avec DropShadow()

  1. <head>
  2. <title>filter:3()</title>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  4. <meta name="Description" content="Utilisation des filtres, Demo">
  5. <meta name="Reply-to" content="machiavel.nicolas@infobrol.biz">
  6. <meta name="Copyright" content="Nicolas Machiavel">
  7. <meta http-equiv="content-language" content="fr">
  8. </head>
  9. <body bgcolor="#FFFFFF" text="#000000">
  10. <form>
  11. <textarea id="test_textarea"
  12. style="filter:DropShadow(color=#8470ff, offx=4, offy=3);"
  13. rows="6"
  14. cols="16">
  15. Mauris et orci. Aenean nec lorem. In porttitor. Donec laoreet
  16. nonummy augue. Suspendisse dui purus, scelerisque at, vulputate
  17. vitae, pretium mattis, nunc. Mauris eget neque at sem venenatis
  18. eleifend. Ut nonummy. Fusce aliquet pede non pede.
  19. Suspendisse dapibus lorem pellentesque magna. Integer nulla.
  20. Donec blandit feugiat ligula. Donec hendrerit, felis et imperdiet
  21. euismod, purus ipsum pretium metus, in lacinia nulla nisl eget
  22. sapien. Donec ut est in lectus consequat consequat. Etiam eget
  23. dui. Aliquam erat volutpat. Sed at lorem in nunc porta tristique.
  24. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
  25. Maecenas porttitor congue massa. Fusce posuere, magna sed
  26. pulvinar ultricies, purus lectus malesuada libero, sit amet
  27. commodo magna eros quis urna. Nunc viverra imperdiet enim.
  28. Fusce est. Vivamus a tellus. Pellentesque habitant morbi
  29. tristique senectus et netus et malesuada fames ac turpis
  30. egestas. Proin pharetra nonummy pede.
  31. type="button"
  32. name="btn1"
  33. value="Test"
  34. style="filter:DropShadow(color=#8470ff, offx=4, offy=3);" />
  35. </form>
  36. </body>
  37. </html>

Inhaltsverzeichnis Haut

Exemple avec FlipH()

  1. <head>
  2. <title>filter:4()</title>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  4. <meta http-equiv="pragma" content="no-cache">
  5. <meta name="Reply-to" content="shannon.claude@infobrol.biz">
  6. <meta name="Publisher" content="Shannon">
  7. <meta name="Copyright" content="Claude Shannon">
  8. <meta http-equiv="content-language" content="fr">
  9. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  10.  
  11. body {
  12. margin: 2px;
  13. padding: 14px;
  14. font-family: verdana;
  15. font-size: 20px;
  16. min-width: 765px;
  17. background:#FFFFFF;
  18. color:#000000;
  19. }
  20. </style>
  21.  
  22. </head>
  23.  
  24. <body>
  25. <img
  26. style="filter:FlipH();"
  27. src="4Filter.jpg"
  28. align="center"
  29. width="120"
  30. height="116"
  31. alt="FlipH
  32. appliqu&eacute; &agrave; une image">
  33. <span style="width: 100%; filter:FlipH();">
  34. FlipH
  35. appliqu&eacute; &agrave; du texte
  36. </span>
  37. </body>
  38. </html>

Inhaltsverzeichnis Haut

Exemple avec FlipV()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
  3. <head>
  4. <title>filter:5()</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <meta name="Reply-to" content="diesel.rudolf@gmail.com">
  7. <meta name="Publisher" content="Diesel">
  8. <meta name="Copyright" content="Rudolf Diesel">
  9. <meta http-equiv="content-language" content="fr">
  10. </head>
  11. <body>
  12. <img
  13. style="filter:FlipV();"
  14. src="5Filter.jpg"
  15. align="center"
  16. width="114"
  17. height="112"
  18. alt="FlipV
  19. appliqu&eacute; &agrave; une image">
  20. <span style="width: 100%; filter:FlipV();">
  21. FlipV
  22. appliqu&eacute; &agrave; du texte
  23. </span>
  24. </body>
  25. </html>

Inhaltsverzeichnis Haut

Exemple avec Glow()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
  3. <head>
  4. <title>filter:6()</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <meta http-equiv="pragma" content="no-cache">
  7. <meta name="Author" lang="fr" content="Max Stirner">
  8. <meta name="Reply-to" content="edward.appleton@infobrol.com">
  9. <meta name="Publisher" content="Edward">
  10. <meta name="Copyright" content="Appleton Edward">
  11. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  12. </head>
  13. <body>
  14. <form>
  15. <textarea id="test_textarea"
  16. style="filter:Glow(strength=8, color=#cdc9a5);"
  17. rows="8"
  18. cols="8">
  19. The quick brown fox jumped over the lazy dog.
  20. type="button"
  21. name="btn1"
  22. value="Test"
  23. style="filter:Glow(strength=8, color=#cdc9a5);" />
  24. </form>
  25. </body>
  26. </html>

Inhaltsverzeichnis Haut

Exemple avec Gray()

  1. <!DOCTYPE html PUBLIC
  2. "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <head>
  5. <title>filter:7()</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta name="Reply-to" content="alessandro@volta.net">
  8. <meta name="Copyright" content="Alessandro Volta">
  9. <meta http-equiv="content-language" content="fr">
  10. </head>
  11. <body bgcolor="#FFFFFF" text="#000000">
  12. <img
  13. style="filter:Gray();"
  14. src="7Filter.jpg"
  15. align="center"
  16. width="91"
  17. height="86"
  18. alt="Gray
  19. appliqu&eacute; &agrave; une image">
  20. <span style="width: 100%; filter:Gray();">
  21. Gray
  22. appliqu&eacute; &agrave; du texte
  23. </span>
  24. </body>
  25. </html>

Inhaltsverzeichnis Haut

Exemple avec Invert()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
  4. <head>
  5. <title>filter:8()</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta name="Reply-to" content="gustav@fechner.net">
  8. <meta name="Publisher" content="Fechner">
  9. <meta name="Copyright" content="Gustav Fechner">
  10. <meta http-equiv="content-language" content="fr">
  11. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  12. </head>
  13. <body>
  14. <div style="width: 100%; filter:Invert();">
  15. Ceci est un texte avec Invert...
  16. </div>
  17. </body>
  18. </html>

Inhaltsverzeichnis Haut

Exemple avec Mask()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:9()</title>
  4. <meta name="Author" lang="fr" content="Guido Van Rossum">
  5. <meta name="Reply-to" content="hertz.gustavludwig@gmail.com">
  6. <meta name="Copyright" content="Gustav Ludwig Hertz">
  7. <meta http-equiv="content-language" content="fr">
  8. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  9. <body bgcolor="#FFFFFF" text="#000000">
  10. <div style="width: 100%; filter:Mask(color=#8470ff);">
  11. Ceci est un texte avec Mask...
  12. </div>
  13. </body>
  14. </html>

Inhaltsverzeichnis Haut

Exemple avec Shadow()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
  4. <head>
  5. <title>filter:10()</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  8. <meta name="Reply-to" content="georg@hegel.org">
  9. <meta name="Publisher" content="Hegel">
  10. <meta name="Copyright" content="Georg Hegel">
  11. <meta http-equiv="content-language" content="fr">
  12. </head>
  13. <body>
  14. <div style="width: 100%; filter:Shadow(color=#cdc9a5);">
  15. Ceci est un texte avec Shadow...
  16. </div>
  17. </body>
  18. </html>

Inhaltsverzeichnis Haut

Exemple avec Wave()

  1. <!DOCTYPE html PUBLIC
  2. "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <head>
  5. <title>filter:11()</title>
  6. <meta http-equiv="pragma" content="no-cache">
  7. <meta name="Author" lang="fr" content="Edmond Halley">
  8. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  9. <meta name="Reply-to" content="pasteur.louis@infobrol.int">
  10. <meta name="Copyright" content="Louis Pasteur">
  11. <meta http-equiv="content-language" content="fr">
  12. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  13.  
  14. body {
  15. margin: 5px;
  16. padding: 2px;
  17. font-family: verdana;
  18. font-size: 14px;
  19. min-width: 685px;
  20. }
  21. </style>
  22.  
  23. </head>
  24.  
  25. <body bgcolor="#FFFFFF" text="#000000">
  26. <form>
  27. <textarea id="test_textarea"
  28. style="filter:Wave(light=57, freq=38);"
  29. rows="16"
  30. cols="8">
  31. Mauris et orci. Aenean nec lorem. In porttitor. Donec laoreet
  32. nonummy augue. Suspendisse dui purus, scelerisque at, vulputate
  33. vitae, pretium mattis, nunc. Mauris eget neque at sem venenatis
  34. eleifend. Ut nonummy. Fusce aliquet pede non pede.
  35. Suspendisse dapibus lorem pellentesque magna. Integer nulla.
  36. Donec blandit feugiat ligula. Donec hendrerit, felis et imperdiet
  37. euismod, purus ipsum pretium metus, in lacinia nulla nisl eget
  38. sapien. Donec ut est in lectus consequat consequat. Etiam eget
  39. dui. Aliquam erat volutpat. Sed at lorem in nunc porta tristique.
  40. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
  41. Maecenas porttitor congue massa. Fusce posuere, magna sed
  42. pulvinar ultricies, purus lectus malesuada libero, sit amet
  43. commodo magna eros quis urna. Nunc viverra imperdiet enim.
  44. Fusce est. Vivamus a tellus. Pellentesque habitant morbi
  45. tristique senectus et netus et malesuada fames ac turpis
  46. egestas. Proin pharetra nonummy pede.
  47. type="button"
  48. name="btn1"
  49. value="Test"
  50. style="filter:Wave(light=57, freq=38);" />
  51. </form>
  52. </body>
  53. </html>

Inhaltsverzeichnis Haut

Exemple avec XRay()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:12()</title>
  4. <meta http-equiv="pragma" content="no-cache">
  5. <meta name="Description" content="Utilisation des filtres, Demo">
  6. <meta name="Reply-to" content="deunamuno.miguel@gmail.com">
  7. <meta name="Publisher" content="de Unamuno">
  8. <meta name="Copyright" content="Miguel de Unamuno">
  9. </head>
  10. <body>
  11. <img
  12. style="filter:XRay();"
  13. src="12Filter.jpg"
  14. align="center"
  15. width="76"
  16. height="109"
  17. alt="XRay
  18. appliqu&eacute; &agrave; une image">
  19. <span style="width: 100%; filter:XRay();">
  20. XRay
  21. appliqu&eacute; &agrave; du texte
  22. </span>
  23. </body>
  24. </html>

Inhaltsverzeichnis Haut

Liste de filtres

#NomEffet
#NomEffet
0Alpha()effet de fusion de l'avant-plan et l'arrière-plan
1Blur()effet d'estompe
2Chroma()effet de couleur transparente
3DropShadow()effet d'ombrage
4FlipH()effet de symétrie sur axe horizontal
5FlipV()effet de symétrie sur axe vertical
6Glow()effet de bords flambants
7Gray()effet de nuances de gris
8Invert()effet d'inversion
9Mask()effet de masque transparent
10Shadow()effet d'ombres
11Wave()effet d'ondulation
12XRay()effet négatif photo

Afficher tous les filtres avec exemples.

Deutsche Übersetzung

Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.

Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.

Vielen Dank im Voraus.

Dokument erstellt 27/02/2003, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/html-filtres-rf-xray.html/xhtml-rf-span.html

Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.

Referenzen

  1. Zeigen Sie - html-Dokument Sprache des Dokuments:fr Filtres : selfhtml (version 13/02/10)

Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.

Inhaltsverzeichnis Haut