SyntaxFix
Write A Post
Hire A Developer
Questions
Hey If you want to print selected area or div ,Try This.
<style type="text/css"> @media print { body * { visibility: hidden; } .div2 * { visibility: visible; } .div2 { position: absolute; top: 40px; left: 30px; } } </style>
Hope it helps you