1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*發噗鈕*/
.submit_img {
content: url(圖片網址);
height: 48px; /*圖片高度*/
width: 48px; /*圖片寬度*/
background-color: transparent; /*背景透明*/
}
/*發噗鈕:滑鼠移至*/
.submit_img:hover {
content: url(圖片網址);
height: 48px; /*圖片高度*/
width: 48px; /*圖片寬度*/
background-color: transparent; /*背景透明*/
}