Re: Frontpage2003, changing mouse icon over hotspot by Kevin
Kevin
Sat Jul 17 12:17:26 CDT 2004
Yeah, you're right, Steve. The "icon" reference threw me. Note that this
only works in IE. Example of CSS:
html {
cursor: url(/path/to/cursor.cur);
}
--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
"Steve Easton" <admin@95isalive.com> wrote in message
news:uea2YACbEHA.384@TK2MSFTNGP10.phx.gbl...
> You need to create a cursor image and then reference the cursor in the
hover section of a style
> sheet or style section in the head tags on the page.
>
> --
> Steve Easton
> Microsoft MVP FrontPage
> 95isalive
> This site is best viewed............
> .......................with a computer
>
> "Simon Fish" <simonf@smos.co.za> wrote in message
news:2ee1301c46c17$f4f103e0$a501280a@phx.gbl...
> > Hi Team
> >
> > I humbly ask for assistance in the script coding to
> > change the mouse icon to an icon developed for my web
> > site, I wish to do this when the user is over a hot spot
> > on the page, and then restore back to original when they
> > move away from the hotspot etc etc. I sincerely hope one
> > of you clever people out there can assist me. rgds,Simon
>
>