How is multiple background images handled in CSS3?

Questions by Remasri   answers by Remasri

  
Showing Answers 1 - 6 of 6 Answers

karthik

  • Apr 6th, 2012
 

If you want to use the multiple background ,we can insert as follows...
background-image: url(decoration.png), url(ribbon.png), url(old_paper.jpg); also we can mention the position of the image either percentage value or top left, left center like this

  Was this answer useful?  Yes

divA

  • Jan 19th, 2018
 

You can apply multiple backgrounds to elements. These are layered atop one another with the first background you provide on top and the last background listed in the back. Only the last background can include a background color.
Specifying multiple backgrounds is easy:

Code
  1.  

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions