Search found 3 matches
- Fri Aug 29, 2003 11:47 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: printing issue
- Replies: 14
- Views: 11598
- Fri Aug 29, 2003 7:43 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: printing issue
- Replies: 14
- Views: 11598
- Fri Aug 29, 2003 7:33 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: How to hide menus when printing?
- Replies: 1
- Views: 2116
How to hide Milonic from printouts
I mentioned this on the mailing list but it bears repeating.
Create a file named hideprint.css and put the following line in it:
#menu0 {display:none;}
Then, in your pages using the menu, add the following line into the <HEAD> section:
<link href="hideprint.css" rel="stylesheet" media="print ...
Create a file named hideprint.css and put the following line in it:
#menu0 {display:none;}
Then, in your pages using the menu, add the following line into the <HEAD> section:
<link href="hideprint.css" rel="stylesheet" media="print ...