2010-04-17 59 views

回答

1

的鏈接不起作用,但你可以嘗試使用更具體的CSS,甚至使用!important,像這樣:

.wrapperwhatever{ 
border-color: white !important; 
} 

OR

body bodycontainer .wrapperwhatever{ 
border-color:white !important; 
}