在 div 中定位表头
I am trying to position the header inside the div like so:
Not having much luck. What's going on? How do position within the table row header?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
div.headerContainer 不是有效的标记,因此浏览器将尝试更正它。而是设置 th 的样式并为第一个和最后一个添加类。这是示例。另一种选择是使用适当大小的背景图像并将其应用到父 div (.geniusPicks)
HTH! :)
That div.headerContainer is not valid markup so the browser will try to correct it. Rather style the th 's and add classes for first and last. Here is an example. Another option would be to use an appropriately sized background image and apply it to the parent div (.geniusPicks)
HTH! :)