CSS Nested DIV Backgrounds
CSS Nested DIV Backgrounds
- Started
- Last post
- 2 Responses
- cvirus
If you have a nested DIV and both DIVs are of equal size and have backgrounds (outer one tiled, inner one fixed), am I right in assuming that only the outer DIV background will show?
Is this a questionable practice?
It seems to work in IE6 Windows, but not on IE5 Mac, Safari or Firefox.
- welded0
They will stack in the order your create them. As in:
[div] bottom [div]top[/div] bottom[/div]Have you got a screenshot of what you want to do?
- cvirus0
- is what it should look like. There is a one px high tiled background to give the illusion of columns and the black and white image should be in the bottom right corner no matter what the height of the DIVs contents are. is what it looks like in Safari, Firefox and IE5 on a Mac. The black and white image totally disappears.
I've also posted the CSS file and code at:
http://www.chadtempest.com/css.t…Any help would be great...I'm pulling my hair out on this. I'm also having problems with the rules above the nav and below the logo flushing correctly. But that's another problem.

