craig
08-04-2002, 03:10 AM
As usual Navigator 4 !
It will work outside the <div> tag in Netscape but not when the img is positioned.
Trying to incorporate onClick inside a <div>. tag.
Works in explorer.Not in Netscape 4
Maybe start a new extension called .Not for all this stuff!
This the code:
<HTML>
<HEAD>
<TITLE></TITLE>
<META name="description" content="">
<META name="keywords" content="">
<META name="generator" content="CuteHTML">
</HEAD>
<LINK REL="stylesheet" HREF="http://www.proamrodeo.com/scriptlib/overlib.css" TYPE="text/css">
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080">
<DIV ID="overDiv" STYLE="position:absolute; visibility:hide; z-index:2;"></DIV>
<SCRIPT LANGUAGE="JavaScript" SRC="http://www.proamrodeo.com/scriptlib/overlib.js"></SCRIPT>
<A HREF="javascript:void(0);" onfocus="this.blur()" onClick="src('Text','J.W. Kinder!'); return false;" onMouseOver="drc('Information and Links Available here.','Click to Stick A Description and Links.'); return true;" onMouseOut="nd(); return true;"><img src="http://www.proamrodeo.com/jpg/jwcard.jpg" border="0"></img></A>
The Above set up works but the below won't support onClick I think?
Should be able to cut and paste into editor to display in browser.
(Sorry in advance if I have insulted your intelligence)
<DIV STYLE="position:absolute; top:240px; left:140px; width:165px; border-width:0; visibility: visible; z-index:1">
<a href="javascript:void(0);" onfocus="this.blur()" onClick="src('Text','J.W. Kinder!'); return false;" onMouseOver="drc('Information and Links Available here.','Click to Stick A Description and Links.'); return true;" onMouseOut="nd(); return true;">
<img src="http://www.proamrodeo.com/jpg/jwcard.jpg" border="0"></img></a>
</DIV>
<DIV STYLE="position:absolute; top:320px; left:300px; width:165px; border-width:0; visibility: visible; z-index:2">
<a href="javascript:void(0);" onfocus="this.blur()" onClick="src('Text','J.W. Kinder!'); return false;" onMouseOver="drc('Information and Links Available here.','Click to Stick A Description and Links.'); return true;" onMouseOut="nd(); return true;">
<img src="http://www.proamrodeo.com/jpg/sportsshot.jpg" border="0"></img></a><BR>
</DIV>
<DIV STYLE="position:absolute; top:390px; left:150px; width:165px; border-width:0; visibility: visible; z-index:1">
<a href="javascript:void(0);" onfocus="this.blur()" onClick="src('Text','J.W. Kinder!'); return false;" onMouseOver="drc('Information and Links Available here.','Click to Stick A Description and Links.'); return true;" onMouseOut="nd(); return true;"><img src="http://www.proamrodeo.com/jpg/replay1.jpg" border="0"></img></a>
</DIV>
</DIV>
</BODY>
</HTML>
It will work outside the <div> tag in Netscape but not when the img is positioned.
Trying to incorporate onClick inside a <div>. tag.
Works in explorer.Not in Netscape 4
Maybe start a new extension called .Not for all this stuff!
This the code:
<HTML>
<HEAD>
<TITLE></TITLE>
<META name="description" content="">
<META name="keywords" content="">
<META name="generator" content="CuteHTML">
</HEAD>
<LINK REL="stylesheet" HREF="http://www.proamrodeo.com/scriptlib/overlib.css" TYPE="text/css">
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080">
<DIV ID="overDiv" STYLE="position:absolute; visibility:hide; z-index:2;"></DIV>
<SCRIPT LANGUAGE="JavaScript" SRC="http://www.proamrodeo.com/scriptlib/overlib.js"></SCRIPT>
<A HREF="javascript:void(0);" onfocus="this.blur()" onClick="src('Text','J.W. Kinder!'); return false;" onMouseOver="drc('Information and Links Available here.','Click to Stick A Description and Links.'); return true;" onMouseOut="nd(); return true;"><img src="http://www.proamrodeo.com/jpg/jwcard.jpg" border="0"></img></A>
The Above set up works but the below won't support onClick I think?
Should be able to cut and paste into editor to display in browser.
(Sorry in advance if I have insulted your intelligence)
<DIV STYLE="position:absolute; top:240px; left:140px; width:165px; border-width:0; visibility: visible; z-index:1">
<a href="javascript:void(0);" onfocus="this.blur()" onClick="src('Text','J.W. Kinder!'); return false;" onMouseOver="drc('Information and Links Available here.','Click to Stick A Description and Links.'); return true;" onMouseOut="nd(); return true;">
<img src="http://www.proamrodeo.com/jpg/jwcard.jpg" border="0"></img></a>
</DIV>
<DIV STYLE="position:absolute; top:320px; left:300px; width:165px; border-width:0; visibility: visible; z-index:2">
<a href="javascript:void(0);" onfocus="this.blur()" onClick="src('Text','J.W. Kinder!'); return false;" onMouseOver="drc('Information and Links Available here.','Click to Stick A Description and Links.'); return true;" onMouseOut="nd(); return true;">
<img src="http://www.proamrodeo.com/jpg/sportsshot.jpg" border="0"></img></a><BR>
</DIV>
<DIV STYLE="position:absolute; top:390px; left:150px; width:165px; border-width:0; visibility: visible; z-index:1">
<a href="javascript:void(0);" onfocus="this.blur()" onClick="src('Text','J.W. Kinder!'); return false;" onMouseOver="drc('Information and Links Available here.','Click to Stick A Description and Links.'); return true;" onMouseOut="nd(); return true;"><img src="http://www.proamrodeo.com/jpg/replay1.jpg" border="0"></img></a>
</DIV>
</DIV>
</BODY>
</HTML>