• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

panning hand

N

noa l

Flightless Bird
Hi All

How can i turn on /off the pannging hand in internet explorer ,
programmatically?

It appears only when working with tablet PC

Thanks
 
R

rob^_^

Flightless Bird
Hi,

No guarantees....

try the style rule

body{cursor:pointer!important}

You should include the above rule snippet in an external stylesheet with a
"Handheld" mediatype attribute.

you may have to over-ride other elements defaults also.

Regards.

"noa l" <noalwork@gmail.com> wrote in message
news:c90570ff-e992-4d06-b392-7c2bb6a12ae8@k17g2000yqb.googlegroups.com...
> Hi All
>
> How can i turn on /off the pannging hand in internet explorer ,
> programmatically?
>
> It appears only when working with tablet PC
>
> Thanks
>
 
R

Robert Aldwinckle

Flightless Bird
"noa l" <noalwork@gmail.com> wrote in message
news:c90570ff-e992-4d06-b392-7c2bb6a12ae8@k17g2000yqb.googlegroups.com...
> Hi All
>
> How can i turn on /off the pannging hand in internet explorer ,
> programmatically?
>
> It appears only when working with tablet PC
>
> Thanks



What kind of tablet? Multi-touch? What happens if you open Pen and
Touch, Touch tab and uncheck both boxes:
Use your finger as an input device
Enable multi-touch gestures and inking

BTW you would probably get a more informed answer from a newsgroup which
supports either your machine or your OS (neither of which you have
disclosed). FWIW the information above is from what I see with W7 on an HP
TouchSmart.

Otherwise it may help to provide a detailed specific example of how to
reproduce whatever you are seeing.


HTH

Robert Aldwinckle
---
 
Top