I have a little problem with my short code. Here you will find my website.
It's only a image with a button on it. My problem is, that now the button moves around when I want to scale the browser window. Therefore the button would be anyplace else on different browsers, computers, mobile phones,...
This is my code:
<center> <div style="position: relative; left: 0; top: 0;"> <img src="/images/home2.png" style="position: relative; bottom: 0; left: 0;"/> <div style="position: absolute; right: 300; bottom: 250;"> <a href="http://www.pugganagga.com/"><img src=" /images/button.gif " onmouseover="this.src=' /images/button2.gif '" onmouseout="this.src=' /images/button.gif '" /></a> </div> </div> </center>