We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
CSS 显示属性可以在这里提供帮助吗?
它可能不是最好的方法 - 仍然是表格设计 - 但它应该可靠地工作并且全部来自 css。 (从未亲自尝试过此操作,因此不确定您还需要设置哪些其他属性。)
The CSS display property could help here?
It probably isn't the best way - is still is table design - but it should work reliably and all from css. (Never tried this personally, so not sure what other properties you'll need to set.)
将 'table' 'tr' 'td' 替换为 div
设置 tr 的宽度与 table 的宽度相同
replace 'table' 'tr' 'td' with div
set tr's width the same with table's width