Has anyone encountered the issue of printing an html page displayed in a colorbox window and finding that the padding on the left is removed, causing the window to shift left in IE? This problem is new to me and I would greatly appreciate any advice on how to resolve it. Below is my code:
(click on mumbai)
<script type="text/javascript>
function printpage() {
window.print();
}
</script>
<a href="#" onclick="printpage()"><img src="images/user_ruth/blogtitle.jpg" /></a>