Timeline for Staggered Isometric Map In Javascript
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 20, 2012 at 18:17 | history | edited | Tetrad | CC BY-SA 3.0 |
appended answer 27745 as supplemental
|
| Apr 20, 2012 at 10:05 | comment | added | amb | i tinkered with this code in chrome...instead of outputting the <div>, i made it output a <P> tag like this: document.write(<P>top="+top+"left="+left); when i run it, i see output like this: top=[object DOMWindow]left=0 changing the variable name from top to t makes the output more meaningful: top=0left=0 top=16left=-32 top=64left=0 | |
| Apr 20, 2012 at 0:33 | answer | added | Drew | timeline score: 6 | |
| Apr 20, 2012 at 0:03 | history | asked | U. Aydin | CC BY-SA 3.0 |