The information in this article applies to:
SYMPTOMSThemes created in Visual InterDev 6.0 may fail to show any graphic images when viewed in Netscape's Navigator or Communicator products. CAUSE
Netscape incorrectly implements relative URLs as defined in the CSS level 1 and 2 specifications. Theme style sheets use relative paths to the images files. Internet Explorer correctly requests the image files from the same folder as the .css file, while Netscape products request the images from the same folder as the .htm document. Partial URLs are interpreted relative to the source of the style sheet, not relative to the document.The CSS Level 2 specification defines the use of relative URLs(in section 4.3.4) as follows: For CSS style sheets, the base URI is that of the style sheet, not that of the source document. RESOLUTIONTo make allowances for this behavior, you can edit the style sheets in a text editor such as Notepad and add fully qualifed URLs for each graphic image as the following example:
This should be changed to the following:
MORE INFORMATIONThis problem has been reported to Netscape. Additional query words:
Keywords : kbSiteDesigner kbVisID600 kbGrpASP kbDSupport |
Last Reviewed: September 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |