Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:21
CSS style sheet to no print menu
Poster: grace422
Dated: Wednesday December 21 2005 - 4:25:00 GMT
I am making a printer friendly style sheet for:
http://home.comcast.net/~w.a.cotton/USFS/index.htm
Does anyone know the code to not print the milonic menu? Below is my style sheet so far.
/* CSS Document - Printer friendly */
/* Black on white with 12-point, serif fonts:*/
body { color : #000000; background : #ffffff; font-family : "Times New Roman", Times, serif; font-size : 11pt; }
/* Underline links */
a { text-decoration : underline; color : #0000ff; }
/* Remove Non-Essential Images, Ads, Navigation, and Scripting */
#bottom-nav, #lftBar, #flash{ display : none; }
Poster: vikenk
Dated: Wednesday December 21 2005 - 6:11:23 GMT
grace442,
The code to put in your style sheet is:
.mmenu
{
position:absolute;
display:none;
}
To see the full description, see the menu FAQ at:
http://www.milonic.com/menufaq.php#noMenuOnPrint
Viken K.