Multiple Backgrounds |
Multiple Backgrounds |
Jun 12 2007, 04:58 PM
Post
#1
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Is it possible to have multiple backgrounds? I want to have one background repeating vertically, and one repeating horizontal and vertically. It's for this:
I want to have this repeating vertically: ![]() And I want this pattern repeating behind the whole layout: ![]() Is this possible? I've tried using tables, but I didn't know what the heck I was doing. |
|
|
|
![]() |
Jun 15 2007, 09:58 AM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,188 Joined: Jan 2006 Member No: 364,198 |
CODE <style type="text/css">
body{ background-image:url(http://catastrophic.sphosting.com/images/jonas_brothers_pattern.jpg); background-repeat:repeat; background-attachment:scroll; background-position:top left; background-color:XXXXXX; } div.content{ width:600px; height:!; background:url(http://catastrophic.sphosting.com/images/jonas_brothers_bg2.jpg) top left repeat-y; } </style> |
|
|
|
Maestro Multiple Backgrounds Jun 12 2007, 04:58 PM
aucifer Just repeat the pattern bg on the body background ... Jun 12 2007, 10:52 PM
Maestro I've tried that. Maybe I did something wrong. ... Jun 12 2007, 11:00 PM
1angel3 ^yep above, thats how it works Jun 15 2007, 11:51 AM![]() ![]() |