You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

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: