Jump to content

Recommended Posts

Guest baselit
Posted

I need to print the contents of a scrolling div, but the printed is the shown data in the screen (the begin of the scroll) not all the div (the div is larger than the screen).

 

I have tried many things but leads me to nothing, can you help me please?

 

 

I have tried this

 

 

@media print

{ #dvEvaluation { display:block; overflow:visible; height:700px;font-size: 20pt; }

#dvPlayer { display: none;}

 

}}

 

But nothing happened... !!!!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...