if you change this part of the css, I think it will line up with the other pictures
Code:
.thrColFix #mainContent {
float:left;
height:355px;
margin-bottom:10px;
margin-left:14px;
margin-right:10px;
margin-top:-359px;
width:370px;
}
Okay that is firefox, but i haven't seen it in IE.
Edit:
Another thing you could try is to make the position:absolute and change margins accordingly like this
Code:
.thrColFix #mainContent {
float:left;
height:355px;
margin-bottom:10px;
margin-left:194px;
margin-right:10px;
margin-top:1px;
position:absolute;
width:370px;
}
I guess there a better change that this will work in IE as well ?
Bookmarks