[html] button not staying on one place
well I just made a site (My portfolio)
and as you can see the home button moves everytime you change the size of the screen, so i'm asking what code to use to let the home button stay in one place?
p.s i'm currently using this code:
Code:
<a href="index.html" target="_self" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('home','','home.jpg',1)">
<img src="home.jpg" name="home" width="74" height="69" border="0" style="position: absolute; left: 845px; top: 198px;" /> </a>