IE6 positioning issue
Posted
by Ralph The Mouf
on Stack Overflow
See other posts from Stack Overflow
or by Ralph The Mouf
Published on 2009-11-10T18:02:42Z
Indexed on
2010/05/25
22:01 UTC
Read the original article
Hit count: 181
Here is the CSS...how can I make it layout as it should in IE6?
.AuthorName_Pic {
width:186px; position:absolute;
right:0px; bottom:-120px;
padding:20px 10px 20px 15px;
margin:20px 0px 0px 0px;
background:url(images/ThumbDark.jpg) no-repeat; z-index:100;
}
© Stack Overflow or respective owner