简体   繁体   中英

IE6 CSS float problems

I have a problem with the floating side panel. It looks ok in Firefox but i think its being push by somthing in IE as it appears at the bottom on the page.

The url is: www.sellandrentbackhouse.co.uk

I have tried making the blog look the same as the websites but this appears pushed out even in firefox. I cant find out whats wrong. AHHHH!

Any ideas? www.sellandrentbackhouse.co.uk

IE6 doesn't always float things correctly when the widths of two items are close to 100% of the width of their container. You can try a couple of things to correct this:

  1. Add margin-right:-20px; to your #main div
  2. Float the content left and float the sidePanel right

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM