文字や画像が動く 
カーソルをのせるとリンクを貼った文字や画像が動きます。
数字を変えると動く量を調節できます(単位:ピクセル)。
☆ <head>〜</head> の間に
<style type="text/css">
<!--
A{text-decoration : none;
cursor : default;}
A:HOVER{text-decoration : none;
cursor : default;
visibility : visible;
float : none;
clear : none;
position : relative;
top : 2pt;
left : 2pt;}
-->
</style>
|
|