将图像显示为光标
我正在开发一个门户,客户需要页面上的动画光标 我做了一些事情,但没有用。 我为此采取的步骤如下:
- 在 Photoshop 中开发图像并另存为cursor.ani 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:
- in photoshop develop a image and save as cursor.ani
2 pest this image in images folder. 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用单引号而不是双引号。
Try single quotes instead of double quotes.