I have the menu working great horizontally, but when I change it to vertical, the top bar image wont show, where it does show when horizontal.
Copy of code:
Code: Select all
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
effect = "wheel(spokes=2, duration=0.5);Alpha(style=0,opacity=70);Shadow(color='#777777',
Direction=135, Strength=5)"
}
timegap=100
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=-2;
style1=[
"ffffff", // Mouse Off Font Color
"004578", // Mouse Off Background Color
"ffffff", // Mouse On Font Color
"08558c", // Mouse On Background Color
"ffffff", // Menu Border Color
12, // Font Size in pixels
"normal", // Font Style (italic or normal)
"normal", // Font Weight (bold or normal)
"Tahoma,Helvetica", // Font Name
3, // Menu Item Padding
, // Sub Menu Image
, // 3D Border & Separator bar
"", // 3D High Color
"", // 3D Low Color
"ffffff", // Current Page Item Font Color
"008000", // Current Page Item Background Color
"arrowdn.gif", // Top Bar image
"", // Menu Header Font
"", // Menu Header Background Color
]
addmenu(menu=[
"boundmenu",
369, // Menu Top
75, // Menu Left
120, // Menu Width - Menus width in pixels
1, // Menu Border Width
, // Screen Position of "center:middle"
style1, // Properties Array
1, // Always Visible
"left", // Alignment
effect, // Filter
, // Follow Scrolling
1, // Horizontal Menu
, // Keep Alive
, // Position of TOP sub image
, // Set the Overall Width
, // Right To Left
, // Open the Menus OnClick
, // ID of the div you want to hide
, // Reserved for future use
, // Reserved for future use
, // Reserved for future use
," Home ","index.html",,"Take me back to the home page",1
," Our Products ","show-menu=Our Products",,"",1
," Our Sketches ","show-menu=Our Sketches",,"",1
," About Us ","about_us.html",,"About Orawia Gardens",1
," Contact Us ","contactus.html",,"Contact Us",1
])
addmenu(menu=["Our Products",,,100,1,,style1,0,"left",effect,0,,,,,,,,,,,
,"Flowers","flowers.html",,,1
,"Plants","plants.html",,,1
,"Seedlings","seedlings.html",,,1
,"Plant Supplies","supplies.html",,,1
])
addmenu(menu=["Our Sketches",,,100,1,,style1,0,"left",effect,0,,,,,,,,,,,
,"Pre-Drawn","predrawn.html",,,1
,"Original","original.html",,,1
])
dumpmenus()
Thanks
Darryl
