A
AAaron123
Suppose to be a frame with an image that just fits inside.
Works well in IE8 except the frame has more space between it and the window
below than above.
In FireFox the frame is too big for the image, but worst than that, the
image is all the way to the top.
openedWindow.document.write('<center><div style="width:' + divWidth + ';
height:' + divHeight + '; border-color:white; border-style:ridge;
border-width:15px;"><img width="' + w + '" height="' + h + '" src="' + path
+ '" /></div></center>');
The more serious problem is FireFox.
Do you know how to fix it?
Thanks
Works well in IE8 except the frame has more space between it and the window
below than above.
In FireFox the frame is too big for the image, but worst than that, the
image is all the way to the top.
openedWindow.document.write('<center><div style="width:' + divWidth + ';
height:' + divHeight + '; border-color:white; border-style:ridge;
border-width:15px;"><img width="' + w + '" height="' + h + '" src="' + path
+ '" /></div></center>');
The more serious problem is FireFox.
Do you know how to fix it?
Thanks