Hi! This is my first post in the forums ...
I would like to add a graphic subtitle to a client's blog page. I'm in the process of positioning the graphic as a background image, but I need to bring it to the front. I don't quite understand how to reference the z-index priority. You can see what I am trying to do at: http://melissaklineauthor.com/blog-2/ and the code that I am working with is below.
Thank you for your help! Lea
.blog {
background: url('http://melissaklineauthor.com/images/reflections400.png');
background-repeat:no-repeat;
background-attachment:relative;
background-position: 200px 220px;
}