10

here display-table does not work in ie7. is there any way apply the same style in ie7

Please help me out.

anglimasS
  • 1,304
  • 2
  • 16
  • 41
  • for what purpose you need it? sure there is other way than table-cell... – Gatekeeper Aug 05 '11 at 12:46
  • i have to do table format without using table – anglimasS Aug 05 '11 at 12:49
  • you should try google for 5 minutes before you ask here... [same question here](http://stackoverflow.com/questions/4170883/how-to-get-displaytable-cell-support-in-ie-any-pure-javascript-or-jquery-workar). Still I dont get why you need that display: table-cell so much.. there are other ways to achieve that effect. – Gatekeeper Aug 05 '11 at 12:59
  • if i try other way(like float:left) i can't get increase the border of the cell when content increase. so that i have to use display:table-cell. – anglimasS Aug 05 '11 at 13:07

1 Answers1

11

If you desperately need functionality that can only be provided by display: table-cell in IE7, you have two choices:

thirtydot
  • 224,678
  • 48
  • 389
  • 349