<?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: How To: Build An Image Map with CSS</title>
	<atom:link href="http://marketingtechblog.com/2007/10/02/css-image-map/feed/" rel="self" type="application/rss+xml" />
	<link>http://marketingtechblog.com/2007/10/02/css-image-map/</link>
	<description>new media strategies and other marketing gems</description>
	<lastBuildDate>Fri, 03 Jul 2009 01:25:22 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mgwalk</title>
		<link>http://marketingtechblog.com/2007/10/02/css-image-map/comment-page-1/#comment-272825</link>
		<dc:creator>mgwalk</dc:creator>
		<pubDate>Wed, 25 Mar 2009 00:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/10/02/css-image-map/#comment-272825</guid>
		<description>My online image mapping tool now does CSS image maps as well as HTML image maps.

here is the link
&lt;a href=&quot;http://www.image-maps.com&quot; rel=&quot;nofollow&quot;&gt;online image map tool - html &amp; css&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>My online image mapping tool now does CSS image maps as well as HTML image maps.</p>
<p>here is the link<br />
<a href="http://www.image-maps.com" rel="nofollow">online image map tool &#8211; html &amp; css</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David G</title>
		<link>http://marketingtechblog.com/2007/10/02/css-image-map/comment-page-1/#comment-241682</link>
		<dc:creator>David G</dc:creator>
		<pubDate>Fri, 07 Nov 2008 00:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/10/02/css-image-map/#comment-241682</guid>
		<description>Hi Doug - I&#039;m building out a rather complex css-based image map that also has remote rollovers (in this case, text displays elsewhere on the page when you hover one of the image hotspots). Any way, I came across your example here while researching that... and I thought I&#039;d share the following input:

1. For accessibility, you shouldn&#039;t use visibility:none (or display:none if you considered that) to hide the text here, as an element styled with visibility: hidden will not be read by screen readers (those that follow spec).

Instead, use a more robust image replacement technique. I suggest either the Phark method or Gilder/Levin - those are just the better documented names to google to find the basic techniques. I prefer G/L as it also works with CSS enabled but images are turned off.

2. While I don&#039;t see it breaking (using FF3), your implementation of positioning also has inherent risks. An absolutely positioned element is positioned relative to its closest positioned parent. Basically, you&#039;d want to explicitly set a positioning context by applying &#039;position:relative&#039; to #subscription. Then the children (the positioned links) can be positioned within that parent. This method helps ensure more reliable results across browsers.

Also, you should then use the positioning declarations of &quot;top: x&quot; and &quot;left: x&quot; (where x is the offset value, say in px) rather than margins to handle that positioning. Again, I don&#039;t necessarily see it breaking the way you have it, but top and left are meant for this so why not use them? Plus you&#039;ve got floats and margins set on the same element, which under specific conditions cause the &quot;double margin&quot; bug in IE6 (did you test this there?) - while there is a fix, you avoid that issue entirely by using top and left instead of margins for positioning in this case.

3. Finally, why not use a semantically sound unordered list for these links instead of the meaningless div?

Sorry for droning on... I just like to share, b/c I know from experience how there are many different ways to use CSS to get a desired result, but some ways certainly do work better (more reliable, cross-browser) than others. HTH.</description>
		<content:encoded><![CDATA[<p>Hi Doug &#8211; I&#8217;m building out a rather complex css-based image map that also has remote rollovers (in this case, text displays elsewhere on the page when you hover one of the image hotspots). Any way, I came across your example here while researching that&#8230; and I thought I&#8217;d share the following input:</p>
<p>1. For accessibility, you shouldn&#8217;t use visibility:none (or display:none if you considered that) to hide the text here, as an element styled with visibility: hidden will not be read by screen readers (those that follow spec).</p>
<p>Instead, use a more robust image replacement technique. I suggest either the Phark method or Gilder/Levin &#8211; those are just the better documented names to google to find the basic techniques. I prefer G/L as it also works with CSS enabled but images are turned off.</p>
<p>2. While I don&#8217;t see it breaking (using FF3), your implementation of positioning also has inherent risks. An absolutely positioned element is positioned relative to its closest positioned parent. Basically, you&#8217;d want to explicitly set a positioning context by applying &#8216;position:relative&#8217; to #subscription. Then the children (the positioned links) can be positioned within that parent. This method helps ensure more reliable results across browsers.</p>
<p>Also, you should then use the positioning declarations of &#8220;top: x&#8221; and &#8220;left: x&#8221; (where x is the offset value, say in px) rather than margins to handle that positioning. Again, I don&#8217;t necessarily see it breaking the way you have it, but top and left are meant for this so why not use them? Plus you&#8217;ve got floats and margins set on the same element, which under specific conditions cause the &#8220;double margin&#8221; bug in IE6 (did you test this there?) &#8211; while there is a fix, you avoid that issue entirely by using top and left instead of margins for positioning in this case.</p>
<p>3. Finally, why not use a semantically sound unordered list for these links instead of the meaningless div?</p>
<p>Sorry for droning on&#8230; I just like to share, b/c I know from experience how there are many different ways to use CSS to get a desired result, but some ways certainly do work better (more reliable, cross-browser) than others. HTH.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DivageekDesigns.com &#187; Blog Archive &#187; How to Add Social Networking Icons to your Blog</title>
		<link>http://marketingtechblog.com/2007/10/02/css-image-map/comment-page-1/#comment-241151</link>
		<dc:creator>DivageekDesigns.com &#187; Blog Archive &#187; How to Add Social Networking Icons to your Blog</dc:creator>
		<pubDate>Wed, 05 Nov 2008 11:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/10/02/css-image-map/#comment-241151</guid>
		<description>[...] Read How To: Build An Image Map with CSS [...]</description>
		<content:encoded><![CDATA[<p>[...] Read How To: Build An Image Map with CSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clayton</title>
		<link>http://marketingtechblog.com/2007/10/02/css-image-map/comment-page-1/#comment-203825</link>
		<dc:creator>Clayton</dc:creator>
		<pubDate>Sat, 06 Sep 2008 16:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/10/02/css-image-map/#comment-203825</guid>
		<description>hello, i built my website on joomla...i want to use this method to make the logo of my page a link to home, i have been told u can not do this with joomla but this article gives me hope! help via email would be muchly appreciated....thank you</description>
		<content:encoded><![CDATA[<p>hello, i built my website on joomla&#8230;i want to use this method to make the logo of my page a link to home, i have been told u can not do this with joomla but this article gives me hope! help via email would be muchly appreciated&#8230;.thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tess malloy</title>
		<link>http://marketingtechblog.com/2007/10/02/css-image-map/comment-page-1/#comment-187497</link>
		<dc:creator>tess malloy</dc:creator>
		<pubDate>Sat, 02 Aug 2008 03:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/10/02/css-image-map/#comment-187497</guid>
		<description>i&#039;m currently using a template layout and editing with my own stuff. I want to add an image map, but i&#039;m not sure where to place it in the css. the image i want to make a map of is in the header part.</description>
		<content:encoded><![CDATA[<p>i&#8217;m currently using a template layout and editing with my own stuff. I want to add an image map, but i&#8217;m not sure where to place it in the css. the image i want to make a map of is in the header part.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Karr</title>
		<link>http://marketingtechblog.com/2007/10/02/css-image-map/comment-page-1/#comment-186427</link>
		<dc:creator>Douglas Karr</dc:creator>
		<pubDate>Thu, 31 Jul 2008 20:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/10/02/css-image-map/#comment-186427</guid>
		<description>This is true, Jem.  They are two discreet mechanisms.</description>
		<content:encoded><![CDATA[<p>This is true, Jem.  They are two discreet mechanisms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Karr</title>
		<link>http://marketingtechblog.com/2007/10/02/css-image-map/comment-page-1/#comment-186426</link>
		<dc:creator>Douglas Karr</dc:creator>
		<pubDate>Thu, 31 Jul 2008 20:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/10/02/css-image-map/#comment-186426</guid>
		<description>Hi Bill,

As long as the regions are rectangular, you can build out hotspots as complicated as you&#039;d like!

Doug</description>
		<content:encoded><![CDATA[<p>Hi Bill,</p>
<p>As long as the regions are rectangular, you can build out hotspots as complicated as you&#8217;d like!</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://marketingtechblog.com/2007/10/02/css-image-map/comment-page-1/#comment-186401</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Thu, 31 Jul 2008 20:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/10/02/css-image-map/#comment-186401</guid>
		<description>Would a similar approach be used for a larger and more complicated image map like I am trying to use?

If you view my site, click on links to the left and you&#039;ll see the image I&#039;m trying to use as an image map (under the Text alphabet). 

Basically, trying to use the Image to go to each section of this list by letter.

Evidentally, I spent 20 minutes building a map with GIMP, and then WP removes the map tags, so that&#039;s how I found your site.

Though, may contemplate using Flash

Thanks.</description>
		<content:encoded><![CDATA[<p>Would a similar approach be used for a larger and more complicated image map like I am trying to use?</p>
<p>If you view my site, click on links to the left and you&#8217;ll see the image I&#8217;m trying to use as an image map (under the Text alphabet). </p>
<p>Basically, trying to use the Image to go to each section of this list by letter.</p>
<p>Evidentally, I spent 20 minutes building a map with GIMP, and then WP removes the map tags, so that&#8217;s how I found your site.</p>
<p>Though, may contemplate using Flash</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jem</title>
		<link>http://marketingtechblog.com/2007/10/02/css-image-map/comment-page-1/#comment-152133</link>
		<dc:creator>Jem</dc:creator>
		<pubDate>Tue, 17 Jun 2008 08:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/10/02/css-image-map/#comment-152133</guid>
		<description>Hi,

it seems that the image map and the links are two different things, they dont work together like how an image map in html does

when i include background positioning (center left) for the image map, the positioning of the links doesnt follow up.

any way to get around this? im very amateur. thank you.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>it seems that the image map and the links are two different things, they dont work together like how an image map in html does</p>
<p>when i include background positioning (center left) for the image map, the positioning of the links doesnt follow up.</p>
<p>any way to get around this? im very amateur. thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Add a Twitter Icon to your Blog &#124; The Marketing Technology Blog</title>
		<link>http://marketingtechblog.com/2007/10/02/css-image-map/comment-page-1/#comment-117972</link>
		<dc:creator>Add a Twitter Icon to your Blog &#124; The Marketing Technology Blog</dc:creator>
		<pubDate>Sat, 10 May 2008 19:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/10/02/css-image-map/#comment-117972</guid>
		<description>[...] gotten so mainstream that I decided to add it to my collection of Feed, Email and Mobile icons in my sidebar. Try as I might to find an icon, though, I didn&#8217;t come across any on the net. [...]</description>
		<content:encoded><![CDATA[<p>[...] gotten so mainstream that I decided to add it to my collection of Feed, Email and Mobile icons in my sidebar. Try as I might to find an icon, though, I didn&#8217;t come across any on the net. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
