views:

162

answers:

3

I have a design that I'm currently slicing that features a lot of right angles (Example: http://grab.by/1jli ). I was wondering if a CSS or Javascript (jQuery) solution exists to pull this off? Otherwise I'm going to have a ton of sprites with these crappy things in them.

Just a heads up, I've already tried "Corners", the jQ plugin, and it doesn't seem to be functioning the way I need it to.

EDIT: After doing a bit more digging, turns out jQuery Corners is right for me!

http://malsup.com/jquery/corner/

$("#corner").corner("bevel bl 200px");
+1  A: 

After doing a bit more digging, turns out jQuery Corners is right for me!

http://malsup.com/jquery/corner/

$("#corner").corner("bevel bl 200px");

Thanks guys!

kindofabigdeal
I've added this to the original question, so you can delete this. :D
CrazyJugglerDrummer
@Crazy: He doesn't need to delete it. It *is* an answer.
Mark
A: 

Why can't you use just one version of that bottom triangle image (a transparent .png, so you don't have to worry about the background)? It could just sit in a div by itself at the bottom of your quote boxes.

Nate B
There are different size/colored versions of it throughout the site. There are at least 20 different variants, so it seems inefficient (plus I'm lazy ;)
kindofabigdeal