You are not logged in.

Rick Bull

Unregistered

1

Thursday, February 19th 2004, 8:26pm

KHTML and CSS cursor property

Hi, I'm not really a big Linux user, so you'll have to be patient with me here :P I'm trying to cater for KHTML as well as all the other major browsers, and I want to know how well KHTML supports cursors. I want to use a custom cursor something like so:

[code:1]a[href][rel~="External"] {
cursor: uri("images/offsite.cur"), pointer;
}[/code:1]

Which would indicate links to other sites via a different cursor.

Can anyone tell me if KHTML supports URIs for cursors, and if so which formats does it support (*.cur, *.svg, etc.)?

Thanks.

Unregistered

2

Thursday, February 19th 2004, 10:01pm

Whoops, just noticed I put uri(...) instead of url(...), sorry about that :oops: