The menu is also within a frame.
Both people are running Windows XP and are using IE 6. I don't know if it's a browser problem or a problem with the menu itself.
Please check out the site at http://members.shaw.ca/virtualhockeyassociation.
Config For The Body.js
// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0){
effect = "Fade(duration=0);Alpha(style=0,opacity=100);Shadow(color='#666666', Direction=135, Strength=5)"
}
else{
effect = "Shadow(color='#777777', Direction=135, Strength=5)"
}
timegap=200 // The time delay for menus to remain visible
followspeed=5 // Follow Scrolling speed
followrate=270 // Follow Scrolling Rate
suboffset_top=10; // Sub menu offset Top position
suboffset_left=10; // Sub menu offset Left position
Frames_Top_Offset=0 // Frames Page Adjustment for Top
Frames_Left_Offset=10 // Frames Page Adjustment for Left
plain_style=[ // Menu Properties Array
"ffffff", // Off Font Color
"808080", // Off Back Color
"ffffff", // On Font Color
"000000", // On Back Color
"000000", // Border Color
12, // Font Size
"normal", // Font Style
"bold", // Font Weight
"Verdana, Tahoma, Arial, Helvetica", // Font
4, // Padding
"arrow.gif" // Sub Menu Image
, // 3D Border & Separator
,"666666" // 3D High Color
,"666666" // 3D Low Color
]
Config for Header.js
// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0){
effect = "Fade(duration=0);Alpha(style=0,opacity=100);Shadow(color='#666666', Direction=135, Strength=5)"}
else{
effect = "Shadow(color='#000000', Direction=135, Strength=5)"}
timegap=200 // The time delay for menus to remain visible
followspeed=5 // Follow Scrolling speed
followrate=40 // Follow Scrolling Rate
suboffset_top=10; // Sub menu offset Top position
suboffset_left=100; // Sub menu offset Left position
Frames_Top_Offset=0 // Frames Page Adjustment for Top
Frames_Left_Offset=100 // Frames Page Adjustment for Left
plain_style=[ // Menu Properties Array
"ffffff", // Off Font Color
"808080", // Off Back Color
"ffffff", // On Font Color
"000000", // On Back Color
"000000", // Border Color
12, // Font Size
"normal", // Font Style
"bold", // Font Weight
"Verdana, Tahoma, Arial, Helvetica", // Font
4, // Padding
"arrow.gif" // Sub Menu Image
, // 3D Border & Separator
,"666666" // 3D High Color
,"666666" // 3D Low Color
]
addmenu(menu=[ // This is the array that contains your menu properties and details
"simplemenu1", // Menu items Name
5, // Top
-5, // left
, // Width
2, // Border Width
"center", // Screen Position - here you can use "center;left;right;middle;top;bottom"
plain_style, // Properties Array - this is set higher up, as above
1, // Always Visible - allows the menu item to be visible at all time
"left", // Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
effect, // Filter - Text variable for setting transitional effects on menu activation
, // Follow Scrolling - Tells the menu item to follow the user down the screen
1, // Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
, // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
, // Position of sub image left:center:right:middle
, // Show an image on top menu bars indicating a sub menu exists below
, // Reserved for future use
, // Reserved for future use
, // Reserved for future use
,,,
Thanks!!
Joe