Is it possible to make display:table-cell layout responsive?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: In my code there is a table in which I have divisions which has table row consisting checkboxes horizontally. Here is my sample code, full code is in fiddle Here HTML: <table cellpadding="0" border="0" width="100%" cellspacing="0"> <tr> <td style="text-align:left" width="65px"><strong> Color: </strong> </td> <td style="float:left; text-align:left; width:100%"> <div style="display:table; width:100%"> <div style="width:100%;display:table-row"> <input type="checkbox" /> <label class="btn"> <span>A</span> </label> <input type="checkbox" />