• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

x:div print is transparent

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a problem using x:div when it comes to printing out the page.
Although it looks fine on the webpage, the layer is transparent when I print it out. This means that everything behind the layer is visible on the print, s� everything looks very messy.

<x:div style="position:absolute; left:120px; z-index:2;">
<h:panelgrid>
//some info in a table
</h:panelgrid>
</x:div>

I'm not sure if this is a jsf thing or maybe a styling issue.
Anyone who has seen this before and know if I can fix it somehow? The users need to print out the pages...

Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic