CSS 图片廊
CSS 图片廊
以下是使用CSS创建图片廊:
图片廊
以下是使用CSS创建图片廊:
实例
<style>
div.img
{ height:auto;width:auto;float:left;text-align:center;}
div.img img
{ display:inline;}
div.desc
{ text-align:center;
font-weight:normal;
width:120px;
margin:2px;
}
</style>
div.img
{ height:auto;width:auto;float:left;text-align:center;}
div.img img
{ display:inline;}
div.desc
{ text-align:center;
font-weight:normal;
width:120px;
margin:2px;
}
</style>
尝试一下 »