E extremeoddities Guest Dec 23, 2008 #1 Does anyone have the code? I want two image backgrounds on my HTML profile, please help!
G gowdhaman r Guest Dec 23, 2008 #2 Use CSS as like this div.test { background-image: url(../pix/logo_quirksmode.gif), url(../pix/logo_quirksmode_inverted.gif); background-repeat: repeat-y; background-position: top left, top right; width: 385px; height: 100px; border: 1px solid #000000; }
Use CSS as like this div.test { background-image: url(../pix/logo_quirksmode.gif), url(../pix/logo_quirksmode_inverted.gif); background-repeat: repeat-y; background-position: top left, top right; width: 385px; height: 100px; border: 1px solid #000000; }