CSS : triangle en css
Date : 22/07/2009 - Affiché 153 fois

Le CSS :

<style type="text/css">
<!--
.triangle_css {
padding:0;
margin:0;
border: 20px solid white;
border-left-color: #939a93; /* couleur du triangle*/
height:0px; /
_height:40px;
width:0px;
_width:40px;
_line-height: 0pt;
}
-->
</style>

Le résultat :

<div class="triangle_css"></div>