在我的網頁上http://www.replyonline.co.uk/avaya/16312_UC_ms/costs/index.html處,您會看到一個名爲#twitter的twitter div。DIV的位置不正確
正如你所看到的,它看起來不符合要求,需要在4#左右的div後面,但也需要與其他人對齊。目前看起來下降。
我已經擺弄CSS,但沒有任何運氣。
下面是關於框和Twitter的框進行的CSS:
#about{
width: 260px;
min-height: 140px;
float: left;
margin: 0 35px 10px 0;
background: url(../images/about_grad.jpg) bottom right;
display: block;
}
#twitter{
float: right;
width: 260px;
margin-bottom: 20px;
height: 290px;
overflow: auto;
font-size: 11px;
background: #ececec;
}
感謝