2009-06-11 25 views

回答

2

我建议你将块的样式(如你对LI做的)移动到实际的链接本身。因此,例如,(从你的样式复制)...

#left ul li { 
    float: left; 
    list-style-type: none; 
} 

#left ul li a { 
    width: 100%; /* You might not need this */ 
    margin-top: 40px; 
    text-align: center; 
    padding-top: 15px; 
    padding-bottom: 15px; 
    color: #FFFFFF; 
    display: block; 
    background-image: url(../images/button-fond.png); 
    background-repeat: repeat; 
    background-position: 0px 0px; 
    text-decoration: none; 
} 
+0

做工精美! – menardmam 2009-06-11 14:13:30