I am building a website and would like to know how i can change the cursor from the arrow to something else?
Using Dream weaver?How do you change the cursor on a website?
This is achieved through the use of style sheets.
Say you have a DIV tag in which you want the cursor to be a pointing hand. You can use the following:
%26lt;DIV style=';cursor: hand';%26gt;
Handy!
%26lt;/DIV%26gt;
Other cursor styles include crosshair, default, help, move, text.
See the reference links for examples.
Subscribe to:
Post Comments
(Atom)
No comments:
Post a Comment