Topic awaiting preservation: NS - IE and hand style |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Israel |
posted 02-24-2003 17:47
Hi, |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 02-24-2003 17:55
Yossi Admon: I'm not sure of your question - are you looking for something like the IE layout hack where you can serve up differnt widths to different browsers then see: |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 02-24-2003 17:59
Yeah, I think you should just use cursorointer; , since hand isn't standard. |
Bipolar (III) Inmate From: Israel |
posted 02-24-2003 18:17
I have tryied the <td style="cursorointer;"> it works fine in NS but not in IE. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 02-24-2003 18:26
It works for me. Let's see your code. |
Bipolar (III) Inmate From: Israel |
posted 02-24-2003 18:32
I'm using IE 5.5 |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 02-24-2003 18:45
Ah, ok. It must be an IE 5.5 flaw then. |
Bipolar (III) Inmate From: Israel |
posted 02-24-2003 18:46
The code works fine in IE6 the problem is IE 5.5 |
Bipolar (III) Inmate From: Israel |
posted 02-24-2003 18:51
.HandType{ |
Maniac (V) Inmate From: Brisbane, Australia |
posted 02-24-2003 21:54
I think IE 5.x has issues applying cursorointer to inline elements, I've run into this issue before, don't think I ever really solved it though. "Pointer" should work fine for block elements; just remember that your css isn't likely to validate with cursor:hand. Not a big issue though as I can't see a non standard cursor value causing any real problems in past or present browsers. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 02-24-2003 22:12
Yossi: It is important that you do |
Bipolar (III) Inmate From: Israel |
posted 02-26-2003 20:08
It work only in this order! |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 02-26-2003 20:22
Thanks Petskull =) |