|
-
Sep 3rd, 2002, 03:11 PM
#1
Thread Starter
Frenzied Member
(CSS) What do I use for Cursor : Hand; ?
I just found out that Cursor:Hand; is not legal but I do not know what to replace it with. according to W3C it is pointer... but that is giving me the i bar (like text would be)
Thanks
Michael
I'm off to GalahTech, hope to see you there.
If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.
-
Sep 3rd, 2002, 05:56 PM
#2
Fanatic Member
Pointer is the correct value. Here is an example:
Code:
<style>
A.CHand {cursor:pointer}
</style>
<A class="CHand" href="http://www.realisticgraphics.com">Realistic Graphics</a>
Copy & Paste the above code into a new html file and it should work fine.
www.RealisticGraphics.net
Running VS.Net Enterprise & VB 6
Other Languages: JavaScript, VBScript, VBA, HTML, CSS, ASP, SQL, XML
MSN Messenger: kmsheff
-
Sep 4th, 2002, 03:20 AM
#3
Fanatic Member
Wouldn't a hyperlink display the pointer on mouseover anyway?
-
Sep 4th, 2002, 05:34 AM
#4
Frenzied Member
Yeah but maybe he doesn't want to use it on a link, or create a "fake" link.
I seem to remember that IE 5 has some bugs with cursor, so maybe it's just that. What browsers have you tested with?
-
Sep 4th, 2002, 08:39 AM
#5
Thread Starter
Frenzied Member
I'm making "buttons" out of divs and using the onClick event. I've only tested in IE5.5 so that must be the problem. (I can just put an "a" tag around the div I guess).
Thanks
Michael
I'm off to GalahTech, hope to see you there.
If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.
-
Sep 4th, 2002, 08:48 AM
#6
Fanatic Member
yeah, IE5 and 5.5 both have problems with cursor ointer;. Have you tried it in Mozilla/Netscape 6/7?
-
Sep 4th, 2002, 08:50 AM
#7
Thread Starter
Frenzied Member
not yet... even though I am doing better than I used to I am not too bothered about non IE. This is going to be a web app that is used by employees only so I can tell them what they have to use. But, I am still trying to make it to standards.
Michael
I'm off to GalahTech, hope to see you there.
If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.
-
Sep 5th, 2002, 03:20 AM
#8
Fanatic Member
Yeah, I'm the webmaster/designer here at work in Microsoft Only Environment but I still try to adhere to the standards. I suggest upgrading to IE6, it's certainly not perfect but it's less buggy at displaying DHTML.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|