mr8
10-27-2005, 02:41 PM
I am using the DD-Tab menu and currently my links are displaying behind my pages main section, usually i thought you just added a z-index but i did that and nada. what can i do to get it to display on top? my test page is located at www.wacocitizen.com/restricted/advertise.htm
Im also getting an error on my page, its saying "object required" and its the line marked in bold...
////////Stop editting////////////////
var previoustab=""
if (turntosingle==1)
document.write('<style type="text/css">\n#tabcontentcontainer{display: none;}\n</style>')
function expandcontent(cid, aobject){
if (disabletablinks==1)
aobject.onclick=new Function("return false")
if (document.getElementById){
highlighttab(aobject)
if (turntosingle==0){
if (previoustab!="")
document.getElementById(previoustab).style.display="none"
document.getElementById(cid).style.display="block" <--------This one
previoustab=cid
What needs to be changed to stop getting an error? thanks
Im also getting an error on my page, its saying "object required" and its the line marked in bold...
////////Stop editting////////////////
var previoustab=""
if (turntosingle==1)
document.write('<style type="text/css">\n#tabcontentcontainer{display: none;}\n</style>')
function expandcontent(cid, aobject){
if (disabletablinks==1)
aobject.onclick=new Function("return false")
if (document.getElementById){
highlighttab(aobject)
if (turntosingle==0){
if (previoustab!="")
document.getElementById(previoustab).style.display="none"
document.getElementById(cid).style.display="block" <--------This one
previoustab=cid
What needs to be changed to stop getting an error? thanks