Click to See Complete Forum and Search --> : Flash link cursor in certain areas of the site?
Sanim
05-17-2005, 12:26 AM
I was viewing a message a little earlier today, and I put my cursor over the body of someone's post. My cursor changed to the pointer cursor (that indicates that if you click on that spot you'll have clicked a link) that you see in Flash items (with kind of longer fingers, MS Windows-style). I would put a pic up, but when I tried taking a pic, the cursor didn't show up in the image. It's weird. A server issue?
David Harrison
05-18-2005, 06:20 AM
Probably just a browser glitch, but you can make the cursor turn into the pointer just by doing this:#whatever{
cursor:pointer; /* For standards browsers and IE6. */
cursor:hand; /* For IE5. */
}
Sanim
05-18-2005, 10:58 AM
No, on this website.
JPnyc
05-18-2005, 11:24 AM
If it happened only once, I wouldn't worry about it. There may have been a link in the text.
Sanim
05-18-2005, 07:35 PM
There was no link. It would be like me putting my cursor over your text. It wouldn't be a Flash link cursor. It's happened more than once, btw.
JPnyc
05-18-2005, 07:52 PM
What's a flash link cursor? I see the same pointer (hand) over a flash link as any other link.
Sanim
05-18-2005, 08:08 PM
I'm using a Mac, so a Flash link cursor looks different than a normal link cursor.
JPnyc
05-18-2005, 08:38 PM
Ah, got it. Well unfortunately I can't really help you get to the bottom of this. I don't have a Mac at my disposal, and no one else has reported this issue. Sorry.
David Harrison
05-19-2005, 05:48 AM
No, on this website.So like I said...Probably just a browser glitch
Sanim
05-27-2005, 10:33 AM
I said that, David, because you gave me CSS code to fix the problem, but I don't have access to this site's CSS. :P