[Rails-spinoffs] Wrong place?

2006-08-16 Thread Ben Kimball
Is this an inappropriate place for me to be asking for help with scriptaculous development? Thanks, Ben -- Ben Kimball <mailto:[EMAIL PROTECTED]> Webmaster Division of Continuing Education, UT

Re: [Rails-spinoffs] Completely off-topic, so flame me

2006-08-15 Thread Ben Kimball
Sam wrote: problem. A customer posted a complaint yesterday about how I'm coding href's when an onclick event is used and the href should not be used. Stupid question: can you leave out the href entirely? Or does that break our good friend IE? Cheers, Ben -- B

Re: [Rails-spinoffs] Creating a "shelf" for drag and drop

2006-08-15 Thread Ben Kimball
hind" the dropboxes. Do I need to reset drag.style.z-index as well as position? Thanks, Ben -- Ben Kimball <mailto:[EMAIL PROTECTED]> Webmaster Division of Continuing Education, UT Austin ___

[Rails-spinoffs] Creating a "shelf" for drag and drop

2006-08-14 Thread Ben Kimball
and then reverting," [1] but his example URLs are no longer valid. Thanks in advance for any advice or pointers. Cheers, Ben [1] http://wrath.rubyonrails.org/pipermail/rails-spinoffs/2006-May/004032.html -- Ben Kimball <mailto:[EMAIL PROTECTED]> W

Re: [Rails-spinoffs] Creating a "shelf" for drag and drop

2006-08-14 Thread Ben Kimball
Mostly there! I had a few "lightbulb" moments, and some of my hackish code seemed to work. I wanted a draggable which would revert when it didn't hit a droppable, and which would "snap" into place as a child of the droppable if it did. Mr.