bytehd wrote:
> wish we cold get the left-hand browse menu to "hide" when printing....
> :)

Add this to the bottom of your assp.css file.
It's a bit rough but it will hide the menu when printing.

----------start snip---------------
@media print {
  .navMenu { display: none; width: 0em; }
  .content { margin: 5px 0em 0em 0em; }
}
----------End snip---------------

Kevin


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to