[css-d] draggable images - can it be stopped?

2009-01-27 Thread Bill Walton
I'm working on a web app that, for much of the navigation, uses links with background images letting css control the button-blinking behavior. The primary use of the app will be with touch-screens and I've run into an issue where the images are being dragged instead of 'clicked'. Is there a

Re: [css-d] draggable images - can it be stopped?

2009-01-27 Thread Jack Timmons
On Tue, Jan 27, 2009 at 10:01 AM, Bill Walton bill.wal...@charter.netwrote: I'm working on a web app that, for much of the navigation, uses links with background images letting css control the button-blinking behavior. The primary use of the app will be with touch-screens and I've run into an

Re: [css-d] draggable images - can it be stopped?

2009-01-27 Thread Andrew Badera
But you should be able to capture the drag event and cancel it with JS ... Thanks- - Andy Badera - and...@badera.us - (518) 641-1280 - Tech Valley Code Camp 2009.1: http://www.techvalleycodecamp.com/ - Google me: http://www.google.com/search?q=andrew+badera On Tue, Jan 27, 2009 at 12:24 PM,

Re: [css-d] draggable images - can it be stopped?

2009-01-27 Thread david
Bill Walton wrote: I'm working on a web app that, for much of the navigation, uses links with background images letting css control the button-blinking behavior. The primary use of the app will be with touch-screens and I've run into an issue where the images are being dragged instead of