IntelliJ Java IDE
The moose likes JSF and the fly likes x:div print is transparent Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "x:div print is transparent" Watch "x:div print is transparent" New topic
Author

x:div print is transparent

camilla bat
Greenhorn

Joined: Jul 29, 2005
Posts: 14
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.
 
 
subject: x:div print is transparent
 
Threads others viewed
selectManyCheckbox
login user at most once ?
Scrolling problem with floating divs
How to troubleshoot "duplicate Id for a component" errors?
Formatting problem.
IntelliJ Java IDE