Search found 21 matches

by dlpirl
Thu Nov 29, 2007 4:50 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Licensing
Replies: 2
Views: 2316

Re: Licensing

Thanks, Andy!
by dlpirl
Thu Nov 29, 2007 2:14 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Licensing
Replies: 2
Views: 2316

Licensing

I purchased a license for my site, and downloaded the menu files again. Am I correct that the only files that need to be replaced are the milonic_src.js, mmenudom.js, and mmenuns4.js, -- that milonic_menu_code.js needs to be added -- and menu_data.js can remain as is? I expected to find such instruc...
by dlpirl
Wed Oct 10, 2007 6:45 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Google XML Stemap from menu_data.js
Replies: 2
Views: 2307

Re: Google XML Stemap from menu_data.js

Thanks, Ruth. That's the one I already found, and no, it doesn't include the ability to generate an xml file. I am sure its possible though. When I get a bit of time, I would like to do write the js code. For now I've just put hyperlinks to all my pages in the index.htm file, so another utility (xml...
by dlpirl
Mon Oct 08, 2007 6:05 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Google XML Stemap from menu_data.js
Replies: 2
Views: 2307

Google XML Stemap from menu_data.js

My site has no internal hyperlinks, only Milonic menus. The tools that I use for creating Google XML sitemaps all rely on imbeded HTML hyperlinks. How can I generate a Google XML sitemap directly from menu_data.js? I found Forum Post ID: 7174, but that's a different kind of sitemap -- HTML, not XML ...
by dlpirl
Thu May 10, 2007 9:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: image expansion problem for right menu item bgimage
Replies: 6
Views: 5436

'Calendar' is just a place holder. It is not clickable. You'll notice that the items below that correspond to the Milonic horizontal menu (with one addition). Just try clicking 'Our Ministries' or 'About Us' to see the menu expansion.
by dlpirl
Thu May 10, 2007 8:00 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: image expansion problem for right menu item bgimage
Replies: 6
Views: 5436

Ruth, on my expandable vertical menu there are only two hide/show menu items, 'Our Ministries' and 'About Us'. The other items are direct hyperlinks. Are you saying that when you click on the two expandable items, they don't expand? On the Milonic site menu I saw an item that said 'Collapsable Menu'...
by dlpirl
Thu May 10, 2007 7:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: image expansion problem for right menu item bgimage
Replies: 6
Views: 5436

Thanks for explaining, Ruth. That's what I was afraid of, so I eliminated the rounded ends and went for 100% menu width. I like it better anyway. You can see it at http://sunnyclover.com/lighthousebenicia/aboutus.htm BTW, notice my custom expandable vertical menu below "Calendar" on the le...
by dlpirl
Thu May 10, 2007 2:35 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: image expansion problem for right menu item bgimage
Replies: 6
Views: 5436

image expansion problem for right menu item bgimage

The background image on the right item of my horizontal main menu has the right uppoer and lower corners rounded. The text for that item needs about 150 pixels, since I don't want it to wrap. However, since the bgimage is only 100 pixels wide, it repeats to fill the space, continuing the bgimage pas...
by dlpirl
Mon Apr 30, 2007 12:36 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: formatting problems for menu in table cell - (SOLVED)
Replies: 18
Views: 11449

I think you'll find it's in your css coding.
Yep. Found and corrected it. Thanks.
by dlpirl
Mon Apr 30, 2007 12:29 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: formatting problems for menu in table cell - (SOLVED)
Replies: 18
Views: 11449

In my HTML code, I actually do have only the call to the main menu in the table. What you seeing with view source is what happens after FrontPage 2003 does its thing integrating top.htm into all pages. Unless there is some downside I don't see, I prefer to maintain my code in only one place, top.htm...
by dlpirl
Sun Apr 29, 2007 5:13 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: formatting problems for menu in table cell - (SOLVED)
Replies: 18
Views: 11449

Yes that's it. Thanks, Ruth! The key thing I did not know was that padding required all 4 dimensions. When I tried padding=10; it was padding only one side. I didn't read the help on 'padding' carefully enough. Now only one thing remains... on 'Signals/2-Phase Periods' and 'Signals/3- Phase Periods'...
by dlpirl
Sat Apr 28, 2007 2:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: formatting problems for menu in table cell - (SOLVED)
Replies: 18
Views: 11449

I did like the way it was before except that menu items were not centered within each menu item space. I have removed itemwidth="100%"; and placed separators so you can see the right justified effect. If I remove imagepadding=10; the right justification problem goes away, but the menu item...
by dlpirl
Fri Apr 27, 2007 8:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: formatting problems for menu in table cell - (SOLVED)
Replies: 18
Views: 11449

OK, that helps. However, I want at least 200 pixels of bgimage on each end (left and right) of the main menu. My style code is now with(milonic=new menuname("Main Menu")){ alwaysvisible=1; position="relative"; menuwidth="100%"; orientation="horizontal"; style=...
by dlpirl
Fri Apr 27, 2007 2:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: formatting problems for menu in table cell - (SOLVED)
Replies: 18
Views: 11449

oops!

Thanks, Ruth! I didn't see the problem because it was staring me right in the face. I actually had the overbgimage I wanted in my sub_data,js menu item calls. That was working because it was overriding the higher level style properties in the same file. I now have both overbgimage and pagebgimage in...
by dlpirl
Fri Apr 27, 2007 12:50 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: formatting problems for menu in table cell - (SOLVED)
Replies: 18
Views: 11449

yes, as a test, I have been trying to set pagebgimage the same as overbgimage, but it doesn't work, so I assumed the property didn't exit. But I do now see that the propery is listed in the Styles Properties Reference. Both are currently in my subs_data.js file. overbgimage="http://www.s2pmarke...
by dlpirl
Thu Apr 26, 2007 5:47 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: formatting problems for menu in table cell - (SOLVED)
Replies: 18
Views: 11449

a few more questions (OK, done)

Thanks, Ruth. WRT 1)... overbgimage sets the background image for the mouseover event. What I am after is a way to set the bg image when if the menu (or submenu) item points to the loaded page. I would call this pagebgimage, but that doesn't exist, so I am expecting the property doesn't exist. WRT 2...
by dlpirl
Thu Apr 26, 2007 4:53 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: formatting problems for menu in table cell - (SOLVED)
Replies: 18
Views: 11449

a few more questions

I've been able to resolve most of the issues. It turns out that some of the properties of the menu are actually controlled by the table cell definition. I wanted 100% width, but I couldn't get it until I set the cell width to 100%. You can see what I have now at http://www.s2pmarketsignal.com/. A co...
by dlpirl
Thu Apr 26, 2007 6:28 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: formatting problems for menu in table cell - (SOLVED)
Replies: 18
Views: 11449

formatting problems for menu in table cell - (SOLVED)

My menu is appearing the the middle of the page instead of at the top. See http://www.s2pmarketsignal.com/. I followed the instructions in 'Embedding the DHTML JavaScript Web Menu inside a Table Cell' (http://www.milonic.com/tablemenu.php) and split the menu into two parts. Pages are built with Fron...
by dlpirl
Wed Apr 25, 2007 2:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: how to repeat background image to both edges of page(SOLVED)
Replies: 1
Views: 8797

Solution

the answer (easy of course!) is...

Code: Select all

menubgimage=
by dlpirl
Wed Apr 25, 2007 2:15 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: how to repeat background image to both edges of page(SOLVED)
Replies: 1
Views: 8797

how to repeat background image to both edges of page(SOLVED)

Newbie question... Is there a way to cause a background image to extend to both left and right edges of page? I want the menu centered in at the bottom of the top (header) cell. Thanks!

I am using '100% Width Span Menu' but how do I get the background image to fill ouside the menu proper?