Quote:
Originally Posted by Capricorn
Thank you for all that info. It will take some time to digest all that.
|
And here are some images to help visualize.
With CSS3 (text-transform + text-shadow + transform):
Without text-transform:
Without text-shadow:
Without transform:
Without any:
Or even something as simple as:
Code:
border-top-left-radius: 10px;
border-top-right-radius: 10px;
which gives you rounded corners:
Quote:
Originally Posted by Capricorn
It seems like it will always depend upon the exact element used in the CSS. So, I will have to verify more than I did in the past if I want to remove it.
|
Yep, it all depends. I typically just go visit w3schools whenever I run into a new CSS to see what it does:
http://www.w3schools.com/cssref/css3...der-radius.asp