vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Cursor Help! (https://vborg.vbsupport.ru/showthread.php?t=126911)

TroyF2000 09-18-2006 10:20 AM

Cursor Help!
 
I would like to know how to change the default cursor on my webpage. I know how to put a script in so a cursor image will follow/trail the cursor but I want the actual pointer to change to one that I have made. What I know so far it has something to do with the hover and css style sheet. I don't want my skin or font to change, I just need a code that will make the default cursor change.
I have uploaded the image to my server and put the code down below in my header but it only seems to change the font size. If somone is able to help me with this that will be great. Thanks in Advance! :D



code

<style type="text/css">
A {
TEXT-DECORATION: none
}
A:link {
FONT-SIZE: 12pt; COLOR: #000000;
}
A:visited {
FONT-SIZE: 12pt; COLOR: #000000;
}
A:active {
FONT-SIZE: 12pt; COLOR: #000000;
}
a:hover { font-weight: bold;
cursor:url(bomberman.ani)}
end of stylesheet {

}
</style>


All times are GMT. The time now is 06:59 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00899 seconds
  • Memory Usage 1,699KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete