Cursor Display

  • Thread starter Thread starter Guest
  • Start date Start date
you can do it fairly easily with a style sheet. it's

cursor: pointer;

but you'll probably want to make the specific items you want to do this on a
"class".

so it'd look like:

..pointer a:link{
cursor: hand;
}

why do you want to do this anyway?
usually this is used to put a help pointer over and <acronym> or to make the
"hand" show up on a JavaScript type menu.
 
I just like the look of the arrow better....I can't find how to make a style sheet in FP03....
 
File new Page and select the Style sheet templates

--




| I just like the look of the arrow better....I can't find how to make a style sheet in FP03....
 
just so it doesn't confuse your visitors.
you're in luck with the style sheet stuff though, as there are about five or
six different cursors you can use.

HTH

--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


melissa said:
I just like the look of the arrow better....I can't find how to make a
style sheet in FP03....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top