Div横向溢出与其他内部div

时间:2012-09-14 11:12:18

标签: html scroll scrollbar

我有:

.events-cont {
    width:100%;
    height:250px;
    overflow:scroll;
    overflow-y:hidden;
    float:left;
    position:relative;
    margin-top:20px;
    display:block
}

.events {
    width:210px;
    height:250px;
    position:relative;
    float:left;
    margin:0 10px;
    padding:0;
    border-right:3px #666 solid;
}

我想要一个侧面滚动的manys .events divs反复像链接中的img。 http://i.stack.imgur.com/tEyrY.jpg

0 个答案:

没有答案