Hi,
I have the following code:
<script>
LeftCurtain=new Image(midPoint, ht);
LeftCurtain.src ="images/black.gif";
LeftCurtain.lef t="0px";
LeftCurtain.top ="0px";
LeftCurtain.vis ibility="visibl e";
</script>
Nothing appears. Not in Firefox, Opera or IE7.
Can anyone let me know what's wrong?
I have the following code:
<script>
LeftCurtain=new Image(midPoint, ht);
LeftCurtain.src ="images/black.gif";
LeftCurtain.lef t="0px";
LeftCurtain.top ="0px";
LeftCurtain.vis ibility="visibl e";
</script>
Nothing appears. Not in Firefox, Opera or IE7.
Can anyone let me know what's wrong?
Comment