This is a nightmare in IE. Whenever I flip the div (display:none display:block) I get a blank space (another words, the div is not collapsing properly). Anyone ever been able to do this properly in IE? Other browsers behape as expected.
__________________
USA Travel and Relocation Information Please login or register to view this content. Registration is FREE
Zip codes and Maps Please login or register to view this content. Registration is FREE
I have had the same problem - what I have done is use a table then place each div inside its own cell. If the cell is "empty" (i.e., display:none) the table cell collapses and the extra space should be gone.