Just wondering if I could call upon your assistance again? I have a right floated div that drops to the bottom when viewed in IE. Would somebody know why this is happening? Could it be the IE Box viewing bug I've read about? Any help would be gratefully received.
you have your #contact and #sidebarRight outside of your content div. That div is set for the full width of the area, so its rendering it outside that div, which is underneath.
Try moving your #contact and #sidebarRight into the #content div
Just wondering if I could call upon your assistance again? I have a right floated div that drops to the bottom when viewed in IE. Would somebody know why this is happening? Could it be the IE Box viewing bug I've read about? Any help would be gratefully received.
Thank you, D. :)
http://www.kscope.co.uk/upload/files/contact.html
And here's some of the potentially relevant CSS
Try moving your #contact and #sidebarRight into the #content div