"cursor:pointer" re IE5.5

M

McKirahan

This is from a previous post entitled "cursor type":

"IE 4.0 through 5.5 didn't support the cursor type 'pointer' (only the
non-standard 'hand')."

How might the following be modified to display correctly in all browsers?

<html>
<head>
<title>cursor.htm</title>
</head>
<body>
<span style="cursor:hand">hand</span>
&nbsp;
<span style="cursor:pointer">pointer</span>
</body>
</html>

Basically, can I get a hand to appear when I mouseover something in IE5.5
and IE6.0 and NS and FF?

Thanks in advance.
 
K

Knud Gert Ellentoft

McKirahan skrev:
Basically, can I get a hand to appear when I mouseover something in IE5.5
and IE6.0 and NS and FF?

<span style="cursor:hand; cursor: pointer">hand</span>

Why are asking in an javascript group?
It's css, not javascript.
 
M

McKirahan

Knud Gert Ellentoft said:
McKirahan skrev:


<span style="cursor:hand; cursor: pointer">hand</span>

Thanks, but it doesn't work for me under IE5.5.
Why are asking in an javascript group?
It's css, not javascript.

The only CSS group I saw was
microsoft.public.windows.inetexplorer.ie55.programming.css
and it seldom had activity; perhaps one a week.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top