:: Forum >>

Printing

How to Print ?
Leonardo
Monday, October 3, 2005
I used this on the old version 1.0

@media print
{
.active-scroll-bars,
.active-scroll-left,
.active-scroll-corner {
display: none;
}


.active-scroll-top {
position: absolute;
overflow: visible;
width: auto!important;
height: auto!important;
}


.active-controls-grid {
overflow: visible;
height: auto;
width: auto;
}


.active-scroll-data {
position: absolute;
overflow: visible;
width: auto!important;
height: auto!important;
}

@page {
size: auto; /* auto is the initial value */
margin: 10%;
}

}


But not quite sure if the same applies to the new 2.0 version.
Anthony
Tuesday, October 4, 2005

This topic is archived.


Back to support forum

Forum search