/* cursor image change */
/* 커서를 특정한 이미지로 변경한다. */
/* Change the cursor to a specific image. */
<html> <head> <style type="text/css"> <!-- //--> </style> </head> <script language="javascript" > </script> <body > <div id="groundDiv" style="position:relative; width:99%; height:99%; border:1px solid black;cursor:url( './aaa3.png' ), pointer ;"> </div> </body> </html> |
'[.Html css] ' 카테고리의 다른 글
[bootstrap 4.0] tooltip hide (0) | 2021.07.13 |
---|