标签: html html5 google-chrome firefox
See JSFiddle here
display:table-caption对于div内部的表格td在Chrome中运行正常,并且给了我想要的效果,但这在Firefox中很奇怪,可能是因为它不支持。
display:table-caption
div
td
尝试过使用spans和其他内容之类的不同内容,但无法实现这一点,您可以在Chrome中看到效果,即表格标题中的文字居中并左对齐。
spans
提前致谢:)
display:table-caption; /* This does not work for Firefox :( */