View Single Post
Unread 08-06-2007, 02:09 AM
paulj paulj is offline
Senior Member
Join Date: Jul 2007
Posts: 521
  #1  
Default 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;
Reply With Quote