I am using the jQuery Drilldown Menu and It works great. The only problem that I have run into with it is the size. I have 12 Navigation items that I need to display. By default it only supports 8.
I am looking for someone who is familiar with this product and can tell me where the height property for the menu is.
I have searched through the CSS here and here
And the JavaScript for the file but have not found where the default setting is for height
UPDATE
Html:
<div class="pull-left demo-dd demo-container span3">
<ul id="drilldown-3">
<li><a href="#">Record Check</a></li>
<li><a href="#">Reports/Statistics</a>
<ul>
<li><a href="#">USN</a>
<ul>
<li><a href="#">Aclohol Incidents and Status Reports</a>
<ul>
<li><a href="#">Alcohol Incidents(By FY)</a>
<ul>
<li><a href="#">Fiscal Year</a></li>
<li><a href="#">Category</a></li>
</ul></li>
<li><a href="#">Alcohol Status Reports</a></li>
</ul></li>
<li><a href="#">Urinalysis Reports</a></li>
<li><a href="#">DAAR Listing</a></li>
<li><a href="#">Laboratory Positive Status Report</a></li>
<li><a href="#">Screening Listing</a></li>
<li><a href="#">Group Profile</a></li>
<ul>
<li><a href="#">With Details</a></li>
<li><a href="#">Without Details</a></li>
</ul>
<li><a href="#">Unit Profile</a></li>
<li><a href="#">ADMITS User and UIC Listings</a></li>
<ul>
<li><a href="#">ADMITS User Listing</a></li>
<li><a href="#">UIC Listing</a></li>
</ul>
</ul></li>
<li><a href="#">USMC</a></li>
<li><a href="#">STAFF</a></li>
<li><a href="#">DAPA/UPC</a></li>
</ul></li>
<li><a href="#">DAAR Data</a></li>
<li><a href="#">Training</a></li>
<li><a href="#">Edit Unit</a></li>
<li><a href="#">Screening</a></li>
<li><a href="#">Facility</a></li>
<li><a href="#">Treatment</a></li> //Last menu item shown
<li><a href="#">Waiver Data</a></li>
<li><a href="#">New Report - Test</a></li>
<li><a href="#">UIC Search</a></li>
<li><a href="#">Spice</a></li>
<li><a href="#">Breathalyzer</a></li>
</ul>
</div>
Update 2
When I inspect the ul that the other four items are in I find that they are on the page they are just not being displayed in a manner that I can see them