Xtreeme - web development software
Site Search:      

 German version  
Home Products Download Buy Now Affiliates Forum
 SiteXpert - Site Map Generator
 SiteXpert's home page
 Features / Editions (Std vs Pro)
 Download
 Creating sitemap / site index
 Creating DHTML drop-down menu
 Creating search engine
 Screenshots
 Site Map Styles / Samples
» Site map
» Site index
» Portal
» Diagram
» Java Applet
» Mega folders
» more...
Sample site maps / menus created with SiteXpert
 Buy Now / Pricing
Order Now and get DHTML Menu Studio for Free ...
 Reviews And Awards
» CNET's Download.com (Rewarded 5/5)
"...Xtreeme SiteXpert Professional is a solid and affordable tool for Web professionals"
» Internet.com
"...the program can reduce the work load dramatically..."
» Tucows (Head of the Herd Award)
"...assists you in creating an excellent navigation scheme for your website..."
» ZDNet (Awarded Editor's Pick)
"...you'll be impressed with the results."
» more...
 Our customers
 Web sites utilizing our site map software
 Some of our other customers
 Support
 Frequently asked questions
 Discussion Forum
 Dynamic sitemap creation
 Related products / resources
 DHTML Menu Studio
 Search Engine Studio
Question ID: Q1019
Question: If I expand the tree in Netscape 4.x browser, I can't scroll down to access elements from the bottom of the tree.
Product: Sitexpert


This problem occurs only in Netscape 4.x when generating large tree structures and is caused by Netscape's inability to dynamically update document's height. To fix this problem, you should insert the following code at the bottom of the HTML page (just before the </body> tag).You should change the value of height (in line: var height=200;) to appropriate value depending on the size of the tree.
<script language='JavaScript1.2'>
<!--
if(NS4)
{
var height=200;
var i;
for(i=0;i<height;i++)
{
document.write("<p /> ");
}
}
//-->
</script> 
 Save This Page       Copyright 1998-2007 Xtreeme GmbH