PDA

View Full Version : Printing of the Tab Content Script


fisher999
07-14-2007, 05:21 AM
Hi,

The Tab content script is very good:
http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm

But when I print the page, I find all the tab contents are print out! Is there anyway can print only one tab content at once.

Thanks
Student

ddadmin
07-14-2007, 07:21 AM
That's done on purpose actually, for accessibility reasons. If you wish to remove that feature, inside the .css, remove the code at the very end:

@media print {
.tabcontent {
display:block!important;
}
}