Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 564 Bytes

multibackgrounds.md

File metadata and controls

7 lines (6 loc) · 564 Bytes

feature: multiple backgrounds status: use tags: fallback gtie8 kind: css polyfillurls:

Multiple backgrounds will be completely ignored when they aren't supported. If you can use a simple background color, make sure to declare background-color: <color> on the element before declaring your multiple backgrounds. Alternatively, you can also set an image as a background with background-image and override it with a second background declaration. We strongly recommend you don't polyfill this.