Answers

Question and Answer:

  Home  CSS3

⟩ What new futures added in CSS3 for Borders and how Browser Support it?

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.

 183 views

More Questions for you: