Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有在 IE 中显示的对齐问题,这是页面:
http://calibredesign.com/clients/spec/index.html?view=http://calibredesign.com/clients/spec/envi_news.html
第一段的图片和副本之间有很大的差距,有人知道如何编写css代码来最小化差距吗?
谢谢你的帮助!!
不需要时,您的 TD 元素的内容似乎会向左浮动。我认为这可能是导致 IE 问题的原因。
你真的不应该使用 TABLE 元素来布局你的页面,除非它是实际的表格数据。