@media print...

liunx

Guest
For the website I'm working on, most of the content is in layers. Now when I print off the page I only print the content of those layers that have that content (I use id-"content" to mark them). The problem is that sometimes the layer will not fit onto the printing page. So what I want to do is move it over for printing. Here is the code that I tried:

div#Content { display: block;
color: #000000;
position:absolute;
left:20;
top:20; }

It's not working...can someone give me a hand?

-dkozari
 
Back
Top