jScrollPane print-Stylesheet
JScrollPane ist ein jQuery Plugin von Kevin Luck:
http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html.
Folgenden Codeschnipsel für eine korrekte Druck-Ausgabe habe ich hier gefunden:
http://stackoverflow.com/questions/2570906/how-to-print-a-full-content-of-jscrollpane
div.jScrollPaneContainer { position: static !important; height: auto !important; overflow: visible !important; } div.jScrollPaneContainer > * { display: none !important; } div.scroll-pane { position: static !important; display: block !important; float: none !important; }
No comments yet