|
htm041 : Cursors Symbol : Cursors แบบต่างๆ
คำสั่งในการกำหนดรูปแบบของ Cursors อยากรู้มีมีหน้าตาอย่างไร เลื่อนเม้าส์เข้าไปใกล้ ๆ ดู หรือจะนำไปใช้ก็เชิญเลยครับ
<a href="#" style="cursor:hand">Style One</a>
<a href="#" style="cursor:e-resize">Style Two</a>
<a href="#" style="cursor:help">Style Three</a>
<a href="#" style="cursor:move">Style Four</a>
<a href="#" style="cursor:crosshair">Style Five</a>
<a href="#" style="cursor:text">Style Six</a>
<a href="#" style="cursor:wait">Style Seven</a>
ผลการรันด้วยคำสั่งข้างต้น
Style One
Style Two
Style Three
Style Four
Style Five
Style Six
Style Seven
|
|