Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-05-2002, 11:08 AM   PM User | #1
Claudio
New Coder

 
Join Date: Jul 2002
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Claudio is an unknown quantity at this point
Question CSS (cursor:hand issue)

Hi,

Why does this CSS not work in NS6, or ant NS version?

<!--
.CustomConversionType {color:#000066; font-family:verdana; font-size:10pt; text-decoration:underline; cursor:hand;}
-->

In IE I get the hand, in NS nothing.

???
Claudio is offline   Reply With Quote
Old 07-05-2002, 12:58 PM   PM User | #2
Zvona
Regular Coder

 
Join Date: May 2002
Location: Helsinki, Finland
Posts: 231
Thanks: 0
Thanked 1 Time in 1 Post
Zvona is an unknown quantity at this point
Use following :
<style type="text/css">
.CustomConversionType {cursor:pointer;}
</style>
__________________
Zvona
First Aid for
Web Design
Zvona is offline   Reply With Quote
Old 07-05-2002, 01:46 PM   PM User | #3
brothercake
Senior Coder


 
Join Date: Jun 2002
Location: near Oswestry
Posts: 4,508
Thanks: 0
Thanked 0 Times in 0 Posts
brothercake is an unknown quantity at this point
you would need

<style type="text/css">
.CustomConversionType {cursor:pointer,hand;}
</style>


Because ns6 only recognises pointer, ie5 only recognises hand, but ie6 recognises either
brothercake is offline   Reply With Quote
Old 07-05-2002, 06:11 PM   PM User | #4
jkd
Senior Coder

 
jkd's Avatar
 
Join Date: May 2002
Location: metro DC
Posts: 3,163
Thanks: 1
Thanked 18 Times in 18 Posts
jkd will become famous soon enough
FYI, pointer is the W3C standard value for a cursor: property, while hand is something I'm sure IE threw in just to create confusion . (actually it probably implemented it while CSS2 was still a working draft, and hand/pointer was being debated on, but nevertheless... )
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:08 AM.


Advertisement
Log in to turn off these ads.