2013-03-24 46 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