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");