Guest baselit Posted March 3, 2009 Report Posted March 3, 2009 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... !!!!
tpattison Posted March 3, 2009 Report Posted March 3, 2009 Try using the media="print" attribute of the link element:
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now