newyorker2
11-14-2008, 06:50 PM
1) Script Title:
Virtual Pagination Script
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/virtualpagination.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
Virtual Pagination Script
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/virtualpagination.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