What's wrong with this?
$("#tag_square").appendTo('#edit-area img').css({ position: "relative", left: "100px", top: "10px", z-index: "2"});
Everything up to the z-index works perfectly. Once I include the Z-index though, I get an 'uncaught SyntaxError - Unexpected Token' in the Javascript console.
What gives?
Any ideas on what I am doing wrong and how to fix it?