#triangle-right {
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-left: 100px solid red;
        border-bottom: 50px solid transparent;
}

<script>
$('#triangle-right').click(function(){
  do_stuff();
})


On Aug 12, 3:17 pm, Massimo Di Pierro <[email protected]>
wrote:
> http://css-tricks.com/examples/ShapesOfCSS/?=derp

Reply via email to