--- Tom said > > http://www.pixelmech.com/rev/posts_multiple.html > > http://www.pixelmech.com/rev/css/posts.css
On 4/25/06, Bill Brown <[EMAIL PROTECTED]> wrote: > Your problem lies in the way in which you're handling the floats > #post-sidebar and #post-body. > In order to make room for the table, you need to give that sidebar a > negative margin equal to it's width (including borders, padding and so on) > and then give your parent container (in your case #posts-container) an equal > margin on that same side. > > Try setting a margin-left:255px on your #posts-container and a > mergin-left:-255px on #posts-sidebar and see if that doesn't solve it for > you. It kind of fixes FF (leaving a gap in the sidebar on the left) but it completely breaks IE... see updated file at location above. I kind of would not have thought it was margin. Because the table is forcing it open, is there some way to make the table adhere to the width of its container? Tom ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
