2013年10月11日 星期五

縮小form單距,TD自動斷行,破圖導向,TD滑過換色,手掌游標

縮小單距
form標籤中插入form style="margin:0px;"
CSS
--------------------------
<style type="text/css">

</style>
----------------------------------------------
HTM
td style="word-break:break-all" >
破圖導向
<img src="image.abc.com/pic/show.jpg" onerror='this.src="http://www.abc.com/pic/show.jpg";'>
TD滑鼠滑過換色
<tr onmouseover="this.style.backgroundColor='#F5E4FA';" onmouseout="this.style.backgroundColor='';">

手掌游標

可定義在各標籤內,加上以下,滑鼠滑過後即會出現手掌
 style='cursor:hand;'
圖片&button要用
 style="cursor:pointer"