Skip to content

jScrollPane print-Stylesheet

von dennis

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;
}

Aus → CSS

No comments yet

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS

*