Some Image Maps Do Not Work with IISLast reviewed: April 29, 1997Article ID: Q149112 |
The information in this article applies to:
SYMPTOMSSome image map files may not work well with Microsoft Internet Information Server (IIS) version 1.0 because of the syntax used for creating the map files.
CAUSEIIS uses the CERN specifications for image maps. Map files that use the following syntax may work on other World Wide Web (WWW) servers but may not function well on IIS:
default file.htm file1.htm rect (0,1) (170,53) file2.htm rect (264,26) (349,53) file3.htm rect (187,23) (264,53)The correct syntax for the above map data is:
default file.htm rect (0,1) (170,53) file1.htm rect (264,26) (349,53) file2.htm rect (187,23) (264,53) file3.htmNOTE: The rectangle range specifications occur prior to the destination HTML file. For more information on creating image maps for use with IIS, see Knowledge Base article number Q146573.
RESOLUTIONObtain the fix mentioned below.
STATUSMicrosoft has confirmed this to be a problem in Internet Information Server version 1.0. This problem was corrected in the latest Windows NT 3.51 U.S. Service Pack. For information on obtaining the Service Pack, query on the following word in the Microsoft Knowledge Base (without the spaces):
S E R V P A C K |
Additional query words:
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |