Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Make the cursor appear as a crosshair on all links of the web page:

a {
      cursor: crosshair;
}
 
PREVIOUS NEXT
Tagged: #Make #cursor #crosshair #links #web
ADD COMMENT
Topic
Name
6+7 =