Revision: 17354
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 1, 2009 18:12 by scopefragger
Initial Code
@charset "utf-8";<br> /* CSS Document */ /* Please note, this onl works in safarie */ .class { background-image: url(folder-image-blue-48x48.png), url(folder-image-red-48x48.png); /* noticed i ahve supplyed two background images */ background-repeat: repeat-y;/* but only one repeat method ? */ background-position: top left, top right;/* and then again 2! beckground positions */ width: 385px; height: 100px; border: 1px solid #000000; } /* when only one element is specified, that element is applyed to both images. */
Initial URL
http://www.scopesden.co.uk/code_snipit.php?id=
Initial Description
Ever needed to use to background images in a table or div? It is possible b just using css. Although this is yet to be a standard safari will allow you to apply 2! Css backgrounds, however IE, FIRFOX and retro opera users will only see 1 !
Initial Title
Multiple background images in css
Initial Tags
css, images
Initial Language
CSS