Search found 9 matches

by mcooledge
Wed Oct 03, 2007 4:38 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Hidding Menus when printing - {SOLVED}
Replies: 1
Views: 11022

Re: Hidding Menus when printing

I found out what i was doing wrong. in the code below where display:none i needed to add "!important" like this "display: none !important;" With that it has priority of previous instructions. <head> <style type="text/css"> @import url(CSS/index.css); @media Print { .men...
by mcooledge
Wed Sep 19, 2007 11:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Hidding Menus when printing - {SOLVED}
Replies: 1
Views: 11022

Hidding Menus when printing - {SOLVED}

I am trying to remove the menu when I print. Below is the CSS code that I am using and if removes every thing but the menu. <head> <style type="text/css"> @import url(CSS/index.css); @media Print { .menu, .image, .login, .bottomofpage { display: none; } .wrapper{ background: #FFF; border-s...
by mcooledge
Sun Jul 22, 2007 8:42 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Centering Menu in browser
Replies: 2
Views: 3944

I found part of my question on Menu centering on this page.
http://support.milonic.com/beginners/ta ... /index.htm

I am still trying to figure out the menu to stay and the page scroll.

Thanks
by mcooledge
Sun Jul 22, 2007 8:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Centering Menu in browser
Replies: 2
Views: 3944

Centering Menu in browser

I am revising my web site and i want to center my menus on the top of the page. I have used the following CSS code to make the page center on any browser but the menu is bing place on the left by what ever i want it to be. I would like it to be centered even when the user resizes their browser. #wra...
by mcooledge
Mon Oct 24, 2005 2:04 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can not get Milonic to go away in Licensed menu
Replies: 1
Views: 2915

I found the problem. I did not reference milonic on each page.
by mcooledge
Sat Oct 22, 2005 3:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Free use of the menu
Replies: 25
Views: 229089

I may be a little lost with this statement "Basically, you now need to include the following on all pages that use the menu in order to use the latest version (5.711) so that the annoying popup-box does not appear. " . If i am using a Frame webpage does the information need to be in the si...
by mcooledge
Sat Oct 22, 2005 3:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can not get Milonic to go away in Licensed menu
Replies: 1
Views: 2915

Can not get Milonic to go away in Licensed menu

I cannot get the Milonic to stop showing up in my menu. I have a license but it will not go away. Some times, it does not show in all menus. Some times the FAQ will show up in the side.html. I would appreciate it if some one could look at my code and see where I went wrong. I have tried using the me...
by mcooledge
Tue Sep 27, 2005 10:17 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic show in my frames menu
Replies: 2
Views: 3079

Thanks,
I will check my level and I am waiting for the license when i get the web site a little further along.
by mcooledge
Mon Sep 26, 2005 3:27 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic show in my frames menu
Replies: 2
Views: 3079

Milonic show in my frames menu

Here is the problem. I have added some submenus and the milonic link shows up in the first submenu link. This does not happen all the time or on the same link. Could the problem be related to the licensing? Here is my menu_data_body.js _menuCloseDelay=10 // The time delay for menus to remain visible...