Jump to content
  • 0

Web Cursors


Question

8 answers to this question

Recommended Posts

  • 0
Posted

Its depend from website.

 

For example..if your website is made in Flash... you have to import your new cursor image into stage, convert it on MovieClip and add frew AS lines.

  • 0
Posted

Its depend from website.

 

For example..if your website is made in Flash... you have to import your new cursor image into stage, convert it on MovieClip and add frew AS lines.

its in html/php

  • 0
Posted

its in html/php

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
  <title</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
  </head>
   <body>
     <!– Wlasny kursor statyczny –>
     <a style="cursor:url("kursor.cur");" href="index.html">egrafik.pl</a>

     <!– Wlasny kursor animowany –>
     <a style="cursor:url("kursor.ani");" href="index.html">egrafik.pl</a>
   </body>
</html>

  • 0
Posted

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
  <title</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
  </head>
   <body>
     <!– Wlasny kursor statyczny –>
     <a style="cursor:url("kursor.cur");" href="index.html">egrafik.pl</a>

     <!– Wlasny kursor animowany –>
     <a style="cursor:url("kursor.ani");" href="index.html">egrafik.pl</a>
   </body>
</html>

what i do with this? give me more details

  • 0
Posted

Add it into your Website html.

 

and:

 

<!– Wlasny kursor statyczny –>

 

It mean: Your own static cursor

 

<!– Wlasny kursor animowany –>

 

Your own animated cursor.

  • 0
Posted

Add it into your Website html.

 

and:

 

It mean: Your own static cursor

 

Your own animated cursor.

tried that and it didnt worked

  • 0
Posted

It works for my friend.

 

Just type in google.. "HTML - How to change cursor"

 

You you will find 123891239 guide about that.

  • 0
Posted

It works for my friend.

 

Just type in google.. "HTML - How to change cursor"

 

You you will find 123891239 guide about that.

anw i will try later cause this is not so necessary but i must find a fix for the php script for castles...

Guest
This topic is now closed to further replies.


×
×
  • Create New...