I want to build a website that is a \"dress up\" game where you can click on different accessories and they will layer on top of each other.
Because it\'s a little d
I would look into using the <canvas> tag and API's.
It allows you to absolutely position items and images easily, also, if you are using a new browser, you will get the benefit of hardware acceleration, which will speed the whole thing up.
For backwards compatability in IE, you will need to use Google's Explorer Canvas javascript plugin.