[jQuery] Problem with $(...).css() or interface 1.1

2007-01-16 Thread Erik Beeson
Can you tell I'm upgrading to 1.1 tonight? :) Draggable ghosting isn't working in interface 1.1 on FF because it does: jQuery.iDrag.helper.css('opacity', elm.dragCfg.opacity); opacity is a float, and css('opacity', float) doesn't work on FF anymore. I changed it to:

Re: [jQuery] Problem with $(...).css() or interface 1.1

2007-01-16 Thread Stefan Petre
Erik Beeson wrote: Can you tell I'm upgrading to 1.1 tonight? :) Draggable ghosting isn't working in interface 1.1 on FF because it does: jQuery.iDrag.helper.css('opacity', elm.dragCfg.opacity); opacity is a float, and css('opacity', float) doesn't work on FF anymore. I changed it to: