CSS3 Question:
Download Questions PDF

What 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.

Download CSS3 Interview Questions And Answers PDF

Previous QuestionNext Question
List out CSS3 modulesHow to create Rounded Corners using css3?