Hi
IE only
<html>
<head>
<script type="text/JavaScript">
function mover(){
MyDiv.style.posLeft = event.clientX;
MyDiv.style.posTop = event.clientY;
Quote:
}
</script>
</head>
<body onmousemove="mover()">
<div ID="MyDiv" style="position:absolute;">yeaaa</div>
</body>
</html>
--
Best Regards
Vidar Petursson Microsoft MVP
==========================
http://www.icysoft.com
http://www.dna.is
==========================
No matter where you go there you are
-
Quote:
> I am trying to figure out a way to move a DIV in the brower but don't know
> how to go about doing it. Can anyone give me a hand?
> Thanks a million,
> Eddy