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 {
.menu, .image, .login ...
Search found 9 matches
- Wed Oct 03, 2007 4:38 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Hidding Menus when printing - {SOLVED}
- Replies: 1
- Views: 18608
- Wed Sep 19, 2007 11:03 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Hidding Menus when printing - {SOLVED}
- Replies: 1
- Views: 18608
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 ...
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 ...
- Sun Jul 22, 2007 8:42 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Centering Menu in browser
- Replies: 2
- Views: 4826
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
http://support.milonic.com/beginners/ta ... /index.htm
I am still trying to figure out the menu to stay and the page scroll.
Thanks
- Sun Jul 22, 2007 8:16 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Centering Menu in browser
- Replies: 2
- Views: 4826
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 ...
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 ...
- 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: 3640
- Sat Oct 22, 2005 3:27 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Free use of the menu
- Replies: 25
- Views: 339376
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 side.html or ...
" . If i am using a Frame webpage does the information need to be in the side.html or ...
- 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: 3640
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 ...
- 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: 3940
- 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: 3940
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 ...
Here is my menu_data_body.js
_menuCloseDelay=10 // The time delay for menus to remain ...