1) Script Title:
Virtual Pagination Script
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...pagination.htm
3) Describe problem:
in regular css
.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}
in print.css
.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: block;
}
but it is only printing the current tab.
how can i makse sure that it prints all of the tabs when user hits print?
thank you



Reply With Quote

Bookmarks