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.
我有一个使用 12 列 960 网格构建的站点。
我float: right用来在网站上创建两列,并为我的主要区域提供一个可滚动区域。问题是滚动条想要坐在 div 的左外边缘,这会使它的外观变得模糊。
float: right
修改该区域的宽度只会使该区域左侧边缘的 div 变窄,并且滚动条牢固地保持在右外边缘。这是因为这个 div 设置为浮动吗?
我能做些什么?
我试图发布一张图片来说明,但我没有足够的声誉..希望我的描述足够有启发性!
谢谢!