Multiple Background Images
Applying multiple background images in CSS3 is quite easy, using a comma with the standard background property.
E.g. background: url(image_1.extention) top right no-repeat, url(image_2.extention) bottom right no-repeat;
This panel uses three seperate images in its background.
- CSS3 Background Image (Multiple)
- #my_CSS3_id {
- background: url(image_1.extention) top left no-repeat,
url(image_2.extention) bottom left no-repeat,
url(image_3.extention) bottom right no-repeat; - }
Example for those on alternative browsers, not seeing the background-image effect..
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment