它在 Safari、Firefox 等中按预期工作。但它没有读取 IE6 中的定位或 z-index。我怎样才能使它在 IE6 中应有的布局?
这是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;
}