Web Development Question:
Which new futures added in CSS3 for Borders and how Browser Support it?

Answer:
Following border futures added:
★ border-radius
★ box-shadow
★ border-image
and all modern Browser Support it like below:
★ Internet Explorer 9 supports border-radius and box-shadow
★ Firefox requires the prefix -moz- for border-image.
★ Chrome and Safari requires the prefix -webkit- for border-image.
★ Opera requires the prefix -o- for border-image.
★ border-radius
★ box-shadow
★ border-image
and all modern Browser Support it like below:
★ Internet Explorer 9 supports border-radius and box-shadow
★ Firefox requires the prefix -moz- for border-image.
★ Chrome and Safari requires the prefix -webkit- for border-image.
★ Opera requires the prefix -o- for border-image.
Previous Question | Next Question |
How you can create rounded corners using css3? | How you create border using images by CSS3? |