RE: image map and NN4.76

by "Captain F.M. O'Lary" <ctfuzzy(at)canopy.net>

 Date:  Fri, 27 Apr 2001 19:30:04 -0400
 To:  "Ed Peddycoart" <ed(at)celticblues.com>,
"HWG-Basics" <hwg-basics(at)hwg.org>
 References: 
  todo: View Thread, Original
You have been bitten by the NetScape Space Bug.


Believe it or not Netscape is angry about encountering line feeds where is
expects spaces.

Put all the code on one line (for a given tag) and it'll (probably) work.

HTH,
Fuzzy.






At 09:23 AM 4/27/01 -0500, Ed Peddycoart wrote:
>A little more detail on this problem...
>
>I have a 200x200 pixel gif.  I am using the following HTML code...
>
><!DOCTYPE html
>     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
>     "DTD/xhtml1-transitional.dtd">
><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
>   <head>
>       <title>Map Test</title>
>   </head>
>
>   <body>
>       <img src="maptest.gif"
>            alt="Map Test GIF"
>            width="200"
>            height="200"
>            border="0"
>           	usemap="#mymap.map"></img>
>
>	    <map id="mymap.map">
>         <area shape="rect"
>               coords="0,0,100,100"
>               href="topleft.html"
>               alt="TopLeft"></area>
>         <area shape="rect"
>               coords="100,0,200,100"
>               href="topright.html"
>               alt="TopRight"></area>
>         <area shape="rect"
>               coords="0,100,100,200"
>               href="bottomleft.html"
>               alt="BottomLeft"></area>
>         <area shape="rect"
>               coords="100,100,200,200"
>               href="bottomright.html"
>               alt="BottomRight"></area>
>         </map>
>   </body>
></html>
>
>Doesn't work in netscape, but does in IE and opera....Probably something
>silly....
>
>Ed
>
>
>>-----Original Message-----
>>From: Cook, Shelby [mailto:scook(at)equibase.com]
>>Sent: Friday, April 27, 2001 9:12 AM
>>To: 'Ed Peddycoart'
>>Subject: RE: image map and NN4.76
>>
>>
>>NN works fine with image maps but make sure you have your <./map>  or it
>>won't work.
>>
>>Shelby
>>
>>> -----Original Message-----
>>> From: Ed Peddycoart [mailto:ed(at)celticblues.com]
>>> Sent: Friday, April 27, 2001 9:25 AM
>>> To: HWG-Basics
>>> Subject: image map and NN4.76
>>>
>>>
>>> Is there a problem with NN4.76 and image maps?  I have a very
>>> simple image
>>> map and I can't seem to get it to work.  It works in IE5.X
>>> and Opera 5.02.
>>> BTW, is there a source of information on the internet that lists known
>>> problems with the various browsers etc.?
>>>
>>> Ed
>>>
>>> ---------------------------------------
>>> "Character is doing your best when
>>>  nobody is watching."
>>>  ~ to J. C. Watts by his father
>>> ---------------------------------------
>>>
>
______________________________________________________________
Captain F.M. O'Lary
webmaster(at)canopy.net
Be nice to the nerds and geeks in high school- you'll be working for them
in the future.
------------------------------------------------------------------

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA