In Tro Basic HTML Fonts Images Links Marquees Backgrounds Tables FieldSet, TextArea Lists CSS Cursors Divs Page Anchors I Frame Image Maps Music Flash E mail Form Pop Ups Drop Down Menu - MySpace Edits - Center Profile Hide Extended Network Hide Details Section Hide Last Login Hide Contact Box Hide Your Friends Hide General Info. Hide Comments Hide Friends/Comments Hide Search Form Move Contact Box Remove MySpace Links Remove URL Box Resize Comment Images Reverse Com & Friends Scrollable Comments Dot Comers Grey Matter Mega Book Tag Board PHP FTP CHMOD CPanel Scripts Paint Shop Pro Animation Shop Vector Cheat Radio Blog My Space HTML Tester Help Links Color Chart Get-Hosting.net DaRicanBoi.com OrlandoSotoJr.com SoDamnCocky.com MySpace.com/S.D.C. |
A Cursor is the icon for your mouse. Usually it is an ARROW, but you can chage the style with several different options. It is always possible to change the cursor for images, text, tables and more... These are some of the possiblities: [hover over the names to see the cursor styles]
To add a different cursor just add this code style="cursor:crosshair" To add a cursor to the Body: <body style="cursor:crosshair"> To add a cursor to an Image: <img src="url of image" style="cursor:crosshair"> example: To add a cursor to a Table: <table style="cursor:crosshair"><tr><td> --crosshair cursor --</tr></td></table> example:
To add a cursor to the Font: <font style="cursor:crosshair">--wait cursor --</font> example: --wait cursor -- To add a cursor to the Links: <style type=text/css><!-- a:hover{cursor:hand} //--></style> To add a Image to your cursor: <style type="text/css"><!-- BODY { cursor:url("URL OF IMAGE"); }--></style> |