2012-08-16 16 views

回答

2

打開你的樣式表和變化:

.slides:after { 
clear: both; 
content: "."; 
display: block; 
height: 0; 
line-height: 0; 
} 

到:

.slides:after { 
clear: both; 
content: ""; 
display: block; 
height: 0; 
line-height: 0; 
} 

你也應該有一個看看css content property

+1

好極了,謝謝! – 2012-08-17 20:41:08

+0

@dbf_stack - 如果答案有助於您考慮將其標記爲正確並可能投票= =) – Cyclonecode 2012-08-18 10:36:10