Can someone please illustrate some CSS code that will allow me to place a small image on top of another much larger image on one page? I want to use CSS positioning and index styles to do this, NOT layers.
Image1 will cover the entire page (I have reasons NOT to use image1 as a page background). Then, I want to place image2, and perhaps some text on top of image1.
I know this can be done using CSS (class styles) positioning by setting image1 to a low (0?) Z-index and image2 and other stuff to a higher (1?) Z-index. But I just can't seem to pull it off. Both image1 and image2 wind up as separate images in tandem instead of one on top of the other.
I'm using Dreamweaver3. Some example code would be useful. I think I should be using CSS class styles.
Help, ........ I'm stuck
Image1 will cover the entire page (I have reasons NOT to use image1 as a page background). Then, I want to place image2, and perhaps some text on top of image1.
I know this can be done using CSS (class styles) positioning by setting image1 to a low (0?) Z-index and image2 and other stuff to a higher (1?) Z-index. But I just can't seem to pull it off. Both image1 and image2 wind up as separate images in tandem instead of one on top of the other.
I'm using Dreamweaver3. Some example code would be useful. I think I should be using CSS class styles.
Help, ........ I'm stuck
