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


Reply via email to