css3 - CSS Z-index for Background Images -


I have two background images- A and B. Automatically in front of ABC. Can I change it using the Z-index?

You can set multiple background images ... but the stacking order is determined by the order listed in your CSS is.

  Background: url (number.png) 600px 10px no-repeat, * * at the top, like- z-index: 4; * / Url (thingy.png) 10px 10px no-repeat, / * z-index like middle: 3; * / Url (Paper-4PNG); / * Below, such as z-index: 1; * /  


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -