2011-09-08 48 views

回答

3

添加float:left;既:

#a { 
width: 25%; 
border: thick solid Blue; 
height: 200px; 
display:inline; 
float:left; 
} 

#b { 
width: 25%; 
border: thick solid Red; 
height: 200px; 
display:inline; 
float:left; 
} 
0

或更改display: inlinedisplay: inline-block两个div的。