hi Seona,

macintosh ie 5.2

<x-tad-smaller>
<</x-tad-smaller><x-tad-smaller>script</x-tad-smaller><x-tad-smaller> language="JavaScript" type="text/JavaScript">
<</x-tad-smaller><x-tad-smaller>!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


// Script to control menus in IE
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) { // pops error on this line
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
}
node.onmouseout=function() {
this.className=this.className.replace(" over", "");
}
}
}
}
}
window.onload=startList;
//--</x-tad-smaller>
<x-tad-smaller>>
<</x-tad-smaller><x-tad-smaller>/script</x-tad-smaller><x-tad-smaller>>

I have commented on line above which wont work..
menu won't work on This browser.......

Hope this helps</x-tad-smaller>

Reply via email to