Background Color in Select Tag Does Not Print or Preview the Correct Color (257243)



The information in this article applies to:

  • Microsoft Internet Explorer 5.5 for Windows NT 4.0
  • Microsoft Internet Explorer 5.5 for Windows 98 Second Edition
  • Microsoft Internet Explorer 5.5 for Windows 98
  • Microsoft Internet Explorer 5.5 for Windows 95
  • Microsoft Internet Explorer 5.5 for Windows 2000

This article was previously published under Q257243

SYMPTOMS

In a printout or print preview screen of a Web page, the background color in a Select tag is not printed or displayed.

STATUS

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

MORE INFORMATION

The following code does not print or preview the green background inside of the Select box.
<HTML>
<HEAD>


<BODY bgcolor=yellow>
    Ensure Advanced Tab - print background colors enabled<br>
    View in print preview <br>
    Result: background-color:green is ignored<br>
		   
		<SELECT STYLE=" background-color:green">
			 <OPTION >Print Preview
			 <OPTION > -- OR --
			 <OPTION>Print
			 
		</SELECT>
	
</BODY>
</HTML>
				

Modification Type:MajorLast Reviewed:12/5/2003
Keywords:kbdisplay kbprb kbprint KB257243