Search found 6 matches

by Drew99
Mon Oct 06, 2003 10:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu help
Replies: 11
Views: 8157

I put the menu code in between the <td> and </td> and added the <SCRIPT>drawMenus();</SCRIPT> to the end of the page. On IE it draws the menus appearing at the end of the page.

If I draw the "parent menu" in each cell (let Milonic's javascript generate the top level menu), then Netscape draws the ...
by Drew99
Fri Oct 03, 2003 7:29 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Relative and HTML object based - Is this possible?
Replies: 8
Views: 5402

I'm having some trouble with this working on NS4. The menus appear relative to thier cell in other browsers, but in NS4 they appear absolute to the upper left corner of the screen. I've put more detail into a post at the bottom of this thread:

http://forum.milonic.com/viewtopic.php?t=2359

Thanks ...
by Drew99
Fri Oct 03, 2003 5:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu help
Replies: 11
Views: 8157

Has anyone implemented this?

Has anyone implemented this? I have this set up and it works on IE and NS 6, but NS 4 sets all the menus in the upper left corner of the screen.

In the cell below menu item 2, I have:

with(milonic=new menuname("menu2")){
style=menuStyle;
overflow="scroll";
alwaysvisible=0;
position="absolute";
aI ...
by Drew99
Wed Sep 17, 2003 7:29 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Relative and HTML object based - Is this possible?
Replies: 8
Views: 5402

This looks like it will do what I want - thanks a lot. It would have taken me a long time to come up with something like this.

Are there any downsides that you can think of? Does this technique reduce cross-platform functionality at all?

Thanks again!
by Drew99
Tue Sep 16, 2003 9:58 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Relative and HTML object based - Is this possible?
Replies: 8
Views: 5402

Thanks for the response!
The menu on your page is drawn by the Milonic function - I'm looking more for something that has HTML with an <a> tag triggering a dropdown menu. Along with that, the menu should align itself relative to the object that was mouse overed, regardless of how it lays out on the ...
by Drew99
Tue Sep 16, 2003 8:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Relative and HTML object based - Is this possible?
Replies: 8
Views: 5402

Relative and HTML object based - Is this possible?

Hi,
I have a web page that has a title bar made of images. The title bar is centered on the page and could move up or down due to browser differences, font size settings, etc. I want this to happen (if my user wants bigger fonts I respect that).

I'd also like to use it only for the pop-up menus ...