@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 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 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.
Great Video! I have been looking at corners for a little bit and using CSS3 But well IE is a pain and JQuery is great, Nice to have a little run down.
Thank you so much, man :)
kabadanke 2 months ago
Very good tutorial.
anandsingh1983 9 months ago
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
@andrewanimation I agree, just kinda sucks that the technology is out there, but people are committing to updating :/
YourTechNet 1 year ago
unfortunely its not working for me. 100% same code :( . but thanks for the nice tuto.
kandyjet 1 year ago
Aw Man - you just made my Web Design Experience 100% Easier.
Thanks a lot - I surely appreciate it.
goodgooglegoo 1 year ago
Thanx!! Really helpful
Nolimitsfan 1 year ago
OMG Thank you sooo much I never thought there was an easy way to make them round. Gosh I'm so outdated :(
willzurmacht 1 year ago
You're a life saver! Thank you so much for sharing your knowledge.
chrissis111 1 year ago
Good tutorial bud. Thank you.
pcfitness 1 year ago
nice tutorial man - great job!
Verbloten 2 years ago
Great Video! I have been looking at corners for a little bit and using CSS3 But well IE is a pain and JQuery is great, Nice to have a little run down.
Thanks
ezriter93 2 years ago
The reason it didn't work for me was because JQuery calls itself .download when you download it.
Also, nice overall layout on the tutorial. It's way better then most other tutorials on tha web.
DaxterSpeed 2 years ago