Is there anything I can do to make IE display table cells as actual blocks?
Given this style:
table,tbody,tr,td,div { display: block; border: 1px
make it display:table-row; instead of display:block It will work like it is supposed to
display:table-row;
display:block