Forum Moderators: not2easy
I assigned a sidebar to be position: absolute; The sidebar in IE absolutely disappears whereas in any other browser seems to be fine. Any clue about this? It would really help.
Thanks!
<No Personal URLs, thanks. See TOS [WebmasterWorld.com] and CSS Forum Charter [WebmasterWorld.com]>
[edited by: SuzyUK at 11:56 am (utc) on Jan. 11, 2006]
In this situation try commenting bits of code in and out, in order to find the source of the rendering break.
Then you can start a more pointed and directed investigation.
#main-content {
width: 450px;
/*float: left;*/
padding: 20px 20px 10px 20px;
}