<head> <script language="JavaScript"> function function1(){ myDiv.style.posRight = 500; } </script> </head> <body> <div id="myDiv" style="background-color:#EEEEEE; position:absolute; width:200; cursor:hand"; onclick="function1()"> Click your mouse here to set the posRight to 500. </div> </body>