BUG: Setting Border Size on a Frameset Does Not Render in Print or Print Preview (260273)



The information in this article applies to:

  • Microsoft Internet Explorer (Programming) 5.5

This article was previously published under Q260273

SYMPTOMS

When you Print or Print Preview a Web page that has a frame border (border attribute) that is set to a value other than the default, it may still display as the width of the default border.

CAUSE

During printing or print preview, the frame border is not scaled based on the high-resolution measurement. As a result, it defaults to the normal size.

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create the file Repro.htm with the following codes
    <HTML>
    <HEAD>
    </HEAD>
    <FRAMESET border="20" rows="*,*">
    <FRAME src="http://www.msn.com">
    <FRAME src="about:blank" >
    </FRAMESET>
    </HTML>
    					
  2. Navigate to Repro.htm in Internet Explorer.
  3. From the File menu, click Print Preview.

    You will see that the print preview doesn't respect the border width that you specified in the source.

REFERENCES

For more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites:

Modification Type:MajorLast Reviewed:5/11/2006
Keywords:kbBug kbprint KB260273