File indexing completed on 2024-05-12 15:40:06

0001 <html> <head> <title>Image Map Test 1</title> </head>
0002 
0003 
0004 <body>
0005 <H1>Image Map Test 1</H1>
0006 
0007 The following image is a clickable map:
0008 <P>
0009 <IMG ISMAP SRC="nav_bar.gif" ALT="" BORDER=0 USEMAP="#topbar" HEIGHT=18 WIDTH=361>
0010 <P>
0011 Moving the mouse cursor over the image should show different destinations
0012 <P>
0013 
0014 <!-- ===============  TOP IMAGE MAP =========== -->
0015 <MAP name="topbar">
0016 <AREA shape="rect" coords="90,0,120,18" href="http://www.kde.org/faq/kdefaq.html">
0017 <AREA shape="rect" coords="130,0,205,18" href="ftp://ftp.kde.org/pub/kde/">
0018 <AREA shape="rect" coords="215,0,295,18" href="http://www.kde.org/absolute_url.html">
0019 <AREA shape="rect" coords="305,0,355,18" href="relative_url_index.html">
0020 <AREA shape="default" nohref>
0021 </MAP>
0022 
0023 </BODY>
0024 </HTML>