GreyFaerie
09-24-2003, 08:14 PM
Im trying to learn how to make custom... the problem im having is saving it as a .cur file. I have Fireworks, PSP 7, and Photoshop 7... so any that would be best to use please let me know
|
Click to See Complete Forum and Search --> : Creating Custom Cursors GreyFaerie 09-24-2003, 08:14 PM Im trying to learn how to make custom... the problem im having is saving it as a .cur file. I have Fireworks, PSP 7, and Photoshop 7... so any that would be best to use please let me know pyro 09-25-2003, 11:45 AM I use Microangelo (http://www.microangelo.us/) when I need to make cursor or icon files... tigrrboxer 10-15-2003, 05:39 AM I like Icon Edit. Or you could try Icon Forge. You can download the former at http://www.keyscreen.com/KeyScreen(s)4/iconedit.htm What I want to know is, despite saving my custom icon as instructed (favicon.ico), my stupid browser refuses to acknowledge my artistic wizardry... Any ideas? pyro 10-15-2003, 07:59 AM Are you telling the page to use your icon? <style type="text/css"> body { cursor: url("cursor.cur"); } tigrrboxer 10-15-2003, 08:07 AM Mine's a favorites icon, not cursor.... as far as I know, the browser automatically scans the root directory for favicon.ico... Have I been misinformed? And I don't use CSS... I know, I know, heinous crime.... I've only just abandoned Dreamweaver to get to grips with HTML, Javascript etc., so please explain as to a 7-month baby. Or your parents :) pyro 10-15-2003, 08:23 AM Yes, IE does spam the servers by requesting a favicon on every page it obtains. They (favicons) also do not work well in that browser. Other browsers, however wait to see this line of code (placed in the <head>): <link rel="shortcut icon" href="favicon.ico"> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |