Hi,
The Tab content script is very good:
http://www.dynamicdrive.com/dynamici...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
Hi,
The Tab content script is very good:
http://www.dynamicdrive.com/dynamici...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
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:
Code:@media print { .tabcontent { display:block!important; } }
Bookmarks