div 中的表格单元格不起作用
我在我的网站中使用表格和表格单元格。最左边的列需要从顶部开始。相反,它会下降到底部。下面是该问题的链接,其中灰色 div 从最底部开始。
I am using a table and table cell in my website. The left most column needs to start from the top. Instead it goes to the bottom. Below is a link to that issue where the grey div starts from the very bottom.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前尚不清楚您希望实现什么最终结果。然而,通过向每个元素添加一个像素
宽度
,其总和小于或等于容器宽度,将阻止您看到的环绕。http://jsfiddle.net/HtAJw/10/
HTML:
CSS:
It's not clear what end result you're looking to achieve. However, by adding a pixel
width
to every element, where it adds up to something less than or equal to the container width, will prevent the wrapping you see.http://jsfiddle.net/HtAJw/10/
HTML:
CSS: