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.
我正在尝试使用底部列修复此站点的ie7 问题。这 3 列应总计 960 像素并占据容器的整个宽度,但由于某种原因,填充存在问题。我检查了最新的 firefox/chrome,效果很好。如果有人可以帮助我,那就太好了
尝试使用此文档类型:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
我不太确定,但尝试显示内联浮动元素。
.selector{ display:inline; }