|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
Hierarchical Menu
Posted by ange on June 26, 2001 at 12:47 AM
having some problems with a Hierarchical Menu i downloaded from www.dhtmlab.com. been altering the script but can't seem to get rid of the border. any ideas how? the following is from the HM_Arrays.js file: HM_Array1 = [ [100, 160, 96, "#666666",,"#CCCCCC","#003366","#CCCCCC",,,1,,,,,,,, true], // display_on_click ["About","Page1.html",1,,0], ["Westa","Page2.html",1,0,0], ["Waste Handeling","Page3.html",1,0,0], ["Control Systems","Page4.html",1,0,0], ["Conveying","Page5.html",1,0,0] ] thanks for your help. ange
Replies:
|