1、首先當然是要插入一張圖片啦,
代碼如下:<a href="#" target="_blank"><img src="images/13.png" width="240" heigth="240"></a>
圖片路徑自己定義。
2、定義一個層在圖片上。這里要用到定位。position。
<div class="con_img"><img src=""><span class="ms"></span></div>
.con_img{position: relative; width: 240px; height: 240px;}
.ms{position: absolute; bottom: 0;left: 0; width: 240px; height: 25px; background: #000;}