search for: mycell2

Displaying 1 result from an estimated 1 matches for "mycell2".

Did you mean: mycell
2005 Sep 26
0
safari bug (?) in script.aculo.us
...ot; /> </head> <body> <table><tr> <td id="mycell" style="width: 64px; height: 64px; background: #ccc; padding: 0;"><img src="whiteking.png" id="whiteking" alt="whiteking" /></td> <td id="mycell2" style="width: 64px; height: 64px; background: #ccc; padding: 0;"></td> </tr></table> <script type="text/javascript"> new Draggable(''whiteking'', {revert:true}); Droppables.add(''mycell2'', {...