XP Style Menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
NormalGod
Advanced
Advanced
Posts: 18
Joined: Tue Jun 17, 2003 1:35 am
Contact:

XP Style Menu

Post by NormalGod »

I can not seem to get the menu strip to fit the monitor, or line up with the actual menu (that is, they are of different heights).

The site-url is:
http://www.nisk.k12.ny.us/nhs/clubs/for ... index.html

The .js file is located at:
http://www.nisk.k12.ny.us/nhs/clubs/for ... u_array.js

Thanks for any help you can give.
Gonna buy a tank and an aeroplane
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

I'm not too sure what the problem is so I'm only guessing

It could be font size related, try changing the font size and see if that helps

Cheers
Andy
NormalGod
Advanced
Advanced
Posts: 18
Joined: Tue Jun 17, 2003 1:35 am
Contact:

Post by NormalGod »

I switched around the fonts, but it doesn't seem to have any effect, even using the default one (which works for some reason on the example you have up).

Since the strip also doesn't fit the monitor size, I think it might be related to aligning the brownish background strip. Any way to do that?
Gonna buy a tank and an aeroplane
NormalGod
Advanced
Advanced
Posts: 18
Joined: Tue Jun 17, 2003 1:35 am
Contact:

Post by NormalGod »

Not that this is a large problem, but when I don't set XPMainStyle to very specific fonts and sizes, a little white bar appears just outside the last header.

This problem is apparent in the downloadable version of the menu also, and those its fixed on the one I have online, any change in the XPMainStyle characteristics will make it reapper.

Although I would like to fix the problem mentioned in my original post first, any advice on this one would be greatly appreciated too.

Thanks.
Gonna buy a tank and an aeroplane
NormalGod
Advanced
Advanced
Posts: 18
Joined: Tue Jun 17, 2003 1:35 am
Contact:

Post by NormalGod »

P.S.

Those specific menu settings are:

Code: Select all

XPMainStyle=[                 // XPMainStyle is an array of properties. You can have as many property arrays as you need
"000000",                     // Mouse Off Font Color
"EFEDDE",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"000000",                     // Mouse On Font Color
"C1D2EE",                     // Mouse On Background Color
"8A867A",                     // Menu Border Color
"15",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"Verdana, Arial, sans-serif, Geneva",   // Font Name
3,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
0,                            // 3D Border & Separator bar
,                             // 3D High Color
,                             // 3D Low Color
,                             // 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)
,                             // 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
]
Gonna buy a tank and an aeroplane
Post Reply