PRB: Internet Explorer 4.0 Does Not Display Background Images (175191)
The information in this article applies to:
- Microsoft Internet Explorer 4.0 for Windows NT 4.0
- Microsoft Internet Explorer 4.0 for Windows 95
- Microsoft Visual InterDev 1.0
- Microsoft Visual InterDev 6.0
This article was previously published under Q175191 SYMPTOMS
Pages that are created with the Visual InterDev Data Form Wizard do not display background images in Internet Explorer 4.0.
CAUSE
The underlying cause of this behavior is that Internet Explorer 4.0 adheres
much closer to the HTML 3.2 specification than before. According to the Cascading Style Sheet (CSS) spec, CSS tags take precedence over HTML tags. Pages that are created by using the Data Form Wizard have a reference to a cascading style sheet. The CSS has a tag for the background image of Transparent, thus overriding any value in the body tag of the ASP file.
RESOLUTION
Delete the "background: transparent;" line from the BODY property of the
Cascading Style Sheet.
STATUS
According to the CSS specification, this behavior is by design.
REFERENCES
For the latest Knowledge Base articles and other support information on
Visual InterDev and Active Server Pages, see the following page on the
Microsoft Technical Support site:
Modification Type: | Major | Last Reviewed: | 5/2/2006 |
---|
Keywords: | kbprb kbwizard KB175191 |
---|
|