多種連結箭咀
問號:
<style type="text/css">
<!-- a:hover
{text-decoration:none;
cursor:help;}
//--> </style>
箭咀向上:
<style type="text/css">
<!-- a:hover
{text-decoration:none;
cursor:n-resize;}
//--> </style>
各下:
<style type="text/css">
<!-- a:hover
{text-decoration:none;
cursor:s-resize;}
//--> </style>
向右:
<style type="text/css">
<!-- a:hover
{text-decoration:none;
cursor:s-resize;}
//--> </style>
向左
<style type="text/css">
<!-- a:hover
{text-decoration:none;
cursor:w-resize;}
//--> </style>
十字
<style type="text/css">
<!-- a:hover
{text-decoration:none;
cursor:crosshair;}
//--> </style>
普通連結型:
<style type="text/css">
<!-- a:hover
{text-decoration:none;
cursor:hand;}
//--> </style>
十字有箭頭:
<style type="text/css">
<!-- a:hover
{text-decoration:none;
cursor:move;}
//--> </style>
I型:
<style type="text/css">
<!-- a:hover
{text-decoration:none;
cursor:text;}
//--> </style>
西南箭咀
<style type="text/css">
<!-- a:hover
{text-decoration:none;
cursor:ne-resize;}
//--> </style>
普通箭咀
<style type="text/css">
<!-- a:hover
{text-decoration:none;
cursor:nw-resize;}
//--> </style>
西北箭咀
<style type="text/css">
<!-- a:hover
{text-decoration:none;
cursor:se-resize;}
//--> </style>
東北箭咀
<style type="text/css">
<!-- a:hover
{text-decoration:none;
cursor:sw-resize;}
//--> </style>
loading箭咀
<style type="text/css">
<!-- a:hover
{text-decoration:none;
cursor:wait;}
//--> </style>
|