Search found 1318 matches

by Maz
Wed Oct 13, 2004 3:03 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: frontpage? My bad? Please help :D
Replies: 7
Views: 5049

This appears to be similar to the last post with on and offfunction.

Maybe Kevin can figure it out. Any chance a draw menu in html would help?

maz
by Maz
Tue Oct 12, 2004 8:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Separator transparency
Replies: 3
Views: 2824

If that's the case then a way around might be separator image with a transparent image ;)

maz
by Maz
Tue Oct 12, 2004 8:37 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Mac Problems
Replies: 18
Views: 11747

IE on Mac is discontinued by Microsoft, it is outdated and doesn't work to technical standards, it is also very buggy and virus prone. Mac's users use Safari. Maybe the facts will help your project. The browser is extremely sensitive, something as simple as an empty value might cause it to fail. If ...
by Maz
Tue Oct 12, 2004 8:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Random spaces appearing between menu items
Replies: 12
Views: 7972

Notice you have an empty value in separator on mainstyle.

   separatorcolor="";
   separatorsize="1";

remove it if there's nothing.

maz
by Maz
Tue Oct 12, 2004 8:33 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Random spaces appearing between menu items
Replies: 12
Views: 7972

Can I join the guessing game :P

From what's posted there are lines of space between the menu items, is it possible there are hidden characters?

Or try putting a new return between them.

maz
by Maz
Thu Oct 07, 2004 8:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: offfunction event query
Replies: 16
Views: 11366

Just my opinion, I like what it does, but since it doesn't link yet I can't tell what happens next, then using pagematch to show where you are color, unless you want it to return to the original color. I'm not sure if pagematch would help with what you want to do. I was just contemplating menu color...
by Maz
Thu Oct 07, 2004 7:24 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: space when a form is included
Replies: 8
Views: 5098

Did you try putting margin in global style? Oops sorry, you have form with other menu items. How about 0 without px?

Now I'm confused, you don't want margin-top. margin:5px 0 0 5px;
I remember some confusion about browsers using px or not.

maz
by Maz
Thu Oct 07, 2004 7:12 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with Subimage and Border
Replies: 7
Views: 4563

It tested okay but I didn't have a subimage. I used to have that problem, but didn't know it was fixed. What browser are you using?
by Maz
Wed Oct 06, 2004 9:06 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: space when a form is included
Replies: 8
Views: 5098

Forms usually do different things in different browsers, did you check another browser?

The only thing I can think of is the font size would change the size of it.

maz
by Maz
Wed Oct 06, 2004 1:53 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Security Levels
Replies: 2
Views: 2345

Maybe this will help. First create a userIsMember in the backend. Then add the the template, something like this. <script language="javascript" type="text/javascript"> //<![CDATA[ var userIsMember=0; //]]> </script> On the menu data use if(userIsMember){ menu items.... } else{ ot...
by Maz
Fri Oct 01, 2004 5:34 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need help with PERL
Replies: 5
Views: 3816

Sounds like you'll have to try placing the contents of menu_data in perl and let us know what happens.

I rarely see anyone talking about perl & js but someone might be able to help with the js.

maz
by Maz
Fri Oct 01, 2004 1:26 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need help with PERL
Replies: 5
Views: 3816

Not sure, is it where you change menu_data.js to .pl
I know its done with .php sometimes.

maz
by Maz
Fri Oct 01, 2004 1:23 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu not showing up...
Replies: 17
Views: 9182

Wow Kevin has all the goodies.

I thought of one other thing that would help is preloadimages.js

Maybe someone knows where its located?

maz
by Maz
Thu Sep 30, 2004 6:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu not showing up...
Replies: 17
Views: 9182

No problem here then, maybe check the settings for js or the js update was not completed correctly.

maz
by Maz
Thu Sep 30, 2004 6:05 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: background image on menu
Replies: 4
Views: 3444

Yes it could be in a folder "/images/bgimage.gif"

I see there is another called menubgimage=
If neither work it would appear its the image path is incorrect.

maz
by Maz
Thu Sep 30, 2004 1:28 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu not showing up...
Replies: 17
Views: 9182

The horizontal menu I found on other pages was not on the first page, is that where its supposed to be? Then maybe its slow modem load with flash causing the problem. But since the flash loads it has a menu, so I'm not sure.

maz
by Maz
Wed Sep 29, 2004 11:08 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu not showing up...
Replies: 17
Views: 9182

What am I looking at? Is it the image map? I like that, very nice.

Maybe its the slow loading, I'm on modem.

Okay now I go to 'Living in ...' and there is a horizontal menu.

What menu should I be looking for ... in Safari?

maz
by Maz
Tue Sep 28, 2004 5:53 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Change main menu image when submenu moused over
Replies: 7
Views: 4806

You are really cutting against the grain of the fabric on this, may I suggest a simpler idea, by changing the oncolor/image of the main menu so it at least looks different from the submenu or the same as off main menu. Might make more sense in the long run.

maz
by Maz
Tue Sep 28, 2004 2:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Change main menu image when submenu moused over
Replies: 7
Views: 4806

Brain freeze :|

Sounds like you need onmouseover, but since that's not normal state of the main menu opening the sub, I'm not sure.

Anyone else know?

maz
by Maz
Tue Sep 28, 2004 2:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menualign="left" issue with Netscape 7
Replies: 7
Views: 4664

You have position=relative but if its not in a table take it off, I also see a 0 value and none, maybe you need to remove those?

Perhaps it should be left=0 instead of menualign, I'm thinking you answered your own question, maybe you don't need menualign.

Regards,
maz