Search found 14 matches

by twesson
Mon Mar 29, 2004 1:36 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: target issue with aI();
Replies: 0
Views: 1798

target issue with aI();

aI("text=something;target=top.hidden;url=something.cfm"); The menu itself is located in a deeper frameset than the hidden frame I'm trying to execute the something.cfm in. That's why I'm referencing it as "top.hidden" instead of just "hidden". It doesn't seem to like it...
by twesson
Sat Feb 21, 2004 12:05 am
Forum: Anything Goes
Topic: Frames gripe...
Replies: 5
Views: 6032

Re: Frames gripe...

Why is there such resistance to providing support for frames??? I've read all the comments on frames and I can't help but respond that frames is still a very real functional component of site design. Some designers even build frames within frames to acheive the type of functionality that meets thei...
by twesson
Fri Feb 20, 2004 11:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: pulling the X coordinate for each item in a horizontal menu
Replies: 27
Views: 20492

This was for an IE-only internet browser app so I didn't investigate beyond that. I do however have a confident feeling for cross-browser functionality because an actual X-coordinate was available. My guess is like yours -- that an offset to the X-coord would be the only variable to deal with.
by twesson
Thu Feb 19, 2004 10:48 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: pulling the X coordinate for each item in a horizontal menu
Replies: 27
Views: 20492

Bit by bit we got it! Thanks for your help. Here is the code -- some minor alterations regarding the frame. I removed some specific-use code I had in there. //distantMenu - opens up milonic menuName inside of mainmenu_body function distantMenu( menuName ) { parent.frames['mainmenu_body'].popdown(); ...
by twesson
Thu Feb 19, 2004 10:10 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: pulling the X coordinate for each item in a horizontal menu
Replies: 27
Views: 20492

I'm getting an error: '_gs' is null or not an object //distantMenu - opens up milonic menuName inside of mainmenu_body function distantMenu( menuName ) { top.hidden_storage.document.form.mainmenu_vert.value="1"; strItemPos = gpos(gmobj("el"+_itemRef)); parent.frames['mainmenu_bod...
by twesson
Thu Feb 19, 2004 3:05 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: pulling the X coordinate for each item in a horizontal menu
Replies: 27
Views: 20492

Maybe the question to ask Andy is this: "How does your menu know where to position the submenus on the X-axis in a horz/vert menu combination?" It will be interesting to hear his response on this. Granted, this is sort of an unsupported question in a way because you really only need this k...
by twesson
Mon Feb 16, 2004 7:14 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: pulling the X coordinate for each item in a horizontal menu
Replies: 27
Views: 20492

The only thing that makes me persist is this idea I have about how Milonic links horizontal and vertical menus internally so that they're always aligned with each other when used in a horz/vert configuration. It makes me think the data is somewhere just waiting to be accessed.
by twesson
Mon Feb 16, 2004 5:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Targeting Sub menu's - can it be done??
Replies: 16
Views: 17682

Sorry about this post -- I just realized that whenever I move focus off of the horizontal menu (even to its corresponding vertical menu), the vertical menu goes away as I'm attempting to select an option from it. If I can figure out a workaround I'll repost with the right code. ---------------------...
by twesson
Mon Feb 16, 2004 5:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: pulling the X coordinate for each item in a horizontal menu
Replies: 27
Views: 20492

pulling the X coordinate for each item in a horizontal menu

Is there a way to access the X-coordinate of each item in a horizontal menu so I can line up my vertical menus appropriately? Before you respond, please note that my horizontal menu is in one frame and my verticals are in another frame. Therefore, the nice automatic vertical menu adjustment we've al...
by twesson
Mon Feb 16, 2004 3:50 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: fixed positioning of the menu
Replies: 10
Views: 6238

And as for the frames. This is a site from someone on here 'squills' who was working to get them, and says they work well. The site uses the unsupported frames code posted here. http://www.milonic.com/forum/viewtopic.php?t=2753 and this is the site. http://www.restaurantmagazine.co.uk/ Thanks. Here...
by twesson
Mon Feb 16, 2004 3:36 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: fixed positioning of the menu
Replies: 10
Views: 6238

And as for the frames. This is a site from someone on here 'squills' who was working to get them, and says they work well. The site uses the unsupported frames code posted here. http://www.milonic.com/forum/viewtopic.php?t=2753 and this is the site. http://www.restaurantmagazine.co.uk/ Thanks. Here...
by twesson
Mon Feb 16, 2004 4:25 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: fixed positioning of the menu
Replies: 10
Views: 6238

Basically what the problem is is this. I wanted to have the horizontal menu (with vertical submenus) "FIXED" on the screen in one position regardless of how much scrolling happened with the page -- it would still remain fixed in one position. IE doesn't support real fixed positioning via C...
by twesson
Mon Feb 16, 2004 4:10 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: fixed positioning of the menu
Replies: 10
Views: 6238

I'm trying to figure out a way to get IE to use fixed positioning with the menu. I've found a hack -- now all I need to do is find a way to get the menu to work with the hack and I'll be all set.
by twesson
Sun Feb 15, 2004 7:19 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: fixed positioning of the menu
Replies: 10
Views: 6238

fixed positioning of the menu

Hi -- I'd like to be able to fix the position of the menu so that it doesn't scroll with the rest of the page. Is there a way to do this without having to resort to a follow-menu type of scheme?

Thanks in advance.

Tom