Search found 24 matches

by sergio_101
Fri Sep 02, 2005 3:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: submenus - clicking to open..
Replies: 9
Views: 6351

that is perfect!

thank you so much!
by sergio_101
Fri Sep 02, 2005 2:38 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: submenus - clicking to open..
Replies: 9
Views: 6351

what i want to do is make it so the submenu is the only one that uses an onClick..

so it would be

button -> onMouseover(showmenu)
menu item -> onClick(showsubmenu)

so, the behavior would change inside..

does that work?
by sergio_101
Thu Sep 01, 2005 9:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: contraining submenu..
Replies: 1
Views: 2004

contraining submenu..

i currently have the menu set up at this site:

http://red-red.webhop.net/ACP/index.php

and i am looking at constraing the second level submenus..

some of them, like rollers, are much bigger and tak up more screen space. what i would like to do is change it so that no more than five show up at ...
by sergio_101
Thu Sep 01, 2005 9:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: submenus - clicking to open..
Replies: 9
Views: 6351

submenus - clicking to open..

i currently have the menu set up at this site:

http://red-red.webhop.net/ACP/index.php

i would like to adjust it so that the when you click "full line items" on the left, the menu pops out, but it does not pop out the submenu unless you click on a product family.

currently, it pops out on mouse ...
by sergio_101
Wed Aug 24, 2005 2:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: vertical positioning..
Replies: 6
Views: 4135

just wanted to make sure we were talking about the same graphic..


thanks!
by sergio_101
Wed Aug 24, 2005 2:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Restraining menu on screen..
Replies: 2
Views: 2368

i would like to fit all the menus and submenus within that box..

i will be adjusting the font sizes, etc.. but what i need to do is confine the menu to fit in the block to the right of the menu buttons...

if it does spring out larger than that size, i would like it to scroll within those confines ...
by sergio_101
Wed Aug 24, 2005 2:47 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: vertical positioning..
Replies: 6
Views: 4135

is the top of the menu in line with the top of the full line items graphic?
by sergio_101
Wed Aug 24, 2005 2:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: vertical positioning..
Replies: 6
Views: 4135

hmmm

it still shows up wonky on my firefox... i wasn't able to fix it..
by sergio_101
Tue Aug 23, 2005 8:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: vertical positioning..
Replies: 6
Views: 4135

vertical positioning..

i am working on this site:

http://red-red.webhop.net/ACP/

and am having a difference in appearance bettween firefox 1.06 and IE..

under firefox, the menu appears to pop out shifted down (about the height of the graphic)..

under ie, it appears just fine..

the piece of code that generates the ...
by sergio_101
Tue Aug 23, 2005 8:47 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: triggering other events...
Replies: 1
Views: 1922

triggering other events...

here's another thing i need to do, if anyone has any ideas..

if you go here:

http://red-red.webhop.net/ACP/

and click the menu i have attached to full line items, you will see that you can select different product lines..

what i would like to do is, when someone mouses over a product class ...
by sergio_101
Tue Aug 23, 2005 8:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Restraining menu on screen..
Replies: 2
Views: 2368

Restraining menu on screen..

i have gotten most of my problems fixed, but now i have a question that this group might be able to help me on..

if you look here:

http://red-red.webhop.net/ACP/

you will see the current menu setup..

what i would like to do is contratain how far the menu pops out..

i would like to constrain ...
by sergio_101
Tue Aug 23, 2005 7:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: attaching multiple menus to existing buttons..
Replies: 6
Views: 5501

I GOT IT!!

//alwaysvisible=0;
//left=10;
//orientation="vertical";
//style=menuStyle;
//top=10;


this, at the top of my file, was the problem...

thanks all!
by sergio_101
Tue Aug 23, 2005 7:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: attaching multiple menus to existing buttons..
Replies: 6
Views: 5501

on more thing..

this is the error that i am getting..

Error: _WzI is not defined
Source File: http://red-red.dyndns.info:8000/ACP/mmenudom.js
Line: 20

thanks!
by sergio_101
Tue Aug 23, 2005 7:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: attaching multiple menus to existing buttons..
Replies: 6
Views: 5501

okay...

i am still not getting it... this should be REALLY easy.. but it's not working for me yet..

the page i am working on is here:

http://red-red.webhop.net/ACP/

i am trying to get a menu to pop out on the button at the left that says "full line items.."

here is the code i have attached to ...
by sergio_101
Mon Aug 22, 2005 9:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: multiple menus..
Replies: 4
Views: 3446

ah! i see.. i will try this..

actually, i am not using the one that came with the package, but am using a php script to write the menu script when something changes in the database..

i will check that file against you comments and go from there..

thanks!
by sergio_101
Mon Aug 22, 2005 8:48 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: multiple menus..
Replies: 4
Views: 3446

okay, i am getting closer to understanding..

but this is where i am getting lost..

what malonic code do i need to put on the head of the file?

if i put this:


<SCRIPT language=JavaScript src="milonic_src.js" type=text/javascript></SCRIPT>
<script language=JavaScript>
if(ns4)_d.write("<scr ...
by sergio_101
Mon Aug 22, 2005 8:31 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: multiple menus..
Replies: 4
Views: 3446

multiple menus..

this pertains to the question i followed up on earlier..

is it possible to develop multiple menus in the same file?

right now, my menus are being built (via php) in the menu_data.js file. i would like to be able to dump everything in there, and have several pages that pull only the required menus ...
by sergio_101
Mon Aug 22, 2005 8:27 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: attaching multiple menus to existing buttons..
Replies: 6
Views: 5501

i think i am almost there!

if you want to play the home game, i am working on this:

http://red-red.dyndns.info:8000/ACP/

where i am trying to attach the menu tp the button that says "full line items."

here's where i think i am running into problems.. i have a a php script that builds the menu ...
by sergio_101
Wed Aug 17, 2005 3:05 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: performance with large menu trees..
Replies: 5
Views: 3839

just made the purchase!

got my serial number, and we're rocking and rollin!

thanks for all the forum help!
by sergio_101
Wed Aug 17, 2005 1:54 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: performance with large menu trees..
Replies: 5
Views: 3839

thanks!

we have decided to remove a layer of detail from this thing in order to keep it more manageable..

it works great now!