views:

60

answers:

2

hi,

IE 7 not supporting display:inline-table ?

Other browsers supports. What should i do for the alternate solution.

A: 

You can try display:block for ie7. i am not sure this will work for you or not because on google it showing display:block is also creating issue but its working for me.

Check this out which providing infomation about div css in more detail : http://www.quirksmode.org/css/display.html

Pranay Rana
check for the link you will get you answer
Pranay Rana
A: 

height: 1%; display: block;

Try this.

adamwstl