Thanks for the help.
Search found 13 matches
- Wed Oct 21, 2009 4:17 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: php_sitemap help
- Replies: 9
- Views: 15337
Re: php_sitemap help
After moving my main menu from my index.php page to my menudata.js file and setting it as alwaysvisible it worked fine. I had previously located it on each page for compatibility with a CMS system which I have since removed.
Thanks for the help.
Thanks for the help.
- Wed Oct 21, 2009 1:01 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: php_sitemap help
- Replies: 9
- Views: 15337
Re: php_sitemap help
SEO friendly is one of two goals, the other is having a sitemap page.
- Tue Oct 20, 2009 10:13 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: php_sitemap help
- Replies: 9
- Views: 15337
Re: php_sitemap help
My page template for every page has:
<!-- Milonic menu --><br />
<script type="text/javascript">
with(milonic=new menuname("blockmenu")){
alwaysvisible=1;
position="relative";
orientation="vertical";
style=ajaxStyle;
aI("tooltip=DeltaWeatherCam main page. Thanks for Visiting!;image=../home ...
<!-- Milonic menu --><br />
<script type="text/javascript">
with(milonic=new menuname("blockmenu")){
alwaysvisible=1;
position="relative";
orientation="vertical";
style=ajaxStyle;
aI("tooltip=DeltaWeatherCam main page. Thanks for Visiting!;image=../home ...
- Tue Oct 20, 2009 6:36 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: php_sitemap help
- Replies: 9
- Views: 15337
Re: php_sitemap help
I really appreciate your help and prompt response. No reason not to post it here that I can think of, here it is:
fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=350;
_menuOpenDelay=150;
_subOffsetTop ...
fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=350;
_menuOpenDelay=150;
_subOffsetTop ...
- Tue Oct 20, 2009 5:40 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: php_sitemap help
- Replies: 9
- Views: 15337
Re: php_sitemap help
I turned on php error logging. Then, to make sure it is finding menu_data.js I intentionally misspelled it in sitemap.php. This generated a php error that function.fopen failed to open menuX_data.js, no such file in mm_dataminer.php on line 539. When I change it to the correct spelling it does not ...
- Tue Sep 08, 2009 6:52 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: php_sitemap help
- Replies: 9
- Views: 15337
php_sitemap help
I have tried to implement php_sitemap on my site which is entirely based on php. When I execute http://deltaweathercam.com/extras/php_sitemap/index.php
I get the text output from the file but it does not generate any site map information. I have also tried moving the mm_dataminer.php file to my ...
I get the text output from the file but it does not generate any site map information. I have also tried moving the mm_dataminer.php file to my ...
- Thu Feb 14, 2008 5:13 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: tooltips causing undefined style error on page
- Replies: 6
- Views: 5340
Re: tooltips causing undefined style error on page
OK, the solution is to place the tooltips.js source AFTER the milonic_src and mmenudom sources, but before the menu_data.js source:
<script type="text/javascript" src="milonic_src.js"></script>
<script type="text/javascript" src="mmenudom.js"></script>
<script type="text/javascript" src="tooltips ...
<script type="text/javascript" src="milonic_src.js"></script>
<script type="text/javascript" src="mmenudom.js"></script>
<script type="text/javascript" src="tooltips ...
- Wed Feb 13, 2008 9:27 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: tooltips causing undefined style error on page
- Replies: 6
- Views: 5340
Re: tooltips causing undefined style error on page
I have removed the tooltips.js because it prevents my menus from dropping down. We can do this via phone if you like, hit me with an email and I'll send you the number.
- Wed Feb 13, 2008 7:16 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: tooltips causing undefined style error on page
- Replies: 6
- Views: 5340
Re: tooltips causing undefined style error on page
Thanks for the reply John. I have tried changing my order of calls for the sources and removed the NS4 check, but I still have an issue. My calls now look like:
<script type="text/javascript" src="milonic_src.js"></script>
<script type="text/javascript" src="mmenudom.js"></script>
<script type ...
<script type="text/javascript" src="milonic_src.js"></script>
<script type="text/javascript" src="mmenudom.js"></script>
<script type ...
- Wed Feb 13, 2008 6:29 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: tooltips causing undefined style error on page
- Replies: 6
- Views: 5340
tooltips causing undefined style error on page
after installing tooltips I get an error on my pages saying 'Line 22, char 1, mm_style is undefined. This seems to relate directly to the tooltips.js file definition for the mm_style which is included in my page just after my head with my other menu files:
<script type="text/javascript" src ...
<script type="text/javascript" src ...
- Fri May 05, 2006 1:00 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Menu above flash in Firefox
- Replies: 6
- Views: 5801
Well, in the interest of helping others, here is the official answer. It seems there is a bug in Mozilla. The mouseout doesn't fire if a Div is located over an Object. A demo of a DIV on top of Flash can be seen at http://www.milonic.com/bugreports/mozbug4.php - as you can see the onMouseOut event ...
- Wed May 03, 2006 1:24 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Menu above flash in Firefox
- Replies: 6
- Views: 5801
Thanks Migru. I did study that example but see nothing that relates to my issue. It does happen with Firefox 1.5.0.2 and the new 1.5.0.3. The menu is located above a .swf movie.
Is there something specific in the menu sample you mentioned that I am missing? I've looked at the data.js file and the ...
Is there something specific in the menu sample you mentioned that I am missing? I've looked at the data.js file and the ...
- Wed May 03, 2006 3:21 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Menu above flash in Firefox
- Replies: 6
- Views: 5801
Menu above flash in Firefox
I did a search but didn't see this one answered. My menu is located above a Flash applet, and in IE it works fine and menus disappear when the mouse is moved off the menu items.
However, in Firefox the menu displays fine over the flash movie (I have fixMozillaZIndex=true), but the menu doesn't ...
However, in Firefox the menu displays fine over the flash movie (I have fixMozillaZIndex=true), but the menu doesn't ...