html - layered backgrounds, or something of the sort |
html - layered backgrounds, or something of the sort |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Oct 2005 Member No: 271,494 ![]() |
Okay, here's the deal. I know this is possible - I've seen it done (and with HTML).
I'm trying to find a way to code it so I have two background images on a single page (in my Xanga, but that's irrelevant). I want one of the images to repeat in all directions (which I have coded to do right now - that's the easy part). Here's where it gets tricky. I want a second image to originate in the bottom right-hand corner, NOT repeating, but sitting atop the other image (yeah, layered backgrounds). And I want it to stay fixed right there, so when you scroll the page, the actual PAGE moves, but the image stays in the same spot on the screen. Okay, ready? GO! |
|
|
![]() |
*Libertie* |
![]()
Post
#2
|
Guest ![]() |
I do know what you're talking about, because I use it for layouts all the time. It's not exactly having two background images, but there is more than one image in the background and the text goes on top of them all. And it does use DIV layers. Mine basically looks like this (wayyy watered down version):
So yeah, the only other way to have another background image is if you use tables. A table, row, or cell can have its own background image as well. I recommend using DIV still though, because tables are more difficult to position. |
|
|
![]() ![]() |