well, just wanted to let you know that i found the problem. I kind of split it to avoid direct problems and this is what it looks now:
Code:
#content {
float: right;
width: 357px;
height: 308px;
margin: 0;
margin-left: 0;
margin-right: 21px;
padding: 0;
background-color: #536B97;
background-image: url(content_bg.jpg);
background-repeat: no-repeat;
background-position: right bottom;
display: inline;
}
#content_info {
color: #fff;
width: 285px;
padding: 35px 0 0 36px;
text-align: justify;
}
* html #content_info {
width:321px; /*for ie5.x win */
w\idth:285px; /*for ie6*/
}
apperently display:inline does the trick - found that in FAQ section here
Bookmarks