<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CSS Image Maps With Pop-Up Tool Tips</title>
	<atom:link href="http://csshowto.com/effects/css-image-maps-with-pop-up-tool-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://csshowto.com/effects/css-image-maps-with-pop-up-tool-tips/</link>
	<description>css how to</description>
	<lastBuildDate>Mon, 08 Feb 2010 12:03:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve</title>
		<link>http://csshowto.com/effects/css-image-maps-with-pop-up-tool-tips/comment-page-2/#comment-17681</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 28 Dec 2009 18:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.com/effects/css-image-maps-with-pop-pp-tool-tips/#comment-17681</guid>
		<description>Very cool code.  I have one small problem - the tool tips show up upon hovering but there is a white box for all hotspots.  Any idea on how to eliminate those?

Thanks,

Steve</description>
		<content:encoded><![CDATA[<p>Very cool code.  I have one small problem &#8211; the tool tips show up upon hovering but there is a white box for all hotspots.  Any idea on how to eliminate those?</p>
<p>Thanks,</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://csshowto.com/effects/css-image-maps-with-pop-up-tool-tips/comment-page-2/#comment-17241</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Sun, 06 Dec 2009 01:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.com/effects/css-image-maps-with-pop-pp-tool-tips/#comment-17241</guid>
		<description>Thank you for this, this is a really great concept.  My problem is, I am trying to use it on a dynamic (asp) page, and the image displays differently in IE than in Firefox once the server builds the page.  If I code the links based on their placement in FF, they show up in the wrong place in IE, and vice versa.  I&#039;ve tried changing the positioning between relative/absolute and various other fixes, and I can&#039;t figure out how to make the links relative to the map UL OR the [a] anchor such that the coords stay the same regardless of whether IE adds more padding to the header-sidebar etc.  The URL of my test page is above on my name (so far only &quot;Albuquerque&quot; &quot;Alamogordo&quot; and &quot;Ruidoso&quot; are actually coded).

Plus I don&#039;t really understand why the text is displaying in different places when I am trying to get it to line up in one place along the right side of the map, but I can live with that if I could just get it to work across browsers.

Thanks to anyone for any suggestions.</description>
		<content:encoded><![CDATA[<p>Thank you for this, this is a really great concept.  My problem is, I am trying to use it on a dynamic (asp) page, and the image displays differently in IE than in Firefox once the server builds the page.  If I code the links based on their placement in FF, they show up in the wrong place in IE, and vice versa.  I&#8217;ve tried changing the positioning between relative/absolute and various other fixes, and I can&#8217;t figure out how to make the links relative to the map UL OR the [a] anchor such that the coords stay the same regardless of whether IE adds more padding to the header-sidebar etc.  The URL of my test page is above on my name (so far only &#8220;Albuquerque&#8221; &#8220;Alamogordo&#8221; and &#8220;Ruidoso&#8221; are actually coded).</p>
<p>Plus I don&#8217;t really understand why the text is displaying in different places when I am trying to get it to line up in one place along the right side of the map, but I can live with that if I could just get it to work across browsers.</p>
<p>Thanks to anyone for any suggestions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Doherty</title>
		<link>http://csshowto.com/effects/css-image-maps-with-pop-up-tool-tips/comment-page-1/#comment-16942</link>
		<dc:creator>David Doherty</dc:creator>
		<pubDate>Tue, 17 Nov 2009 21:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.com/effects/css-image-maps-with-pop-pp-tool-tips/#comment-16942</guid>
		<description>Great work, but I am having real trouble with this in IE, so I wonder if you could help? I have taken your code and am trying to pop up a menu based on hotspots. All seems to render well in FF but will not work in IE. I would complain about IE but the code does not pass CSS validation, as I am trying to nest UL and LI elements within your original  &lt;a&gt; tags (which is wrong, of course).

Is there any chance you cna let me know how this can be done?

For example, my HTML code looks like this:

  &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;&lt;b&gt;Wembley&lt;/b&gt;
    
      Header
      &lt;a href=&#039;&#039; rel=&quot;nofollow&quot;&gt;Subtext&lt;/a&gt;
      &lt;a href=&#039;&#039; rel=&quot;nofollow&quot;&gt;Subtext&lt;/a&gt;
      &lt;a href=&#039;&#039; rel=&quot;nofollow&quot;&gt;Subtext&lt;/a&gt;
    
  


---------------

This renders very badly in IE so any help would be appreciated.

Regards</description>
		<content:encoded><![CDATA[<p>Great work, but I am having real trouble with this in IE, so I wonder if you could help? I have taken your code and am trying to pop up a menu based on hotspots. All seems to render well in FF but will not work in IE. I would complain about IE but the code does not pass CSS validation, as I am trying to nest UL and LI elements within your original  <a> tags (which is wrong, of course).</p>
<p>Is there any chance you cna let me know how this can be done?</p>
<p>For example, my HTML code looks like this:</p>
<p>  </a><a href="#" rel="nofollow"><b>Wembley</b></p>
<p>      Header<br />
      </a><a href='' rel="nofollow">Subtext</a><br />
      <a href='' rel="nofollow">Subtext</a><br />
      <a href='' rel="nofollow">Subtext</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>This renders very badly in IE so any help would be appreciated.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: indika</title>
		<link>http://csshowto.com/effects/css-image-maps-with-pop-up-tool-tips/comment-page-1/#comment-16455</link>
		<dc:creator>indika</dc:creator>
		<pubDate>Tue, 20 Oct 2009 10:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.com/effects/css-image-maps-with-pop-pp-tool-tips/#comment-16455</guid>
		<description>can someone please explain why position used &quot;absolute&quot; to &quot;#map li a&quot;

#map li a{
	display:block;
	position:absolute;
	background-image:url(spacer.gif);
	text-decoration:none;
	color:#000;
	}

and later used position &quot;relative&quot; to &quot;#map li a:hover span&quot;

#map li a:hover span{
	display:block;
	position:relative;
	width:200px;
	left:20px; top:20px;
	padding:5px;
	border:2px solid #CCC;
	background:#fff;
	filter:alpha(opacity=80);
	opacity:0.8;
	}</description>
		<content:encoded><![CDATA[<p>can someone please explain why position used &#8220;absolute&#8221; to &#8220;#map li a&#8221;</p>
<p>#map li a{<br />
	display:block;<br />
	position:absolute;<br />
	background-image:url(spacer.gif);<br />
	text-decoration:none;<br />
	color:#000;<br />
	}</p>
<p>and later used position &#8220;relative&#8221; to &#8220;#map li a:hover span&#8221;</p>
<p>#map li a:hover span{<br />
	display:block;<br />
	position:relative;<br />
	width:200px;<br />
	left:20px; top:20px;<br />
	padding:5px;<br />
	border:2px solid #CCC;<br />
	background:#fff;<br />
	filter:alpha(opacity=80);<br />
	opacity:0.8;<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://csshowto.com/effects/css-image-maps-with-pop-up-tool-tips/comment-page-1/#comment-14914</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Fri, 28 Aug 2009 19:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.com/effects/css-image-maps-with-pop-pp-tool-tips/#comment-14914</guid>
		<description>I am using the code and really like it. But it seems I can not get more than 6 links to show up at once. Meaning if I code 10 links only the last 6 will show up linked on the image.
Any ideas?</description>
		<content:encoded><![CDATA[<p>I am using the code and really like it. But it seems I can not get more than 6 links to show up at once. Meaning if I code 10 links only the last 6 will show up linked on the image.<br />
Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://csshowto.com/effects/css-image-maps-with-pop-up-tool-tips/comment-page-1/#comment-14851</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Wed, 26 Aug 2009 16:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.com/effects/css-image-maps-with-pop-pp-tool-tips/#comment-14851</guid>
		<description>http://scheblerchimney.com/map_test.html

Comes up fine in Safari and Firefox but Not IE 8. Any ideas?</description>
		<content:encoded><![CDATA[<p><a href="http://scheblerchimney.com/map_test.html" rel="nofollow">http://scheblerchimney.com/map_test.html</a></p>
<p>Comes up fine in Safari and Firefox but Not IE 8. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patti</title>
		<link>http://csshowto.com/effects/css-image-maps-with-pop-up-tool-tips/comment-page-1/#comment-13992</link>
		<dc:creator>Patti</dc:creator>
		<pubDate>Sat, 01 Aug 2009 23:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.com/effects/css-image-maps-with-pop-pp-tool-tips/#comment-13992</guid>
		<description>Sorry figured out my mistakes with the dots.</description>
		<content:encoded><![CDATA[<p>Sorry figured out my mistakes with the dots.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patti</title>
		<link>http://csshowto.com/effects/css-image-maps-with-pop-up-tool-tips/comment-page-1/#comment-13991</link>
		<dc:creator>Patti</dc:creator>
		<pubDate>Sat, 01 Aug 2009 23:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.com/effects/css-image-maps-with-pop-pp-tool-tips/#comment-13991</guid>
		<description>Okay now I have the image, but I have the list order dots</description>
		<content:encoded><![CDATA[<p>Okay now I have the image, but I have the list order dots</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patti</title>
		<link>http://csshowto.com/effects/css-image-maps-with-pop-up-tool-tips/comment-page-1/#comment-13984</link>
		<dc:creator>Patti</dc:creator>
		<pubDate>Sat, 01 Aug 2009 18:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.com/effects/css-image-maps-with-pop-pp-tool-tips/#comment-13984</guid>
		<description>Thanks for the code. I just have one problem. I trying to insert an image instead of a text pop-up. I get the title and the size of the box by I can&#039;t get the image to show up on the roll-over.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for the code. I just have one problem. I trying to insert an image instead of a text pop-up. I get the title and the size of the box by I can&#8217;t get the image to show up on the roll-over.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://csshowto.com/effects/css-image-maps-with-pop-up-tool-tips/comment-page-1/#comment-12766</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Mon, 15 Jun 2009 00:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.com/effects/css-image-maps-with-pop-pp-tool-tips/#comment-12766</guid>
		<description>Dude, you rock! This is so awesome. I am using it for our office floorplan, with pop-ups for each employee. SOOOO easy!</description>
		<content:encoded><![CDATA[<p>Dude, you rock! This is so awesome. I am using it for our office floorplan, with pop-ups for each employee. SOOOO easy!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.437 seconds -->
