|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Printing reduces image size
i am using a simple print window script that prints a div tag.
The images don't maintain their size. Why?? Code:
function go()
{
var a = window.open('','','width=700,height=800');
a.document.open("text/html");
a.document.write(document.getElementById('foo').innerHTML);
a.document.close();
a.print();
}
|
|
#2
|
||||
|
||||
|
does this happen with all pictures?
__________________
The liver is evil and must be punished! |
|
#3
|
|||
|
|||
|
Quote:
I am printing a div element. Has two images. It seems that the div is shrunk somehow to fit on the print page. Any ideas? |
![]() |
| Viewing: Dev Shed Forums > Web Design > JavaScript Development > Printing reduces image size |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|