Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Currently available cross-browser nine-patch solution for border-radius

I've recently developed for Android and discovered how great 9-patch is. I wondered could it be used in web design, so did zng; the answer is yes.

My question now is, is there anything (a jQuery plugin possibly) out there right now which uses the 9-patch technique to tackle border-radius' lack of cross-browser compatibility, specifically IE?

like image 760
Adam Lynch Avatar asked Nov 14 '22 19:11

Adam Lynch


1 Answers

Yes, there's a jQuery plugin (as always):

http://code.google.com/p/scale9grid/

like image 84
thirtydot Avatar answered Nov 17 '22 06:11

thirtydot