I'm on the road right now, so I haven't been able to test this (don't have a PC with IE). It was the borders that seem to be causing the problems.
This might not work.
Code:
/* CSS Document */
div#navigation {
float:left;
width:158px;
height:400px;
color:#ffffff;
background-color:#D3D3D3;
border:2px solid #FFFFFF;
padding:5px;}
*html div#navigation {
height:404px;
}
* html div#navigation {
width:158px;
w\idth: 158px;}
div#content {
margin-left:185px;
width:604px;
height:400px;
background-color:#D3D3D3;
border:2px solid #FFFFFF;
padding:5px;}
*html div#content {
width:600px;
}
Bookmarks