2013-03-24 204 views

回答

0

嘗試使用這個CSS屬性與!important

#nav-list-example li div { 
    width: 200px; 
    height: 300px; 
    overflow: hidden; 
    position: absolute; 
    top: 0; 
    left: 0 !important; //<-----this one with !important 
} 

left: 135px;這引起了問題。按照上面的建議修復它。

+0

@ rahul888你有試過嗎?你的問題是固定的或不會迴應。 – Jai 2013-03-24 06:55:59

+0

我試過,但它做了什麼,它不居中,他們的第二行對象只是對齊第一行的第一和第二個盒子.. !!! – rahul888 2013-03-24 07:17:20