jQuery Rounded Corner Tutorial
Loading...
4,340
Loading...
Uploader Comments (andrewanimation)
see all
All Comments (16)
-
Thank you so much, man :)
-
Very good tutorial.
-
@andrewanimation I agree, just kinda sucks that the technology is out there, but people are committing to updating :/
-
unfortunely its not working for me. 100% same code :( . but thanks for the nice tuto.
-
Aw Man - you just made my Web Design Experience 100% Easier.
Thanks a lot - I surely appreciate it.
-
Thanx!! Really helpful
Loading...
You really dont need to use jQuery to do this.
border-radius can now be fully used in all browsers using css for anyone wanting to use it:
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
it is now fully supported in all browsers, simples ;D
YourTechNet 1 year ago
@YourTechNet You're forgetting Internet Explorer. And I admit this isn't the best solution but you still need to cater to those visitors of your site.
andrewanimation 1 year ago
@andrewanimation Ha you see I am looking to the future. IE9 supports it. I am developing a website at the moment. The only browser that doesnt seem to like it much is Firefox.
YourTechNet 1 year ago
@YourTechNet Well that will be good in the future, but it's still only 40% or so of internet users that has the capability to render CSS3. I wish we could easily use them now, but unless you're a really lousy designer you still have to support the other browsers.
andrewanimation 1 year ago