squalls_dreams
03-22-2004, 11:16 PM
hi I was just wondering..how can I change the cursor to a cursor I made on my website?
|
View Full Version : cursors squalls_dreams 03-22-2004, 11:16 PM hi I was just wondering..how can I change the cursor to a cursor I made on my website? smileygurl119 03-23-2004, 12:03 AM im not sure if this works or not, but you can try using this replace the bolded part with your URL: <SCRIPT> {align=justify} BODY{cursor: url(http://www3.telus.net/wilsoncheung/cursor.ani);} a {cursor: url(http://www3.telus.net/wilsoncheung/cursor.ani);} </STYLE> salomeyasobko 03-23-2004, 12:43 AM that should work! i don't think you need the {align=justify} thing though. also, make sure the filename for the cursor is .ani or .cur or it won't work :) smileygurl119 03-23-2004, 01:09 AM oh yeah...sorry about the extra thing in there...im not sure if it will work or not, i just post the codes that work for xanga... :X salomeyasobko 03-23-2004, 01:12 AM oh actually, instead of <SCRIPT> at the beginning you need <style type="text/css"> just noticed that :lol: smileygurl119 03-23-2004, 01:17 AM do you still use that part <style type="text/css"> for like other sites other than xanga? salomeyasobko 03-23-2004, 01:28 AM yep! (its for CSS, of course :buckt:) you can use it in xanga too, right? smileygurl119 03-23-2004, 01:37 AM yeah. squalls_dreams 03-23-2004, 01:44 AM thanks very much for your help I got it to work :) smileygurl119 03-23-2004, 05:21 AM youre welcome C= aprileegurl 03-25-2004, 05:43 PM heres an HTML code: <body style="cursor:url(URL OF CURSOR;HAS TO HAVE .cur EXTENSION);"> hope i helped! :) aprileegurl 03-25-2004, 05:44 PM oo goodness....im a little late. lol, sorry! |