Filtre thead()
Impossible de trouver des informations à propos du filtre thead().
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
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.
Balises HTML sur lesquelles nous pouvons appliquer les filtres
Balise | Application |
Balise | Application |
body | la totalité de la page affichée |
button | la surface pouvant être cliquée |
div | le passage en relation avec les mentions de feuilles de style width: et/ou height: et/ou position: |
img | le graphique référencé |
input | le champ de saisie |
marquee | le texte déroulant |
span | le passage en relation avec les mentions de feuilles de style width: et/ou height: et/ou position: |
table | le tableau |
td | la cellule de données d'un tableau |
textarea | le champ de saisie à plusieurs lignes |
tfoot | le pied d'un tableau |
th | la rangée d'entête d'un tableau |
thead | l'entête d'un tableau |
tr | la 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()
Code HTML (Alpha()) (39 lignes)
<?xml version="1.0" encoding="UTF-8"?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-language" content="fr"> <style> body { margin: 1px; padding: 5px; font-family: verdana; font-size: 16px; min-width: 682px; } </style> </head> <img style="filter:Alpha(opacity=100, finishopacity=0, style=0);" src="0Filter.jpg" align="center" width="87" height="92" alt="Alpha appliqué à une image"> Alpha appliqué à du texte </span> </body> </html>
Exemple avec Blur()
Code HTML (Blur()) (43 lignes)
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-language" content="fr"> width:100%; padding:18px; font-size:26pt; color:blue; filter:Blur(strength=7)"> Exemples d'utilisation de filtres</p> </div> <br /> <br /> <table cellspacing=0 cellpadding=0 border=0 width="100%"> The quick brown fox jumped over the lazy dog. </td> </td> The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. </td> </tr> </table> </body> </html>
Exemple avec Chroma()
Code HTML (Chroma()) (24 lignes)
<?xml version="1.0" encoding="UTF-8"?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-language" content="fr"> </head> <img src="filter_2.gif" style="filter:Chroma(color=#528b8b)" width="54" height="182" alt="Exemple de filtre 2" border="0"> </div> </body> </html>
Exemple avec DropShadow()
Code HTML (DropShadow()) (20 lignes)
Exemple avec FlipH()
Code HTML (FlipH()) (39 lignes)
<?xml version="1.0" encoding="UTF-8"?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="pragma" content="no-cache"> <style> body { margin: 1px; padding: 5px; font-family: verdana; font-size: 16px; min-width: 682px; } </style> </head> <img style="filter:FlipH();" src="4Filter.jpg" align="center" width="77" height="117" alt="FlipH appliqué à une image"> FlipH appliqué à du texte </span> </body> </html>
Exemple avec FlipV()
Code HTML (FlipV()) (28 lignes)
<?xml version="1.0" encoding="UTF-8"?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="pragma" content="no-cache"> </head> <body> <img style="filter:FlipV();" src="5Filter.jpg" align="center" width="112" height="100" alt="FlipV appliqué à une image"> FlipV appliqué à du texte </span> </body> </html>
Exemple avec Glow()
Code HTML (Glow()) (26 lignes)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="content-language" content="fr"> </head> <body> <img style="filter:Glow(color=#528b8b, strength=8);" src="6Filter.jpg" align="center" width="86" height="76" alt="Glow appliqué à une image"> Glow appliqué à du texte </span> </body> </html>
Exemple avec Gray()
Code HTML (Gray()) (46 lignes)
<?xml version="1.0" encoding="UTF-8"?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="pragma" content="no-cache"> </head> <body> width:100%; padding:17px; font-size:10pt; color:blue; filter:Gray()"> Exemples d'utilisation de filtres</p> </div> <br /> <br /> <table cellspacing=0 cellpadding=0 border=0 width="100%"> The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. </td> </td> The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. </td> </tr> </table> </body> </html>
Exemple avec Invert()
Code HTML (Invert()) (28 lignes)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="content-language" content="fr"> </head> <body> <img style="filter:Invert();" src="8Filter.jpg" align="center" width="76" height="81" alt="Invert appliqué à une image"> Invert appliqué à du texte </span> </body> </html>
Exemple avec Mask()
Code HTML (Mask()) (43 lignes)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="content-language" content="fr"> <style> body { margin: 4px; padding: 3px; font-family: verdana; font-size: 10px; min-width: 676px; background:#FFFFFF; color:#000000; } </style> </head> <body> <img style="filter:Mask(color=#528b8b);" src="9Filter.jpg" align="center" width="92" height="90" alt="Mask appliqué à une image"> Mask appliqué à du texte </span> </body> </html>
Exemple avec Shadow()
Code HTML (Shadow()) (42 lignes)
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="content-language" content="fr"> width:100%; padding:20px; font-size:39pt; color:blue; filter:Shadow(direction=135, color=#528b8b)"> Exemples d'utilisation de filtres</p> </div> <br /> <br /> <table cellspacing=0 cellpadding=0 border=0 width="100%"> The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. </td> </td> The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. </td> </tr> </table> </body> </html>
Exemple avec Wave()
Code HTML (Wave()) (61 lignes)
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="content-language" content="fr"> <style> body { margin: 4px; padding: 3px; font-family: verdana; font-size: 10px; min-width: 676px; background:#FFFFFF; color:#000000; } </style> </head> <body> width:100%; padding:20px; font-size:27pt; color:blue; filter:Wave(light=92, freq=6)"> Exemples d'utilisation de filtres</p> </div> <br /> <br /> <table cellspacing=0 cellpadding=0 border=0 width="100%"> The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. </td> </td> The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. </td> </tr> </table> </body> </html>
Exemple avec XRay()
Code HTML (XRay()) (24 lignes)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <img src="filter_12.gif" style="filter:XRay()" width="18" height="182" alt="Exemple de filtre 12" border="0"> </div> </body> </html>
Liste de filtres
# | Nom | Effet |
# | Nom | Effet |
0 | Alpha() | effet de fusion de l'avant-plan et l'arrière-plan |
1 | Blur() | effet d'estompe |
2 | Chroma() | effet de couleur transparente |
3 | DropShadow() | effet d'ombrage |
4 | FlipH() | effet de symétrie sur axe horizontal |
5 | FlipV() | effet de symétrie sur axe vertical |
6 | Glow() | effet de bords flambants |
7 | Gray() | effet de nuances de gris |
8 | Invert() | effet d'inversion |
9 | Mask() | effet de masque transparent |
10 | Shadow() | effet d'ombres |
11 | Wave() | effet d'ondulation |
12 | XRay() | effet négatif photo |
Afficher tous les filtres avec exemples.
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 27/02/2003 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/html-filtres-rf-xray.html/html-filtres-rf-fliph.html/xhtml-rf-thead.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
- Filtres : selfhtml (version 13/02/10)
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.