overlaying images in css
I am making a blog and as part of my template I am wanting to have my header and then another image on the side of that using the z-index: 2; to make it that layer about. so here is the css. Code: --------- .splash { z-index: 2; width: 135px; height: 386px; margin: 0 auto;
|