Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <!-- onclick function works in IE -->
  2. <div id="div1">
  3. <image path which display Next Shape and Name/>
  4. <div id="innerdiv1" style="top: 20px; -webkit-transform-origin: 48px 0px; transform-origin: 48px 0px 0px;">
  5. <span>Nxt</span>
  6. </div>
  7. </div>
  8. <!-- onclick function works in Chrome -->
  9. <div id="div2" style="cursor: pointer;" onClick = "someJsFunction();">
  10. <dummy image/>
  11. <div id="innerdiv2" style="top: 20px; -webkit-transform-origin: 48px 0px; transform-origin: 48px 0px 0px;">
  12. <span></span>
  13. </div>
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement