You are here: irt.org | BBS | Re: Mouseover effect and layers [This BBS is closed]
Posted by Yvan Gagnon on August 04, 1998 at 17:26:45:
In Reply to: Re: Mouseover effect and layers posted by Martin Webb on August 04, 1998 at 12:52:27:
This is a the hidden frame I have that has the reload script:
--------------------------
<HEAD>
<TITLE></TITLE>
<script>
function refresh ()
{
if ( (navigator.appName.lastIndexOf ('Netscape') != -1) &&
(navigator.appVersion >= '3.0')) {
parent.Frame1.document.layers['text2'].window.location.reload ();
}
}
</script>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#FF0000" VLINK="#800000" ALINK="#FF00FF" BACKGROUND="?" onLoad="refresh ()">
</BODY>
</HTML>
------------------
and then you would create the Frame2 document, place a layer in it like this:
<DIV ID="text2">
<p><img src="images/dmfire.gif">
</DIV>
Is that enough to work with?
I really appreciate this, by the way.
Thanks again.
-- yvan
Follow-ups:
You are here: irt.org | BBS | Re: Mouseover effect and layers [This BBS is closed]