Roxydoll12 Web Help

 

Here's a guide to the different kinds of cursors you can specify.  You specify them in the code for them in the <head> section of your page as shown below.  Note that this code would give you a crosshair cursor, as demonstrated on this page.  Change the word "crosshair" in the code to the name in bold that you want for your cursor.  Check here as well for how to make your own cursor.

<style>
<!--
BODY{
cursor:crosshair;
}
-->
</style>

auto
The cursor to be displayed is based on the current context. 

crosshair  
A simple crosshair (e.g., short line segments resembling a "+" sign). 

default  
The platform-dependent default cursor. Often rendered as an arrow. 

pointer  
The cursor is a pointer that indicates a link. 

move
Indicates something is to be moved. 

e-resize, ne-resize, nw-resize, n-resize, se-resize, sw-resize, s-resize, w-resize  
Indicate that some edge is to be moved. For example, the 'se-resize' cursor is used when the movement starts from the south-east corner of the box. 

text
Indicates text that may be selected. Often rendered as an I-bar.

wait  
Indicates that the program is busy and the user should wait. Often rendered as a watch or hourglass.
 
help  
Help is available for the object under the cursor. Often rendered as a question mark or a balloon.
GETTING STARTED

Check here first.  Everything about how to get started on your first webpage!

GRAPHICS

All about making graphics and adding them to your page!

TUTORIALS

How to make more advanced graphics and code effects

FRAMES

How to make and target all kinds of frames

TABLES AND MENUS

How to make tables and menus

FONTS AND HEADLINES

Make your page look its best with a unique font

CGI AND PERL

A basic introduction to cgi and perl

CARTOON DOLLS

Dollmaking tutorials and generators

MUSIC

Here's how to include music and sound on your webpage!

OTHER NEAT STUFF

Great tips and things to try!

© 1998-2004 by Alexandra Thelin