Unfortunately, I cannot respond to all e-mails/comments, but I do try and read them all. Please, no custom design requests as there would be too many for the small team to handle. E-mail me below or add me on MySpace!:
Oh, we'd love to get snail mail from you. Maybe you'll end up on WhateverLife! Please send us hand written love! WhateverLife
PO BOX 1484
Southgate, MI
48195
Cursors
See, in your CSS you would simply replace "hand" or "crosshair" (or both), to what you'd like!
-----------------------------------------------
a, a:visited, body { cursor: hand; }
a:hover, a:active { cursor: crosshair; }
-----------------------------------------------
cursor: auto the default cursor
cursor: crosshair gun-style cross
cursor: default no change
cursor: hand the normal link-hand
cursor: wait the hourglass (non-animated)
cursor: text the text-selecting 'I-beam' thing
cursor: help an arrow with a question-mark
cursor: move crosshair with arrows on the ends
cursor: n-resize an arrow pointing north
cursor: ne-resize an arrow pointing north-east
cursor: nw-resize an arrow pointing north-west
cursor: e-resize an arrow pointing east
cursor: w-resize an arrow pointing west
cursor: s-resize an arrow pointing south
cursor: se-resize an arrow pointing south-east
cursor: sw-resize an arrow pointing south-west