<style>
.cadre-gris{ margin : 5px 0; }
.cadre-vertemp{border-color : green; border-bottom-color : red; border-style : solid}
</style>
<div class="cadre-exemple cadre-clickme" id="exemple">
<h3 id="exemple-desc">Valeur par défaut</h3>
<div class="cadre-gris">
<p id="exemple-style-0" class="cadre-vertemp" >Effet borderBottomWidth.</p>
</div>
<div class="cadre-gris">
<p id="exemple-style-1">Effet borderBottomWidth.</p>
</div>
</div>
<script>
initExemple('border-bottom-width', 'borderBottomWidth', ['thin', 'medium', 'thick', '5px', '2em', '15%', 'inherit'], 2);
</script>
Effet borderBottomWidth.
Effet borderBottomWidth.