border
English [?b?:d?(r)] US [?b?:rd?(r)]
n. bordure; bordure d'emballage
vt.& vi. le c?té de...
vt. Le long du c?té de..., autour de..., bordant...
vi Approximativement, adjacent à
Troisième personne du singulier : frontières Pluriel : frontières Participe présent : bordant Passé. temps : bordé Participe passé : bordé
bottom
Anglais [?b?t?m] US [?bɑ:t?m]
n Bottom; hip end
adj. ; découvrez la vérité
vi. Atteindre le fond ; établir une fondation
Troisième personne du singulier : bottoms Pluriel : bottoms Participe présent : bottoming Passé : bottomed Participe passé : bottomed
style英[sta?l] 美[sta?l]
n. style?; apparence à la mode, go?t
vt. Titre?; forme pour...
vi. Troisième personne du singulier : styles Pluriel : styles Participe présent : style Passé : style passé Participe : styled
propriété CSS border-bottom-style syntaxe
Fonction?: Définissez le style de la bordure inférieure de l'élément.
Remarque?: La bordure peut appara?tre uniquement lorsque cette valeur n'est pas nulle. En CSS1, les agents utilisateurs HTML doivent uniquement prendre en charge solid et aucun.
Remarque?: Toute version d'Internet Explorer (y compris IE8) ne prend pas en charge la valeur d'attribut ??hériter?? ou ??caché??.
propriété CSS border-bottom-style exemple
<html> <head> <style type="text/css"> p {border-style:solid} p.none {border-bottom-style:none} p.dotted {border-bottom-style:dotted} p.dashed {border-bottom-style:dashed} p.solid {border-bottom-style:solid} p.double {border-bottom-style:double} p.groove {border-bottom-style:groove} p.ridge {border-bottom-style:ridge} p.inset {border-bottom-style:inset} p.outset {border-bottom-style:outset} </style> </head> <body> <p class="none">No bottom border.</p> <p class="dotted">A dotted bottom border.</p> <p class="dashed">A dashed bottom border.</p> <p class="solid">A solid bottom border.</p> <p class="double">A double bottom border.</p> <p class="groove">A groove bottom border.</p> <p class="ridge">A ridge bottom border.</p> <p class="inset">An inset bottom border.</p> <p class="outset">An outset bottom border.</p> </body> </html>
Exécuter l'instance ?
Cliquez sur le bouton ??Exécuter l'instance?? pour afficher l'instance en ligne