Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: moving layers across a page - August 17, 1998 at 13:38:27

You are here: irt.org | BBS | moving layers across a page [This BBS is closed]

Posted by yvan gagnon on August 17, 1998 at 13:38:27:

How would I customize the code below so that the layers don't
move unless a user interacts (ie: click on a hyperlink -- I want to
set this effect up as a function that I can call onMouseDown)

<html>
<head>

<DIV ID="left" STYLE="position:absolute; top:0; left:194;"><IMG SRC="anim.gif" WIDTH="211" HEIGHT="119"></DIV>

<DIV ID="right" STYLE="position:absolute; top:0; left:410;"><IMG SRC="anim.gif" WIDTH="211" HEIGHT="121"></DIV>

<SCRIPT LANGUAGE="JavaScript">

</SCRIPT>
</head>

Follow-ups:

You are here: irt.org | BBS | moving layers across a page [This BBS is closed]

©2018 Martin Webb