Click to See Complete Forum and Search --> : Where are my scrollbars?


erikober
09-22-2003, 04:34 PM
Parent file has this code:

window.open('','windowNameTop','scrollbars=yes,width='+windowwidth+',height='+topheight+',screenX=0, screenY=0,top=0,left=0');
myPopper.location.href = fileName;
}


//--></script>

Scrollbars won't show up under MIE/XP but will under netscape and both browsers on mac. Any ideas? Much thanks!!

Jona
09-22-2003, 04:59 PM
Is overflow:hidden; anywhere in your code? (In the body tag or in the HEAD tag?)

[J]ona

erikober
09-22-2003, 05:04 PM
Thanks Jona, but no it's not. No CSS in the page at all.