dreamweaver help, custom cursors, plz help!

Reply

Join Date: Aug 2005
Posts: 2
Reputation: Uechi Girl is an unknown quantity at this point 
Solved Threads: 0
Uechi Girl Uechi Girl is offline Offline
Newbie Poster

dreamweaver help, custom cursors, plz help!

 
0
  #1
Aug 5th, 2005
Ok here's the deal. I made a pretty sweet custom corson in Adobe Photoshop, and after installing the right plug in, made it in the correct cursor format, .cur. Now all my website is in dreamweaver, and i need to insert the cursor there. I tried a few different ways of inserting cursors in the html but I can't figure out how to upload the cursor pic. If I do it goes in it doesnt go as an image. please help! Anything would be appreciated. Jenny~
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,260
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 493
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: dreamweaver help, custom cursors, plz help!

 
0
  #2
Aug 6th, 2005
Quote from w3.org http://www.w3.org/TR/1998/REC-CSS2-1...propdef-cursor

The user agent retrieves the cursor from the resource designated by the URI. If the user agent cannot handle the first cursor of a list of cursors, it should attempt to handle the second, etc. If the user agent cannot handle any user-defined cursor, it must use the generic cursor at the end of the list.

[HTML] P { cursor : url("mything.cur"), url("second.csr"), text; } [/HTML]

Don't forget upload your cursor with rest of your site.
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 2
Reputation: Uechi Girl is an unknown quantity at this point 
Solved Threads: 0
Uechi Girl Uechi Girl is offline Offline
Newbie Poster

Re: dreamweaver help, custom cursors, plz help!

 
0
  #3
Aug 6th, 2005
What do you mean? I only have one customized cursor... :-|
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,260
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 493
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: dreamweaver help, custom cursors, plz help!

 
0
  #4
Aug 7th, 2005
You don't have to have 2 cursor. Example above is standart procedure ensure that if first setting doesn't aplly browser will use second one. If this fail standart settengs will be used. So 3 cursors setting in case of failure.

So simly in CSS declare on which object(DIV, P, TABLE, IMG,...) your customize cursor should take action

[HTML]P { cursor : url("mycursor.cur"), pointer; }[/HTML]

What this mean is, first use my customize cursor for rollover on this object( P - paragraph), if this not supported use second setting as pointer/hand.

Hope this is clear
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Graphics and Multimedia Forum


Views: 6303 | Replies: 3
Thread Tools Search this Thread



Tag cloud for Graphics and Multimedia
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC