Cgridview + Inline-Table In Ie

Hi,

I need to set row class for cgridview with display:inline-table, everything works fine in opera or firefox, but in IE8 You cant set inline-table for block element. So maybe someone has some solution for that problem. I tried few things like:




.two {

  display: inline-block; 

}

* html .two {

  display: inline;

}

* + html .two {

  display: inline;

}

but it doesnt work for me, so maybe someone smarter than me has some solution ?