Which condition or property is used to stop images from showing up more than once when applying background image to any element?

 Posted by vishalneeraj-24503 on 8/1/2014 | Category: CSS 3 Interview questions | Views: 1660 | Points: 40
Answer:

no-repeat property or we can say that condition is used with background image style property.
For Example:-
background-image: url(view.png) no-repeat.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response