You are here: irt.org | About | Feedback | 1741 [ previous next ]
Feedback on:
Dynamic Positioning
Sent by
Ian Ornstein on September 11, 2000 at 14:58:21:
Worth:
Very worth reading
Comments:
I revised example 4:
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
</STYLE>
<A HREF="#" onMouseover="show('myLayer1')" onMouseout="hide('myLayer1')">
Move mouse pointer over this link text
</A>
<BR>
<DIV ID="myLayer1" CLASS="myStyle">
<TABLE style="margin-left:20;" BGCOLOR="#FFFFCC">
<TR>
<TD>
This text is hidden from view.
<BR>
It is revealed when the mouse
<BR>
moves over the 1st link text
</TD>
</TR>
</TABLE>
</DIV>
<BR>
<BR>
<A HREF="#" onMouseover="show('myLayer2')" onMouseout="hide('myLayer2')">
Move mouse pointer over this link text
</A>
<BR>
<DIV ID="myLayer2" CLASS="myStyle">
<TABLE style="margin-left:20;" BGCOLOR="#FFFFCC">
<TR>
<TD>
This text is also hidden from view until it is<BR>
revealed when the mouse moves over the 2nd link text
</TD>
</TR>
</TABLE>
</DIV>
Other feedback on 'Dynamic Positioning' - show all