IE bug with truncation of page
April 6, 2005 2:39 PM Subscribe
I stumbled across an Internet Explorer display problem today that I just can't figure out. It feels CSS-related, and it feels float-related, but despite knowing all about the Holly Hack and all about how to deal with most every float-related IE bug I've seen prior to today, this one has me totally stumped. Can someone help?
I have a page with a column floated to the right, and in the non-floated section (the page to the left of the column), a form with two select dropdowns. The first dropdown calls a JavaScript function which then populates the second dropdown (via Ajax/XMLHttpRequest/whatever you call it).
When I load the page in IE initially, everything looks perfect. When I choose something from the first dropdown, the second dropdown populates like it should -- and the column to the right all of a sudden gets truncated. Literally, the bottom 10 to 20 pixels just disappears.
Has anyone seen this before? Does anyone know what's causing it, other than the general float-related problems that IE seems to have?
posted by delfuego to computers & internet (4 answers total)
posted by nakedcodemonkey at 4:15 PM on April 6, 2005