How do you prevent the cursor from changing to the little "I" symbol when it is above text? A good example of this can be found at the vBulletin website.
| SitePoint Sponsor |

How do you prevent the cursor from changing to the little "I" symbol when it is above text? A good example of this can be found at the vBulletin website.
Nope, it changes above all text in NS.
H
~The Artist Latterly Known as Crazy Hamster~
922ee590a26bd62eb9b33cf2877a00df
Currently delving into Django, GIT & CentOS
<style type="text/css">
body {
cursor: default;
}
</style>
Should do the trick (or at least that is how vBulletin does it).
jianson





IT changes to the ibar on SPF too. IE 5.5.
Adobe Certified Coldfusion MX 7 Developer
Adobe Certified Advanced Coldfusion MX Developer
My Blog (new) | My Family | My Freelance | My Recipes

Thanks for the help, everyone! It does change to the "I" bar in both IE 5.0 and IE 5.5, (for me, anyway).
Bookmarks