请问这里一行显示4张图片要怎样做呢
照着项目抄的css代码如下:
table{ width: 750px; height: 60px; border: 0; text-align: center; margin: auto; } img{ width: 120px; height: 90px; border: 1px; } div{ float: left; margin: 10px; } div dd{ margin: 0; font-size: 10pt; } div dd.dd_name{ color: blue; } div dd.dd_city{ color: black; }
table 可以,再不济 float:left 用ul li啥的。