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:15
NavBar Printing Problem
Poster: greg
Dated: Tuesday February 7 2006 - 17:56:40 GMT
When I go to print out the page Im working on, the navbar on the left will also show up in the center covering up some text. How can I fix this problem?
Poster: Migru
Dated: Tuesday February 7 2006 - 21:54:13 GMT
Hi
Quote:
Also, just to re-iterate printing and the menu. If you declare a style sheet of type media=print and then place this little snippet in the CSS file, it will do pretty much the same thing
Code:
.mmenu
{
position:absolute;
display:none;
}
{
position:absolute;
display:none;
}
found in the archives
http://www.milonic.com/mfa/2003-August/002316.html
Michael
There is a "search" option in the menu of this page and homepage. I tested that and you can see, it works, I could find what I was searching for.
I even remember to have seen it somewhere else on one of the pages.
*) the css file is normally referenced in the head section of your html file
sample:
<link href="yourfilename.css" rel="stylesheet" media="print">