Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2010-03-08 14:00:26

roelof
Member
Registered: 2005-03-27
Posts: 647

change the cursor to a pointer with some "links"

Hello,

On my menu I see that the cursor changed from a pointer to a hand.
That’s not what i want.
I don’t want to change the cursor.

So here’s my css.

ul#topnav li a {
	float: left;
         color : #aadd88 ;
	height: 30px;
         text-align:center;
         padding-top:4px ;
         text-decoration:none;
}

ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/

ul#topnav a {
	background: url(../images/9.jpg) no-repeat;
	width: 107px;

}

but i put cursor:pointer to all three but no change.

Can anyone help me with this ?

Roelof

Offline

#2 2010-03-08 14:36:51

monkeyninja
Plugin Author
From: Sheffield, UK
Registered: 2008-10-14
Posts: 239
Website

Re: change the cursor to a pointer with some "links"

Not sure why this isn’t working for you, but have you tried testing the page with something like Firebug? That would let you check whether the right CSS is being applied to the elements in question. Personally I’d advise against changing the behaviour of the cursor in this way as it affects the way most users would expect the links to behave and deteriorates the user experience/accessibility of the page.

Offline

#3 2010-03-08 14:39:19

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,306

Re: change the cursor to a pointer with some "links"

“pointer” (vingerwijzing) is the hand, Roelof, you want “default”.


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#4 2010-03-08 14:57:28

roelof
Member
Registered: 2005-03-27
Posts: 647

Re: change the cursor to a pointer with some "links"

Hello Uli and monkeyninja.

This problem is solved.

Roelof

Offline

Board footer

Powered by FluxBB