
08-22-2009
|
|
|
|
Re: Internet Explorer 6 Printing - Nested DIV tags with overlappingim
jmeyer09 wrote:
> Hi,
>
> I am having to resolve a printing issue in Internet Explorer 6 (our
> government client still uses IE6 as it's standard). I have an HTML page that
> has nested DIV tags with overlapping images. The page appears correct in the
> print preview window. But, when it prints, none of the images are appearing.
> Any help would be much appreciated.
>
> Thanks,
> Jim
That's faulty page coding. HTML tags are supposed to sequential or
nested, NEVER overlapping. If you aren't in position to correct the code
on the site you might be able to save a copy of the page to your hard
drive and correct it there. There's also a possibility you could copy
the content to the Windows clipboard and paste it into an editor like
Microsoft Word or OpenOffice Write.
In some cases an image has to be implemented as a mosaic of smaller
rectangular images or a larger block with the image as a background of
the outer <div></div> pair (you may have to research CSS inline styles)
|