Raymond, You're using two floated divs inside a constrained space (770px). It "looks like" IE think's the content space is too wide to fit the sidebar in horizontally. This is causing it to push down the floated sidebar below the content.
You're 2 divs are 550 and 220, which should fit. might be a weird IE margining/padding issue. Change your CSS to make the content space 500 to see if the sidebar inches up again. That would tell you if IE thinks there's not enough horizontal space for the 2 divs. Eric Raymond Camden wrote: >Ok, I found the problem area. The "Recent Entries" pod is causing is. >Now I'll try to see what HTML in there is "bad". > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:158849 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
