ÂøÇÑ °Íµé > ÂøÇÑ ½ºÅ©¸³Æ® > ¸¶¿ì½º °ü·Ã

½ºÅ©¸³Æ®·Î ¸¶¿ì½ºÄ¿¼­ ¹Ù²Ù±â

¡Ø ³»¿ë ¾÷µ¥ÀÌÆ®¿Í ȨÆäÀÌÁö °ü¸® ´Ù½Ã ½ÃÀÛÇÏ°Ú½À´Ï´Ù. ^^;
°£´ÜÇÑ ½ºÅ©¸³Æ®·Î ¸¶¿ì½º Ä¿¼­¸¦ ¹Ù²ãº¸´Â ¿¹Á¦ÀԴϵð.
¿¹Á¦

wait

pointer

move

crosshair

¼Ò½º
<script language="JavaScript">
<!--
	// Ä¿¼­ ¹Ù²ãÁÖ´Â ½ºÅ©¸³Æ®
	function setCursor(str,str2){
		str.style.cursor = str2;
	}
//-->
</script>

<table align="center" border="1">
	<tr>
	<td width="150" height="150">
	
	<table border="1" onmouseover="setCursor(this,'wait')" width="100%" height="100%">
		<tr>
		<td><p align="center">wait</p></td>
		</tr>
	</table>
	
	</td>
	<td width="150" height="150">
	
	<table border="1" onmouseover="setCursor(this,'pointer')" width="100%" height="100%">
		<tr>
		<td><p align="center">pointer</p></td>
		</tr>
	</table>
	
	</td>
	</tr>
	<tr>
	<td width="150" height="150">
	
	<table border="1" onmouseover="setCursor(this,'move')" width="100%" height="100%">
		<tr>
		<td><p align="center">move</p></td>
		</tr>
	</table>
	
	</td>
	<td width="150" height="150">
	
	<table border="1" onmouseover="setCursor(this,'crosshair')" width="100%" height="100%">
		<tr>
		<td><p align="center">crosshair</p></td>
		</tr>
	</table>
	
	</td>
	</tr>
</table>
¢Ñ ´ÞÆØÀÌȨ2 µî·ÏÀÏ : 2008-06-29