English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a website and I want to create my own unique cursor.
I want it to be an image I make in Photoshop.
How do I create the code for my own cursor ?

2007-10-24 04:15:26 · 1 answers · asked by UB 1 in Computers & Internet Software

1 answers

First, you have to create a (16x16 pixel) .cur file in Photoshop...and upload it to your website. Then use CSS for the area on which the cursor is to be active:
cursor: url("my.cur"),auto;
where "auto" lets the default cursor appear if your created cursor file can't be found...a wise and prudent way to phrase your css statement

2007-10-24 04:26:33 · answer #1 · answered by fjpoblam 7 · 0 0

fedest.com, questions and answers