If you are seeing this message, it is possible the page did not load properly. Please hit reload/refresh on your browser.
If you still see this message, you probably do not have a browser that supports
web standards, although its content is accessible to any browser or Internet device.
Posted: 11/15/05 12:07 am Multiple Background Image Work Around?
I know that right now there isn't a way to have multiple background images in CSS, as in more than one actual image as the background. Now, I have used multiple images in layouts, but can't seem to figure out how to do so on ezboard.
Is there a div or span that I need to use, a specially formatted code?
Here's the layout I'm working on in my test board: My Test Board
The background image I have has a bottom right mirrored image (minus the board name and logo) that goes with it to complete the illusion of the actual message board having two semi-transparent corners (top left, bottome right) encompassing the entire board. I want to attach the image on the bottom right, relative so that it scrolls with the board, exactly as I have coded the top left image.
The code is a mess right now, I'm in the process of putting more in, so don't grit your teeth too much! LOL
Posted: 11/15/05 10:54 am Re: Multiple Background Image Work Around?
Well you can get that effect by layering some divs, so you would put this in box 3
Posted: 11/15/05 9:43 pm Re: Multiple Background Image Work Around?
It worked like a charm and even had an added side effect: I cleaned up my code (gasp!)