Click to See Complete Forum and Search --> : Cursors...


Zach Elfers
12-13-2002, 10:23 PM
Is their a way to disable the cursor so that it doesn't even appear on the screen? And if that isn't possible can you change it's color?

ShrineDesigns
12-13-2002, 10:58 PM
i think this is the way through CSS to use a custom cursor
DW MX states that the "URI" is for custom cursors
<style type="text/css">
<!--
a:link {
cursor: uri(myCursor.cur);
}
-->
</style>

why would you want no cursor to appear on the screen?

Zach Elfers
12-14-2002, 04:27 PM
How can I name a cursor *.cur? Where can a get a freeware program which would let me do that?