So... a plugin_shapes which contains a CSS file?


On 12 Ago, 15:18, Cliff <cjk...@gmail.com> wrote:
> #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 <massimo.dipie...@gmail.com>
> wrote:
>
>
>
>
>
>
>
> >http://css-tricks.com/examples/ShapesOfCSS/?=derp

Reply via email to