mcmcom
12-06-2004, 07:13 PM
Hi all,
got this code and get a syntax error on this line....
parent.document.getElementById('divviewer').style.height = "36px"
parent.document.getElementById('divviewer').style.z-index = "1";
// set browser to default pos and show
parent.document.getElementById('divbrowser').style.top = "36px";
parent.document.getElementById('divbrowser').style.height = "95%";
parent.document.getElementByID('divbrowser').style.z-index = "2";
parent.document.getElementById('divbrowser').style.visibility = "visible";
Its the z-index style
I have tried zindex, z-index, style.z-index, style.zindex and none of them work. Any ideas? Thanks
got this code and get a syntax error on this line....
parent.document.getElementById('divviewer').style.height = "36px"
parent.document.getElementById('divviewer').style.z-index = "1";
// set browser to default pos and show
parent.document.getElementById('divbrowser').style.top = "36px";
parent.document.getElementById('divbrowser').style.height = "95%";
parent.document.getElementByID('divbrowser').style.z-index = "2";
parent.document.getElementById('divbrowser').style.visibility = "visible";
Its the z-index style
I have tried zindex, z-index, style.z-index, style.zindex and none of them work. Any ideas? Thanks