Search found 4 matches

by ssanchez
Thu Apr 20, 2006 7:57 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Changes to menu_data.js don't show in browser
Replies: 6
Views: 5075

Thanks for replying. I had already setup my menu following the instructions in http://www.milonic.com/tablemenu.php. I mistyped; only the top navbar is in the embeded_main_menu.js file; the submenus are detailed in the menu_data.js file.

It is fine for the main menu to have the same style as the ...
by ssanchez
Thu Apr 20, 2006 12:25 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Changes to menu_data.js don't show in browser
Replies: 6
Views: 5075

Thanks for replying. Unfortunately, I'm developing on a local machine so I can't pass you a URL.

Here's the relevant portion of my menu_data.js:
with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11";
fontstyle ...
by ssanchez
Wed Apr 19, 2006 11:38 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Changes to menu_data.js don't show in browser
Replies: 6
Views: 5075

How to change the menu bar size

OK, I found my cacheing problem. Now I'm getting the changes. However I have a new problem.

I can resize the menus using the following within menu_data.js:

with(menuStyle=new mm_style()){
fontsize="12";

But how do I resize the top level menu bar as it displays in my table cell? Do I set a font ...
by ssanchez
Wed Apr 19, 2006 11:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Changes to menu_data.js don't show in browser
Replies: 6
Views: 5075

Changes to menu_data.js don't show in browser

Help! I'm using the Milonic menu in a table cell for relative positioning. Everything was fine until I added a link to my CSS file. Now the entire menu is sized too small and I can't seem to change it. I've made changes in the menu_data.js file, but they don't appear in the menu.

I'm developing on ...