以下是《淘寶店鋪鋪鼠標代碼》全文內(nèi)容
淘寶店鋪鼠標指針的格式分為cur、ani兩種,只要在百度/谷歌等搜索下找到相應(yīng)的鼠標指針地址,用一句樣式代碼加入到表格中就可以了。
樣式代碼為:style="cursor: url('在此輸入鼠標指針的地址')"
例如:style="cursor: url(http://www.zhaodp.net/ani/1.cur)"
把這段代碼加入到table中,如下圖,紅線就是插入的鼠標指針代碼,看好位置,不要加錯了。
完整代碼如下:
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="cursor: url(http://www.zhaodp.net/ani/1.cur)">
<tr>
<td>請在此輸入文章內(nèi)容</td>
</tr>
</table>