alright, So I have a quick fix for this, just so I can see where I want it but everything I'm trying is not giving me the result I'm after
http://mic-check.ntunemedia.com/resume/
as you can see - the picture on the right is fine until you zoom in or out, then it goes up or down and it's dependent on the negative margin I've set up. Just not sure how to get the image (and the other images) I will be putting there to maintain their position. Basically, I've set up the CSS as
#music {float: right; position: top; width: 290px; margin-top: -1030px;}
but that cannot stay
Any ideas on how to fix it real quick?