lol符文换蓝色精粹:如何在自己网页里把鼠标怎么弄成自定义的?

来源:百度文库 编辑:中科新闻网 时间:2024/05/04 07:50:28
如题 网页里的教程说:
在<head>与</head>插入以下代码:
<style type=text/css>
<!--
BODY{cursor:url(’images/1.cur’);}
a{cursor:url(’images/2.cur’);}
-->
</style>

请问<head>与</head>在哪里找?

用记事本或者frontpage打开你的网叶,如果是用frontpage的话切换到代码窗口,你会看见如下文本:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
</head>

<body>

</body>

</html>

当中的<head></head>就是你要找的了