Hola, jornada525. Bienvenido al Foro.
Por si acaso los gurús andan atereados en otros asuntos te contestaré yo mismo:
Código PHP:
<html>
<head>
<script>
function moverCapa() {
document.getElementById('capa').style.left=20;
document.getElementById('capa').style.top=20;
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<a href="javascript:moverCapa()">Mover</a>
<div id="capa" style="position:absolute; width:200px; height:115px; 200px; top: 80px"></div>
</body>
</html>
Saludos,