It works as intended in Safari, Firefox etc. But it is not reading the positioning or z-index in IE6. How can I make it layout as it should in IE6?
Here is the CSS:
.AuthorName_Pic {
width: 186px;
position: absolute;
right: 0;
bottom: -120px;
padding: 20px 10px 20px 15px;
margin: 20px 0 0 0;
background: url(images/ThumbDark.jpg) no-repeat;
z-index:100;
}