Having difficulty with my JS/jQuery creating a div

Viewed 115

I'm making a little post it web app just to learn JavaScript and jQuery because I was told it would be a good practice project, so I'm having a couple of errors here and have no clue how to fix them. I'm new to StackOverflow -- I use it more as a reference than anything.

This is the code: http://pastebin.com/raw.php?i=67i5HwY5

The problem: -When adding multiple post-its it messes up the div..

I have ideas of how to fix it, I just am also new to jQuery and JS so I dont know how to apply them. If you guys could help me out, that'd be great.

Thanks!

http://jsfiddle.net/mitchbregs/fYTFV/5/

3 Answers
Related