不适用于 chrome 和 safari 中的右栏

Not to work right column in chrome and safari

我做了一个网站http://0334.ru/test/ 我的专栏有一些问题。在firefox下就可以了。但在 chrome 中一切都不好((

据我所知,右栏底部的单元格转到第一栏。

也许你应该使用 table 而不是 div...

(那么,老式的方式,从块布局切换到表格布局?或者设置 CSS 以将块彼此链接起来。在网上搜索有关“多级下拉菜单”主题的信息”。是的,这不是页面上显示的内容,但 CSS 方面的解决方案将非常相似。)

尝试使用浮动左注释 display:inline-块 可能对你有帮助

div.home-service-item {
background: none repeat scroll 0 0 #f6f6f6;
border-radius: 0 0 4px 4px;
margin-bottom: 20px;
margin-right: 20px;
width: 300px;
/* display: inline-block; */
float: left;
margin-top: 20px;
}