Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:34
Netscape 4.75
Poster: MsKitti
Dated: Saturday February 8 2003 - 3:17:02 GMT
I have a white divider that goes across the webpage table, just above the horizonal menu. When the page loads I see a white border, at least part of a border. Top and left side only.
This is my setting:
timegap=500 // The time delay for menus to remain visible
followspeed=5 // Follow Scrolling speed
followrate=40 // Follow Scrolling Rate
suboffset_top=2; // Sub menu offset Top position
suboffset_left=10; // Sub menu offset Left position
closeOnClick = false
MidStyle=[ // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"white", // Mouse Off Font Color
"000066", // Mouse Off Background Color
"000066", // Mouse On Font Color
"eeeeee", // Mouse On Background Color
"000066", // Menu Border Color
"11px", // Font Size in pixels
"normal", // Font Style (italic or normal)
"bold", // Font Weight (bold or normal)
"Verdana", // Font Name
2, // Menu Item Padding
, // Sub Menu Image (Leave this blank if not needed)
"eeeeee", // 3D Border & Separator bar
"FFFFFF", // 3D High Color
"000099", // 3D Low Color
, // ** You need this when using the table method** Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
"left", // Alignment - sets the menu elements text alignment, values valid here are: left, right or center
, // Filter - Text variable for setting transitional effects on menu activation - see above for more info
, // Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
"1", // Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
, // Position of TOP sub image left:center:right
"760", // Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
, // Current Page Item Font Color (leave this blank to disable)
, // Current Page Item Background Color (leave this blank to disable)
, // Top Bar image (Leave this blank to disable)
"ffffff", // Menu Header Font Color (Leave blank if headers are not needed)
, // Menu Header Background Color (Leave blank if headers are not needed)
, // Menu Item Separator Color
"0", // Menu Border Width
]
The webpage is not up for viewers. Any solutions out their?
Kitti
Poster: MsKitti
Dated: Saturday February 8 2003 - 4:26:04 GMT
Well, I found what my problem was. I had the menu popup in a table cell, inside a table. I deleted the table and just entered the code in the first table.
This probably doesn't make any since, but what I did was:
I had a table cell with a dark background. I then added another table cell inside of that one. That way I could have a white border without using the menu to produce one.
Since I did not want to use a border anymore. I deleted the 2nd table and pasted the code within the first table. Now, it is ok in all browsers.
Kitti