将图像显示为光标

发布于 2024-07-30 05:20:32 字数 447 浏览 3 评论 0原文

我正在开发一个门户,客户需要页面上的动画光标 我做了一些事情,但没有用。 我为此采取的步骤如下:

  1. 在 Photoshop 中开发图像并另存为cursor.ani 2将此图像粘贴到图像文件夹中。
  2. 在 html 页面中将以下代码粘贴到 head 标签中的 body 标签之前。

     

我在以下浏览器上运行它 1.FF 2 IE6 3 网景

i am developing a portal, where client require animated cursor on page
I have done something but it is not working. steps which i have taken to make this is following:

  1. in photoshop develop a image and save as cursor.ani
    2 pest this image in images folder.
  2. pest the following code in html page before body tag in head tag.

           <style type="text/css">
          <!--
              body {cursor:url("images/red_rose_turn_heart_shape_ty_clr.ani");
          }
            -->
           <style>
    

I am running this on following browser
1. FF
2 IE6
3 netscape

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小兔几 2024-08-06 05:20:32

尝试使用单引号而不是双引号。

Try single quotes instead of double quotes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文