Wrox Programmer Forums
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 12th, 2004, 02:14 PM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to anshul
Default css

CSS

i have few tables. what i want2do is that, when anyone move
mouseover a table, mouse should change into pointer shape.
[ on clicking a table, other page will be shown ]
i've placed tables in DIVs

using style="cursor:pointer;" is not helping with MSIE 5 and
Opera 5, 6, though this works with MSIE 6.

can any1 help me ?
i refrain using javascript, still it is my second choice.
give suggestion, please

__________________
`~@#\^%&*/\.<.\/-|+|_!:;..=?>
PHP, SEO | anshul shrivastava | mediasworks.org | FB
 
Old July 12th, 2004, 02:16 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,285
Thanks: 0
Thanked 2 Times in 2 Posts
Default

What kind of pointer?

Try "cursor:default", I think this is what you want.

HTH,

Snib

<><
 
Old July 12th, 2004, 02:29 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 425
Thanks: 0
Thanked 3 Times in 3 Posts
Default

You have to double it up with the proprietary 'hand' for IE. Opera before 7 didn't support the cursor property.

selector { cursor: pointer; cursor: hand }

That's as good as it gets.

(o<
//\ =^..^=





Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS HELP:! CSS EXPANDIBLE BACKGROUND FOR TITLE phpuser2000 CSS Cascading Style Sheets 2 December 19th, 2007 12:36 AM
Rich's new CSS book: Beginning CSS 2nd Edition jminatel BOOK: Beginning CSS: Cascading Style Sheets for Web Design ISBN: 978-0-7645-7642-3 0 June 15th, 2007 11:55 AM
how to use CSS ngocntm CSS Cascading Style Sheets 3 September 30th, 2004 04:21 AM
CSS stu9820 HTML Code Clinic 4 May 18th, 2004 08:05 AM
CSS surf Javascript 2 March 25th, 2004 11:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.