It's been a while since I been doin websites & recently had this project dropped in my lap. I'm gradually recalling all that I used to know, but the things that aren't quite coming back are ways to avoid compatibility issues. Right now, my table is misplaced in netscape. It's too far down on the page. I need the top of the table to be as flush w/ the top of the window as possible. I'm sure it's something really small, but I can't seem to pick it out of the code.
Here's my code:
<html>
<head>
<style>
#Logo{
position:absolute;
left:0px;
height:111px;
width:230px;
top:3px;
border:0;
font:bold 12px Verdana;}
</style>
<style>
#SearchTab2{
position:absolute;
left:633px;
height:227px;
width:152px;
top:-203px;
border:0;
font:bold 12px Verdana;
}
</style>
<style>
#ContactsTab2{
position:absolute;
left:638px;
height:227px;
width:152px;
top:-203px;
border:0;
font:bold 12px Verdana;}
</style>
<style>
#LinksTab2{
position:absolute;
left:646px;
height:227px;
width:152px;
top:-203px;
border:0;
font:bold 12px Verdana;}
</style>
<style>
#Inviz{
position:absolute;
left:650px;
height:15px;
width:55px;
top:0px;
border:0;
font:bold 12px Verdana;}
</style>
<style>
#Inviz2{
position:absolute;
left:690px;
height:15px;
width:55px;
top:0px;
border:0;
font:bold 12px Verdana;}
</style>
<style>
#Inviz3{
position:absolute;
left:730px;
height:15px;
width:55px;
top:0px;
border:0;
font:bold 12px Verdana;}
</style>
<style>
#ForegroundN{
position:absolute;
left:634px;
height:200px;
width:130px;
top:-203px;
border:0;
font:bold 12px Verdana;
}
</style>
<style>
#ForegroundN2{
position:absolute;
left:639px;
height:200px;
width:130px;
top:-203px;
border:0;
font:bold 12px Verdana;
}
</style>
<style>
#ForegroundN3{
position:absolute;
left:647px;
height:200px;
width:130px;
top:-203px;
border:0;
font:bold 12px Verdana;
}
</style>
<SCRIPT>
var name = navigator.appName;
var vers = navigator.appVersion;
var clrdpth = window.screen.colorDepth;
var width = window.screen.width;
var height = window.screen.height;
var maxwidth = window.screen.availWidth;
var maxheight = window.screen.availHeight;
var platform = navigator.platform;
var x=(maxwidth)-100;
function resize(){
wWidth=maxwidth;
wHeight=maxheight;
window.moveTo(0,0)
window.resizeTo(wWidth,wHeight)
}
window.onload="resize()"
</script>
<title>Untitled</title>
</head>
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" bgcolor="#ffffff">
<div align="center" id="Logo" style="position: absolute; left: 0px; top: 3px; width: 230;"><img src="Star200.gif" width="227" height="111" border="0"></div>
<div align="center" id="SearchTab2" style="position: absolute; left: 633px; top:-203px; width:152; height:227; z-index:1;">
<img src="Searchtab.gif" width="152" height="227" border="0"></div>
<script>if(document.all)
document.write('<iframe align="center" id="ForegroundN" style="position: absolute; left: 635px; top:-203px; width:130; height:190; z-index:2; vertical-align: middle;" OnmouseOut="draw()" src="SearchTab.html" frameborder="0"></iframe>')
else
document.write('<ilayer align="center" id="ForegroundN" style="position: absolute; left: 635px; top:-203px; width:130; height:190; z-index:2; vertical-align: middle;" OnmouseOut="draw()" src="SearchTab.html" frameborder="0" pagex="635" pagey="-203"></ilayer>')
</script>
<div align="center" id="ContactsTab2" style="position: absolute; left: 638px; top:-203px; width:152; height:227; z-index:3;">
<img src="Contact.gif" width="152" height="227" border="0"></div>
<script>if(document.all)
document.write('<iframe align="center" id="ForegroundN2" style="position: absolute; left: 639px; top:-203px; width:130; height:190; z-index:4; vertical-align: middle;" OnmouseOut="draw2()" src="ContactsTab.html" frameborder="0"></iframe>')
else
document.write('<ilayer align="center" id="ForegroundN2" style="position: absolute; left: 639px; top:-203px; width:130; height:190; z-index:4; vertical-align: middle;" OnmouseOut="draw2()" src="ContactsTab.html" frameborder="0" pagex="693" pagey="-203"></ilayer>')
</script>
<div align="center" id="LinksTab2" style="position: absolute; left: 646px; top:-203px; width:152; height:227; z-index:5;">
<img src="Linkstab.gif" width="152" height="227" border="0"></div>
<script>if(document.all)
document.write('<iframe align="center" id="ForegroundN3" style="position: absolute; left: 647px; top:-203px; width:130; height:190; z-index:6; vertical-align: middle;" OnmouseOut="draw3()" src="LinksTab.html" frameborder="0"></iframe>')
else
document.write('<ilayer align="center" id="ForegroundN3" style="position: absolute; left: 647px; top:-203px; width:130; height:190; z-index:6; vertical-align: middle;" OnmouseOut="draw3()" src="LinksTab.html" frameborder="0" pagex="647" pagey="-203"></ilayer>')
</script>
<div align="center" id="Inviz" style="position: absolute; left: 650px; top: 0px; width:55; height:15; z-index:7">
<script>if(document.layers)document.write('<a href="#" OnMouseDown="changez(),pull()">')</script>
<img src="Inviz.gif" width="30" height="15" border="0" OnClick="changez(),pull()">
<script>if(document.layers) document.write('</a>')</script></div>
<div align="center" id="Inviz2" style="position: absolute; left: 690px; top: 0px; width:55; height:15; z-index:8">
<script>if(document.layers)document.write('<a href="#" OnMouseDown="changez2(),pull2()">')</script>
<img src="Inviz.gif" width="30" height="15" border="0" OnClick="changez2(),pull2()">
<script>if(document.layers) document.write('</a>')</script></div>
<div align="center" id="Inviz3" style="position: absolute; left: 730px; top: 0px; width:55; height:15; z-index:9">
<script>if(document.layers)document.write('<a href="#" OnMouseDown="changez3(),pull3()">')</script>
<img src="Inviz.gif" width="30" height="15" border="0" OnClick="changez3(),pull3()">
<script>if(document.layers)document.write('</a>')</script></div>
<script>if(document.all)
document.write
('<table width="100%" border="0" cellspacing="0" cellpadding="0" align="middle"><tr align="left" valign="top" height="120"><td valign="top" background="Top800X600.gif"><img src="Top800X600.gif" width="800"></td></tr><tr bgcolor="#ffffff"><td bgcolor="#ffffff"><a href="#">Sales</a> | <a href="#">Printers</a> | <a href="#">Repairs</a> | <a href="#">Custom Computers</a> | <a href="#">About Us</a></td></tr></table>')
else document.write
('<table width="100%" border="0" cellspacing="0" cellpadding="0" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" align="middle" valign="top"><tr align="left" valign="top" height="120"><td valign="top"><img src="Top800X600.gif" width="800" height="120"></td></tr><tr bgcolor="#ffffff"><td bgcolor="#ffffff"><a href="#">Sales</a> | <a href="#">Printers</a> | <a href="#">Repairs</a> | <a href="#">Custom Computers</a> | <a href="#">About Us</a></td></tr></table>')
</script>
<script>if(document.all)
document.write('<iframe src="Expand2.html" name="Menu" id="Menu" width="150" height="500" marginwidth="0" marginheight="0" hspace="0" vspace="30" align="middle" frameborder="0"></iframe>')
else
document.write('<ilayer src="Expand2.html" name="Menu" id="Menu" width="150" height="500" marginwidth="0" marginheight="0" hspace="0" vspace="30" align="middle" frameborder="0" pagex="30"></ilayer>')
</script>
<script>
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",400)
}
window.onload=regenerate2
if (document.all){
document.write('</div>')
themenu=document.all.SearchTab2.style
bottomboundary=0
topboundary=-203
}
else{
themenu=document.layers.SearchTab2
bottomboundary=0
topboundary=-203
}
if (document.all){
document.write
themenut=document.all.ForegroundN.style
bottomboundaryt=0
topboundaryt=-203
}
else{
themenut=document.layers.ForegroundN
bottomboundaryt=0
topboundaryt=-203
}
function pull(){
if (window.drawit)
clearInterval(drawit)
pullit=setInterval("pullengine()",50)
}
function draw(){
clearInterval(pullit)
drawit=setInterval("drawengine()",30)
}
function pullengine(){
if (document.all&&themenu.pixelTop<bottomboundary)
themenu.pixelTop+=29
else if(document.layers&&themenu.top<bottomboundary)
themenu.top+=29
if (document.all&&themenut.pixelTop<bottomboundaryt)
themenut.pixelTop+=29
else if(document.layers&&themenut.top<bottomboundaryt)
themenut.top+=29
else if (window.pullit)
clearInterval(pullit)
}
function drawengine(){
if (document.all&&themenu.pixelTop>topboundary)
themenu.pixelTop-=7
else if(document.layers&&themenu.top>topboundary)
themenu.top-=7
if (document.all&&themenut.pixelTop>topboundaryt)
themenut.pixelTop-=7
else if(document.layers&&themenut.top>topboundaryt)
bthemenut.top-=7
else if (window.drawit)
clearInterval(drawit)
document.all.SearchTab2.style.zIndex=1;
document.all.ForegroundN.style.zIndex=2;
}
</script>
<script>
var pullit2;
var drawit2;
if (document.all){
document.write('</div>')
themenu2=document.all.ContactsTab2.style
bottomboundary2=0
topboundary2=-203
}
else{
themenu2=document.layers.ContactsTab2
bottomboundary2=0
topboundary2=-203
}
if (document.all){
themenut2=document.all.ForegroundN2.style
bottomboundaryt2=0
topboundaryt2=-203
}
else{
themenut2=document.layers.ForegroundN2
bottomboundaryt2=0
topboundaryt2=-203
}
function pull2(){
if (window.drawit2)
clearInterval(drawit2)
pullit2=setInterval("pullengine2()",50)
}
function draw2(){
clearInterval(pullit2)
drawit2=setInterval("drawengine2()",30)
}
function pullengine2(){
if (document.all&&themenu2.pixelTop<bottomboundary2)
themenu2.pixelTop+=29
else if(document.layers&&themenu2.top<bottomboundary2)
themenu2.top+=29
if (document.all&&themenut2.pixelTop<bottomboundaryt2)
themenut2.pixelTop+=29
else if(document.layers&&themenut2.top<bottomboundaryt2)
themenut2.top+=29
else if (window.pullit2)
clearInterval(pullit2)
}
function drawengine2(){
if (document.all&&themenu2.pixelTop>topboundary2)
themenu2.pixelTop-=7
else if(document.layers&&themenu2.top>topboundary2)
themenu2.top-=7
if (document.all&&themenut2.pixelTop>topboundaryt2)
themenut2.pixelTop-=7
else if(document.layers&&themenut2.top>topboundaryt2)
themenut2.top-=7
else if (window.drawit2)
clearInterval(drawit2)
document.all.ContactsTab2.style.zIndex=3;
document.all.ForegroundN2.style.zIndex=4;
}
</script>
<script>
var pullit3;
var drawit3;
if (document.all){
document.write('</div>')
themenut3=document.all.ForegroundN3.style
bottomboundaryt3=0
topboundaryt3=-203
}
else{
themenut=document.layers.ForegroundN3
bottomboundaryt3=0
topboundaryt3=-203
}
if (document.all){
themenu3=document.all.LinksTab2.style
bottomboundary3=0
topboundary3=-203
}
else{
themenu=document.layers.LinksTab2
bottomboundary3=0
topboundary3=-203
}
function pull3(){
if (window.drawit3)
clearInterval(drawit3)
pullit3=setInterval("pullengine3()",50)
}
function draw3(){
clearInterval(pullit3)
drawit3=setInterval("drawengine3()",30)
}
function pullengine3(){
if (document.all&&themenu3.pixelTop<bottomboundary3)
themenu3.pixelTop+=29
else if(document.layers&&themenu3.top<bottomboundary3)
themenu3.top+=29
if (document.all&&themenut3.pixelTop<bottomboundaryt3)
themenut3.pixelTop+=29
else if(document.layers&&themenut3.top<bottomboundaryt3)
themenut3.top+=29
else if (window.pullit3)
clearInterval(pullit3)
}
function drawengine3(){
if (document.all&&themenu3.pixelTop>topboundary3)
themenu3.pixelTop-=7
else if(document.layers&&themenu3.top>topboundary3)
themenu3.top-=7
if (document.all&&themenut3.pixelTop>topboundaryt3)
themenut3.pixelTop-=7
else if(document.layers&&themenut3.top>topboundaryt3)
themenut3.top-=7
else if (window.drawit3)
clearInterval(drawit3)
document.all.LinksTab2.style.zIndex=5;
document.all.ForegroundN3.style.zIndex=6;
}
function changez(){
document.all.SearchTab2.style.zIndex=10;
document.all.ForegroundN.style.zIndex=11;
}
function changez2(){
document.all.ContactsTab2.style.zIndex=10;
document.all.ForegroundN2.style.zIndex=11;
}
function changez3(){
document.all.LinksTab2.style.zIndex=10;
document.all.ForegroundN3.style.zIndex=11;
}
</script>
</body>
</html>
Hope somebody can figure this out. Thanx for your help.
Here's my code:
<html>
<head>
<style>
#Logo{
position:absolute;
left:0px;
height:111px;
width:230px;
top:3px;
border:0;
font:bold 12px Verdana;}
</style>
<style>
#SearchTab2{
position:absolute;
left:633px;
height:227px;
width:152px;
top:-203px;
border:0;
font:bold 12px Verdana;
}
</style>
<style>
#ContactsTab2{
position:absolute;
left:638px;
height:227px;
width:152px;
top:-203px;
border:0;
font:bold 12px Verdana;}
</style>
<style>
#LinksTab2{
position:absolute;
left:646px;
height:227px;
width:152px;
top:-203px;
border:0;
font:bold 12px Verdana;}
</style>
<style>
#Inviz{
position:absolute;
left:650px;
height:15px;
width:55px;
top:0px;
border:0;
font:bold 12px Verdana;}
</style>
<style>
#Inviz2{
position:absolute;
left:690px;
height:15px;
width:55px;
top:0px;
border:0;
font:bold 12px Verdana;}
</style>
<style>
#Inviz3{
position:absolute;
left:730px;
height:15px;
width:55px;
top:0px;
border:0;
font:bold 12px Verdana;}
</style>
<style>
#ForegroundN{
position:absolute;
left:634px;
height:200px;
width:130px;
top:-203px;
border:0;
font:bold 12px Verdana;
}
</style>
<style>
#ForegroundN2{
position:absolute;
left:639px;
height:200px;
width:130px;
top:-203px;
border:0;
font:bold 12px Verdana;
}
</style>
<style>
#ForegroundN3{
position:absolute;
left:647px;
height:200px;
width:130px;
top:-203px;
border:0;
font:bold 12px Verdana;
}
</style>
<SCRIPT>
var name = navigator.appName;
var vers = navigator.appVersion;
var clrdpth = window.screen.colorDepth;
var width = window.screen.width;
var height = window.screen.height;
var maxwidth = window.screen.availWidth;
var maxheight = window.screen.availHeight;
var platform = navigator.platform;
var x=(maxwidth)-100;
function resize(){
wWidth=maxwidth;
wHeight=maxheight;
window.moveTo(0,0)
window.resizeTo(wWidth,wHeight)
}
window.onload="resize()"
</script>
<title>Untitled</title>
</head>
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" bgcolor="#ffffff">
<div align="center" id="Logo" style="position: absolute; left: 0px; top: 3px; width: 230;"><img src="Star200.gif" width="227" height="111" border="0"></div>
<div align="center" id="SearchTab2" style="position: absolute; left: 633px; top:-203px; width:152; height:227; z-index:1;">
<img src="Searchtab.gif" width="152" height="227" border="0"></div>
<script>if(document.all)
document.write('<iframe align="center" id="ForegroundN" style="position: absolute; left: 635px; top:-203px; width:130; height:190; z-index:2; vertical-align: middle;" OnmouseOut="draw()" src="SearchTab.html" frameborder="0"></iframe>')
else
document.write('<ilayer align="center" id="ForegroundN" style="position: absolute; left: 635px; top:-203px; width:130; height:190; z-index:2; vertical-align: middle;" OnmouseOut="draw()" src="SearchTab.html" frameborder="0" pagex="635" pagey="-203"></ilayer>')
</script>
<div align="center" id="ContactsTab2" style="position: absolute; left: 638px; top:-203px; width:152; height:227; z-index:3;">
<img src="Contact.gif" width="152" height="227" border="0"></div>
<script>if(document.all)
document.write('<iframe align="center" id="ForegroundN2" style="position: absolute; left: 639px; top:-203px; width:130; height:190; z-index:4; vertical-align: middle;" OnmouseOut="draw2()" src="ContactsTab.html" frameborder="0"></iframe>')
else
document.write('<ilayer align="center" id="ForegroundN2" style="position: absolute; left: 639px; top:-203px; width:130; height:190; z-index:4; vertical-align: middle;" OnmouseOut="draw2()" src="ContactsTab.html" frameborder="0" pagex="693" pagey="-203"></ilayer>')
</script>
<div align="center" id="LinksTab2" style="position: absolute; left: 646px; top:-203px; width:152; height:227; z-index:5;">
<img src="Linkstab.gif" width="152" height="227" border="0"></div>
<script>if(document.all)
document.write('<iframe align="center" id="ForegroundN3" style="position: absolute; left: 647px; top:-203px; width:130; height:190; z-index:6; vertical-align: middle;" OnmouseOut="draw3()" src="LinksTab.html" frameborder="0"></iframe>')
else
document.write('<ilayer align="center" id="ForegroundN3" style="position: absolute; left: 647px; top:-203px; width:130; height:190; z-index:6; vertical-align: middle;" OnmouseOut="draw3()" src="LinksTab.html" frameborder="0" pagex="647" pagey="-203"></ilayer>')
</script>
<div align="center" id="Inviz" style="position: absolute; left: 650px; top: 0px; width:55; height:15; z-index:7">
<script>if(document.layers)document.write('<a href="#" OnMouseDown="changez(),pull()">')</script>
<img src="Inviz.gif" width="30" height="15" border="0" OnClick="changez(),pull()">
<script>if(document.layers) document.write('</a>')</script></div>
<div align="center" id="Inviz2" style="position: absolute; left: 690px; top: 0px; width:55; height:15; z-index:8">
<script>if(document.layers)document.write('<a href="#" OnMouseDown="changez2(),pull2()">')</script>
<img src="Inviz.gif" width="30" height="15" border="0" OnClick="changez2(),pull2()">
<script>if(document.layers) document.write('</a>')</script></div>
<div align="center" id="Inviz3" style="position: absolute; left: 730px; top: 0px; width:55; height:15; z-index:9">
<script>if(document.layers)document.write('<a href="#" OnMouseDown="changez3(),pull3()">')</script>
<img src="Inviz.gif" width="30" height="15" border="0" OnClick="changez3(),pull3()">
<script>if(document.layers)document.write('</a>')</script></div>
<script>if(document.all)
document.write
('<table width="100%" border="0" cellspacing="0" cellpadding="0" align="middle"><tr align="left" valign="top" height="120"><td valign="top" background="Top800X600.gif"><img src="Top800X600.gif" width="800"></td></tr><tr bgcolor="#ffffff"><td bgcolor="#ffffff"><a href="#">Sales</a> | <a href="#">Printers</a> | <a href="#">Repairs</a> | <a href="#">Custom Computers</a> | <a href="#">About Us</a></td></tr></table>')
else document.write
('<table width="100%" border="0" cellspacing="0" cellpadding="0" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" align="middle" valign="top"><tr align="left" valign="top" height="120"><td valign="top"><img src="Top800X600.gif" width="800" height="120"></td></tr><tr bgcolor="#ffffff"><td bgcolor="#ffffff"><a href="#">Sales</a> | <a href="#">Printers</a> | <a href="#">Repairs</a> | <a href="#">Custom Computers</a> | <a href="#">About Us</a></td></tr></table>')
</script>
<script>if(document.all)
document.write('<iframe src="Expand2.html" name="Menu" id="Menu" width="150" height="500" marginwidth="0" marginheight="0" hspace="0" vspace="30" align="middle" frameborder="0"></iframe>')
else
document.write('<ilayer src="Expand2.html" name="Menu" id="Menu" width="150" height="500" marginwidth="0" marginheight="0" hspace="0" vspace="30" align="middle" frameborder="0" pagex="30"></ilayer>')
</script>
<script>
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",400)
}
window.onload=regenerate2
if (document.all){
document.write('</div>')
themenu=document.all.SearchTab2.style
bottomboundary=0
topboundary=-203
}
else{
themenu=document.layers.SearchTab2
bottomboundary=0
topboundary=-203
}
if (document.all){
document.write
themenut=document.all.ForegroundN.style
bottomboundaryt=0
topboundaryt=-203
}
else{
themenut=document.layers.ForegroundN
bottomboundaryt=0
topboundaryt=-203
}
function pull(){
if (window.drawit)
clearInterval(drawit)
pullit=setInterval("pullengine()",50)
}
function draw(){
clearInterval(pullit)
drawit=setInterval("drawengine()",30)
}
function pullengine(){
if (document.all&&themenu.pixelTop<bottomboundary)
themenu.pixelTop+=29
else if(document.layers&&themenu.top<bottomboundary)
themenu.top+=29
if (document.all&&themenut.pixelTop<bottomboundaryt)
themenut.pixelTop+=29
else if(document.layers&&themenut.top<bottomboundaryt)
themenut.top+=29
else if (window.pullit)
clearInterval(pullit)
}
function drawengine(){
if (document.all&&themenu.pixelTop>topboundary)
themenu.pixelTop-=7
else if(document.layers&&themenu.top>topboundary)
themenu.top-=7
if (document.all&&themenut.pixelTop>topboundaryt)
themenut.pixelTop-=7
else if(document.layers&&themenut.top>topboundaryt)
bthemenut.top-=7
else if (window.drawit)
clearInterval(drawit)
document.all.SearchTab2.style.zIndex=1;
document.all.ForegroundN.style.zIndex=2;
}
</script>
<script>
var pullit2;
var drawit2;
if (document.all){
document.write('</div>')
themenu2=document.all.ContactsTab2.style
bottomboundary2=0
topboundary2=-203
}
else{
themenu2=document.layers.ContactsTab2
bottomboundary2=0
topboundary2=-203
}
if (document.all){
themenut2=document.all.ForegroundN2.style
bottomboundaryt2=0
topboundaryt2=-203
}
else{
themenut2=document.layers.ForegroundN2
bottomboundaryt2=0
topboundaryt2=-203
}
function pull2(){
if (window.drawit2)
clearInterval(drawit2)
pullit2=setInterval("pullengine2()",50)
}
function draw2(){
clearInterval(pullit2)
drawit2=setInterval("drawengine2()",30)
}
function pullengine2(){
if (document.all&&themenu2.pixelTop<bottomboundary2)
themenu2.pixelTop+=29
else if(document.layers&&themenu2.top<bottomboundary2)
themenu2.top+=29
if (document.all&&themenut2.pixelTop<bottomboundaryt2)
themenut2.pixelTop+=29
else if(document.layers&&themenut2.top<bottomboundaryt2)
themenut2.top+=29
else if (window.pullit2)
clearInterval(pullit2)
}
function drawengine2(){
if (document.all&&themenu2.pixelTop>topboundary2)
themenu2.pixelTop-=7
else if(document.layers&&themenu2.top>topboundary2)
themenu2.top-=7
if (document.all&&themenut2.pixelTop>topboundaryt2)
themenut2.pixelTop-=7
else if(document.layers&&themenut2.top>topboundaryt2)
themenut2.top-=7
else if (window.drawit2)
clearInterval(drawit2)
document.all.ContactsTab2.style.zIndex=3;
document.all.ForegroundN2.style.zIndex=4;
}
</script>
<script>
var pullit3;
var drawit3;
if (document.all){
document.write('</div>')
themenut3=document.all.ForegroundN3.style
bottomboundaryt3=0
topboundaryt3=-203
}
else{
themenut=document.layers.ForegroundN3
bottomboundaryt3=0
topboundaryt3=-203
}
if (document.all){
themenu3=document.all.LinksTab2.style
bottomboundary3=0
topboundary3=-203
}
else{
themenu=document.layers.LinksTab2
bottomboundary3=0
topboundary3=-203
}
function pull3(){
if (window.drawit3)
clearInterval(drawit3)
pullit3=setInterval("pullengine3()",50)
}
function draw3(){
clearInterval(pullit3)
drawit3=setInterval("drawengine3()",30)
}
function pullengine3(){
if (document.all&&themenu3.pixelTop<bottomboundary3)
themenu3.pixelTop+=29
else if(document.layers&&themenu3.top<bottomboundary3)
themenu3.top+=29
if (document.all&&themenut3.pixelTop<bottomboundaryt3)
themenut3.pixelTop+=29
else if(document.layers&&themenut3.top<bottomboundaryt3)
themenut3.top+=29
else if (window.pullit3)
clearInterval(pullit3)
}
function drawengine3(){
if (document.all&&themenu3.pixelTop>topboundary3)
themenu3.pixelTop-=7
else if(document.layers&&themenu3.top>topboundary3)
themenu3.top-=7
if (document.all&&themenut3.pixelTop>topboundaryt3)
themenut3.pixelTop-=7
else if(document.layers&&themenut3.top>topboundaryt3)
themenut3.top-=7
else if (window.drawit3)
clearInterval(drawit3)
document.all.LinksTab2.style.zIndex=5;
document.all.ForegroundN3.style.zIndex=6;
}
function changez(){
document.all.SearchTab2.style.zIndex=10;
document.all.ForegroundN.style.zIndex=11;
}
function changez2(){
document.all.ContactsTab2.style.zIndex=10;
document.all.ForegroundN2.style.zIndex=11;
}
function changez3(){
document.all.LinksTab2.style.zIndex=10;
document.all.ForegroundN3.style.zIndex=11;
}
</script>
</body>
</html>
Hope somebody can figure this out. Thanx for your help.