Rounded corners with javascript using CurveyCorners
On of the guys at work just sent this around after coming across it:
It is javascript that will make rounded corners on normally square items. Not sure exactly how it works yet (will dive into that after work), but for the little playing we have done here, looks pretty nice.
Thought I would share it.
-Greg
demonhale posted this at 04:30 — 5th August 2008.
He has: 3,278 posts
Joined: May 2005
Thanks for sharing greg. It looks pretty awesome, although it generates and adds up a lot of divs to create just one rounded corner on the fly. It makes up for bulkier code, but if you want more style than function, I guess this is the easiest way to go...
Megan posted this at 17:41 — 5th August 2008.
She has: 11,421 posts
Joined: Jun 1999
I've given up on messy ways of creating rounded corners and am now using -moz-border-radius and -webkit-border-radius. In these cases it hasn't been too essential for the design so it doesn't matter if they appear square in other browsers.
... someday they will catch up! Any rounded corners in IE8?
Megan
Connect with us on Facebook!
rfresh posted this at 21:53 — 8th August 2008.
They have: 9 posts
Joined: Jun 2007
I looked at quite a few of the rounded corner frameworks out there. I found that ShadedBorders is the easiest to use http://www.ruzee.com/blog/shadedborder/
RalphF
Michael James Swan posted this at 22:10 — 8th August 2008.
He has: 400 posts
Joined: May 2008
I like it, i spent a few hours of spare time just messing about making silly little websites with it..
Roo posted this at 19:07 — 9th August 2008.
She has: 840 posts
Joined: Apr 1999
Wow I haven't been keeping up! The moz and webkit borders are awesome! So simple and easy and clean! It's a shame that it doesn't work in IE...goodness will they ever catch up?
Roo
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.