HTML Moving Images Help?

Harrison B

New member
Okay soooooooo on my site I've been working on, I would use <div style="position:absolute;right:100px;top:500px;"><img src="myimage.jpg"></div>
BUTTTTTT if the person that views your site has a different resolution IE 800x600 and that image was supposed to align with the background then my whole site would be messed up! And if you would take your browser and adjust how wide it is, the image will move around because it's still moving to the left of the right of your browser that x amount of pixels........If you do that for sites like, youtube or whatever, the images just stay there.
Please! I've been trying to figure out how to do such a simple task for quite a while.......Thanks!
Uhh it cut off my HTML lol.
<div style="position:absolute;left:100px; top:500px;"><img src="myimage.jpg></div>
 
Back
Top