I need to place text different places on the screen.
I wrote this code:
<span id=Te>
Hello
</span>
<script language="jscript">
document.all.Te.style.position = "absolute";
document.all.Te.style.posLeft = 84;
document.all.Te.style.posTop = 72;
</script>
But it can’t be done in Internet Explorer 4.
Could I with some changes, run this code on Explorer 4?
Thanks from KBBJ (-:
I wrote this code:
<span id=Te>
Hello
</span>
<script language="jscript">
document.all.Te.style.position = "absolute";
document.all.Te.style.posLeft = 84;
document.all.Te.style.posTop = 72;
</script>
But it can’t be done in Internet Explorer 4.
Could I with some changes, run this code on Explorer 4?
Thanks from KBBJ (-: