here display-table does not work in ie7. is there any way apply the same style in ie7
Please help me out.
here display-table does not work in ie7. is there any way apply the same style in ie7
Please help me out.
If you desperately need functionality that can only be provided by display: table-cell
in IE7, you have two choices:
<table>
and suffer unsemantic HTML.