<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1026654" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1026654</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/image-maps#comment-1160337</link>
    <description> &lt;p&gt;Thanks.  &lt;/p&gt;
&lt;p&gt;Just moments ago I switched back to using straight forward cut-up images instead of image maps so the links in my original post won&#039;t show any examples anymore.  But thanks for the help.  I still use image maps on two other sites and I will definitely need to get those sites &quot;upgraded&quot; to XHTML 1.1 valid sooner or later, so that info will come to good use.&lt;/p&gt;
 </description>
     <pubDate>Tue, 12 Oct 2004 05:18:32 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1160337 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/image-maps#comment-1160321</link>
    <description> &lt;p&gt;You should always doubt someone else&#039;s knowledge if you can test it! &lt;a href=&quot;http://archivist.incutio.com/viewlist/css-discuss/30067&quot; class=&quot;bb-url&quot;&gt;More on the specifics&lt;/a&gt; (search for &quot;underscore CSS naming&quot; and you&#039;ll get some hacks as well).&lt;/p&gt;
&lt;p&gt;Yes, you can use an ID for something that is unique on the page but used on many pages. That&#039;s perfect usage. &lt;/p&gt;
&lt;p&gt;The errors on your page are simple -- don&#039;t use &lt;strong&gt;name&lt;/strong&gt; in the map element, use quotes around attribute values, and use &lt;strong&gt;usemap=&quot;map&quot;&lt;/strong&gt; -- where&#039;s the problem?&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Oct 2004 22:33:31 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1160321 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/image-maps#comment-1160277</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Suzanne wrote:&lt;/strong&gt; No underscores are allowed in CSS names, dude. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Interesting.  I don&#039;t doubt your knowledge but I use underscores within CSS names all the time and that&#039;s never caused a validation problem.  &lt;a href=&quot;http://jigsaw.w3.org/css-validator/validator?uri=http://www.allthevoicesinmyhead.com/voice.php&quot; class=&quot;bb-url&quot;&gt;Here&#039;s a validation link to one of the other pages that use an underscore for two different sections.&lt;/a&gt; &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/confused.png&quot; title=&quot;Confused&quot; alt=&quot;Confused&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Busy wrote:&lt;/strong&gt; come to think about it, why use an image map for this anyway, it&#039;s totally pointless. A linked image does the same thing, either way your email addres is hardcoded.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I was thinking about, and I&#039;m still considering just linking the images but then I would need to carve up all of my images into smaller pieces.  As I&#039;m doing it now, all the &#039;right-side-content&#039; graphics on each page are one of two sizes to make CSS coding simpler.  That was just my thought process but if it&#039;s not going to validate than I may as well go back to the carved up method.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Busy wrote:&lt;/strong&gt; your missing quotes around shape=&quot;rect&quot;&lt;br /&gt;
area tag needs to be closed&lt;br /&gt;
try remove the id=&quot;map&quot; from map tag&lt;br /&gt;
put the div above the map tag&lt;/p&gt;
&lt;p&gt;Been a while since I&#039;ve done an imagemap but you may also have to add a default, try the above first and see what errors, if any you get.&lt;/p&gt;
&lt;p&gt;As for the id for border, try class, not id if using for more than one time use.&lt;br /&gt;
border=&quot;0&quot; is valid&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I&#039;ll try that recommendation when I get a chance to work on it tonight.  Regarding the border, I am using the ID instead of class because that &#039;tag&#039; (content_BR) is only being used once per page but it is being used on multiple pages.  As I understood it, that&#039;s okay, right?  And it&#039;s just that I can&#039;t use the same ID= on the same page, right?&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Oct 2004 13:34:49 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1160277 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/image-maps#comment-1160273</link>
    <description> &lt;p&gt;come to think about it, why use an image map for this anyway, it&#039;s totally pointless. A linked image does the same thing, either way your email addres is hardcoded.&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Oct 2004 09:29:40 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1160273 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/image-maps#comment-1160262</link>
    <description> &lt;p&gt;No underscores are allowed in CSS names, dude. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Oct 2004 00:35:41 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1160262 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/image-maps#comment-1160260</link>
    <description> &lt;p&gt;your missing quotes around shape=&quot;rect&quot;&lt;br /&gt;
area tag needs to be closed&lt;br /&gt;
try remove the id=&quot;map&quot; from map tag&lt;br /&gt;
put the div above the map tag&lt;/p&gt;
&lt;p&gt;Been a while since I&#039;ve done an imagemap but you may also have to add a default, try the above first and see what errors, if any you get.&lt;/p&gt;
&lt;p&gt;As for the id for border, try class, not id if using for more than one time use.&lt;br /&gt;
border=&quot;0&quot; is valid&lt;/p&gt;
 </description>
     <pubDate>Sun, 10 Oct 2004 23:18:08 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1160260 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
