搜索

最新评论

友情博客

RSS

我的 Blog:
sweetvanilla 最新的 20 条日志
[日记]
[网页制作]
[转载]
[好吃懒做]
全站 Blog:
全站最新的 20 条日志
 
更改鼠标的图案

在<head>与</head>之间插入以下代码:

<style type=text/css>
a:hover {cursor:url('**.cur')}
BODY {cursor:url('**.cur')}
</style>

说明:
()号中的为你的图标的路径
后缀名为 **.ico 的为静态
后缀名为**.cur 的为静态
后缀名为**.ani 的为动画

sweetvanilla 发表于 2006-7-2  [所属栏目:网页制作 | 返回首页]
小字体中字体大字体
评论(共 {Count} 条)
{CommentAuthor}:
{CommentTime}
{CommentUrl}
{CommentEmail}
{CommentIp}
{CommentContent}