on an AIM profile, do the HTML things work? like the <b> stuff like this </b>
if yes, how do i change the cursor for people looking at my aim profile??
theymos answered Friday March 23 2007, 5:08 am: I don't know if it would work, you'll just have to try it and find out. To change the cursor, put style="cursor:type" in the tag you you want it to affect. Replace type with one of these:
crosshair
pointer
move
e-resize
w-resize
n-resize
s-resize
nw-resize
ne-resize
se-resize
sw-resize
text
wait
help
Or you can import a .cur file from a URL using
style="cursor:url('location.cur')"
Make sure you use http:// if the URL is located on the internet. Custom cursors don't always work; they don't work in firefox.
So if you want a link to show a crosshair when being hovered over, it looks like this:
<a href=[Link](Mouse over link to see full location) style="cursor:crosshair">link text</a>
If you want the entire page to show the cursor, put it in the body tag:
<body style="cursor:crosshair">
Attention: NOTHING on this site may be reproduced in any fashion whatsoever without explicit consent (in writing) of the owner of said material, unless otherwise stated on the page where the content originated. Search engines are free to index and cache our content. Users who post their account names or personal information in their questions have no expectation of privacy beyond that point for anything they disclose. Questions are otherwise considered anonymous to the general public.