Dr Webs Script (help please)

liunx

Guest
This is more for Dr Web, I copied the text you gave for a sliding links and I have added what was needed for my site, however, when I viewed it in Netscape it only loaded two button and gets stuck on the thired. It all worked ok in IE.<br />
<br />
Have you any advice please.<br />
<br />
Terry<br />
I have placed the reworked code below<br />
<br />
==========================================================<br />
<br />
<br />
<br />
<html> <br />
<title>Left frame swindon</title> <br />
<HEAD> <br />
<style> <br />
a{ <br />
text-decoration: none;} <br />
</style> <br />
<SCRIPT LANGUAGE="JavaScript"> <br />
<!-- Begin <br />
function buildMenu() { <br />
speed=20; <br />
topdistance=40; <br />
items=9; <br />
y=-50; <br />
ob=1; <br />
if (navigator.appName == "Netscape") { <br />
v=".top=",dS="document.",sD=""; <br />
} <br />
else { <br />
v=".pixelTop=",dS="",sD=".style"; <br />
} <br />
} <br />
function scrollItems() { <br />
if (ob<items+1) { <br />
objectX="object"+ob; y+=10; eval(dS + objectX + sD + v + y); <br />
if (y<topdistance) setTimeout("scrollItems()",speed); <br />
else y=-50, topdistance+=40, ob+=1, setTimeout("scrollItems()",speed); <br />
} <br />
} <br />
<br />
// End --> <br />
</SCRIPT> <br />
<BODY onLoad="buildMenu(), scrollItems();"> <br />
<div id="object1" style="position:absolute; visibility:show; left:10px; top:-50px; z-index:2"> <br />
<table border=0 width=150 bgcolor="darkgreen"> <br />
<td><center> <br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.btinternet.com/~T.Poppy/home.html" TARGET="B"><font color="white">Swindon branch site</font></a> <br />
</center></td> <br />
</table> <br />
</div> <br />
<div id="object2" style="position:absolute; visibility:show; left:10px; top:-50px; z-index:2"> <br />
<table border=0 width=150 bgcolor="darkgreen"> <br />
<td><center> <br />
<a href=http://www.htmlforums.com/archive/index.php/"mailto:[email protected]" TARGET="B"><FONT COLOR="WHITE">E-Mail the branch</FONT</a> <br />
</center></td> <br />
</table> <br />
</div> <br />
<div id="object3" style="position:absolute; visibility:show; left:10px; top:-50px; z-index:2"> <br />
<table border=0 width=150 bgcolor="DARKGREEN"> <br />
<td><center> <br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.cwu.org" TARGET="B"><FONT COLOR="white">CWU Nationally</font></a> <br />
</center></td> <br />
</table> <br />
</div> <br />
<div id="object4" style="position:absolute; visibility:show; left:10px; top:-50px; z-index:2"> <br />
<table border=0 width=150 bgcolor="darkgreen"> <br />
<td><center> <br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.altavista.com" TARGET="B"><font color="white">Search Engine</font></a> <br />
</center></td> <br />
</table> <br />
</div> <br />
<div id="object5" style="position:absolute; visibility:show; left:10px; top:-50px; z-index:2"> <br />
<table border=0 width=150 bgcolor="darkgreen"> <br />
<td><center> <br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.amnesty.org" TARGET="B"><font color="white">Amnesty International</font></a> <br />
</center></td> <br />
</table> <br />
</div> <br />
<div id="object6" style="position:absolute; visibility:show; left:10px; top:-50px; z-index:2"> <br />
<table border=0 width=150 bgcolor="darkgreen"> <br />
<td><center> <br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.warchild.org" TARGET="B"><font color="white">Warchild charity</FONT></a> <br />
</center></td> <br />
</table> <br />
</div> <br />
<div id="object7" style="position:absolute; visibility:show; left:10px; top:-50px; z-index:2"> <br />
<table border=0 width=150 bgcolor="darkgreen"> <br />
<td><center> <br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.Download <!--more-->.com" TARGET="B"><font color="white">Internet goodies</FONT></a> <br />
</center></td> <br />
</table> <br />
</div> <br />
<div id="object8" style="position:absolute; visibility:show; left:10px; top:-50px; z-index:2"> <br />
<table border=0 width=150 bgcolor="darkgreen"> <br />
<td><center> <br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.bt.com" TARGET="B"><font color="white">BT web site</FONT></a> <br />
</center></td> <br />
</table> <br />
</div> <br />
<div id="object9" style="position:absolute; visibility:show; left:10px; top:-50px; z-index:2"> <br />
<table border=0 width=150 bgcolor="darkgreen"> <br />
<td><center> <br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.btinternet.com/~T.Poppy/virginplanes.html" TARGET="B"><font color="white">Webmasters own page</FONT></a> <br />
</center></td> <br />
</table> <br />
</div> <br />
</body> <br />
</html><!--content-->I have a copy of the original code, and it works in N4.7 well. <br />
But for some reason, when I put in anything more than 6 links, N4.7 will not render it. It seems to be a bug in the script itself and, no fault of your own. I am looking around for another replacement or updated script. I'll keep you posted.<!--content-->
 
Back
Top