[jQuery] Re: Mac OS X default system drag and drop is overriding Interface's drag and drop

2008-02-23 Thread Dave Stewart
Yes! The CSS background image is the way forward. Thank [EMAIL PROTECTED] for that. A layered-over-the-top-div solution would have been a complete and horrible hack as far as I'm concerned, so this is just great. li.thumbnail{ position:relative; width:75px; height:75px;

[jQuery] Re: Mac OS X default system drag and drop is overriding Interface's drag and drop

2008-02-23 Thread Dave Stewart
Brainwave: CSS background-image! I'm going to try this now...

[jQuery] Re: Mac OS X default system drag and drop is overriding Interface's drag and drop

2008-02-23 Thread Dave Stewart
"[EMAIL PROTECTED] Macs as usual!" was my first thought. But I'm borrowing a Mac laptop to try and check stuff out over the next few days, so I'll try and keep this thread current and will let you know Dave

[jQuery] Re: Mac OS X default system drag and drop is overriding Interface's drag and drop

2008-02-23 Thread timothytoe
Thanks, Dave. You just gave me a stomach ache. I just fought the browsers for two days to get my interface working with all the mouseup and mousedown stuff. I eventually got it all working, but only on Windows. I have not tested the Mac browsers yet. I'll be interested in what you come up with.