Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scroll bars are not appearing in Netscape

Status
Not open for further replies.

rebec

Technical User
May 28, 2001
10
CA
I have created a index page and a scroll bar only appears in internet explorer. Could someone have a look and let me know what is wrong with the page. There are other problems, like the applet. So if you now anything about applets you could let me know how to get rid of the white bar.

 
try to set verticall scroll this way:
1. just before </body> tag
<script language=&quot;javascript&quot;>
<!--
var HH
if (document.layers) HH=document.height
//-->
</script>

& in head section:

<script language=&quot;javascript&quot;>
<!--
onload=function(){
document.height=HH
}
//-->
</script>

cant bet that it wuld work, but if it will be last thing onload then document.height will get its real value..
Victor
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top