Forum Moderators: open
#maincontent{
float: left;
margin: 0;
padding: 10px;
width: 410px; /* box model hack */
voice-family: "\"}\"";
voice-family:inherit;
width: 390px;
}
and than next to it is a div sidbar (a sub nav)
Code:
#sidebar{
padding: 2px 10px 10px 0;
margin: 0 0 0 420px;
color: #666;
background: transparent;
/* compensates for IE Win bungling */
width: 160px;
float: inherit;
}
In IE 5.5 Mac the sidebar sits and/or is being pushed underneath the maincontent div. In ALL other browsers it sits where its supposed to next to the main body! Only IE 5.5 Mac it doesnt work. Any help would be much apprciated! Thanks for the space.
-ryan
[edited by: tedster at 3:38 am (utc) on Jan. 31, 2004]
I changed what you suggested but it still is stacking underneath the maincontent div. I floated it left and took out the margin space but it still now just floats the sidbar div underneath the maincontent div but on the left.
If you or anyone else have any other suggestions let me know! Thanks for your help.
-Ryan