[jQuery] Printing contents of a tab within a lightbox-clone

[jQuery] Printing contents of a tab within a lightbox-clone


Hello folks,
I'm having difficulty getting the contents of a particular tab within
a jquery-ui Tabs collection that is present in a "lightbox" (Fancybox)
My print.css sheet is:
html, body {
display:block;
}
body * {
display:none;
}
#printresults {
display:block!important;
opacity:1.0!important;
}
#printresults is the div within a tab that I want printed. But when
I print (via an 'a' tag window.print() link) I get a magnificient blank page.
Ideas/solutions/leads?
Thanks/Bruce