Hello, I have a big picture with form link to send x and y place and over I display the image where I have clicked, but when it display the over image, just right to this, there is not more link with FireFox, why? I have seen that the position: absolute is OK, but not with position: relative This it the code: <form method="POST" action="index.php" /> <input type="image" border="0" src="photo_base.jpg"> <div id="test" style="position: relative; top: -250px; left: 150px;" /> <img border="1" src="photo_over.png"> </div> </form> Code (markup):