<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>All1 Source technologies &#187; map design</title>
	<atom:link href="http://www.all1sourcetech.com/tag/map-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.all1sourcetech.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 23 Nov 2011 12:26:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Make an Image Map</title>
		<link>http://www.all1sourcetech.com/image-map/</link>
		<comments>http://www.all1sourcetech.com/image-map/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 10:02:34 +0000</pubDate>
		<dc:creator>Naggie</dc:creator>
				<category><![CDATA[Editorial]]></category>
		<category><![CDATA[Purely Technical]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[creating an image]]></category>
		<category><![CDATA[image map]]></category>
		<category><![CDATA[map design]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web script]]></category>

		<guid isPermaLink="false">http://www.all1sourcetech.com/?p=977</guid>
		<description><![CDATA[An image map is a picture in which areas within the picture are links. Creating an image involves using the &#60;img alt=&#8221;" /&#62;,&#60;map&#62;, and &#60;area /&#62; tags. &#60;/map&#62;
Steps to creating an image map-

Select the image on which you would like to make multiple links. Click on the rectangular hotspot tool found in the Properties Inspector. [...]]]></description>
			<content:encoded><![CDATA[<p>An image map is a picture in which areas within the picture are links. <a href="http://www.all1tunes.com" target="_blank">Creating an image</a> involves using the &lt;img alt=&#8221;" /&gt;,&lt;map&gt;, and &lt;area /&gt; tags. &lt;/map&gt;</p>
<p><strong>Steps to creating an image map-</strong></p>
<ul>
<li>Select the image on which you would like to make <a href="http://www.all1press.com" target="_blank">multiple links</a>. Click on the rectangular hotspot tool found in the Properties Inspector. Select the rectangle tool and drag the pointer over the image to create a rectangular hotspot. You can also choose the oval or polygon hotspot tool to make an oval or polygon selection.</li>
<li>In the hotspot Property inspector&#8217;s Link field, click the folder <a href="http://www.all1social.com" target="_blank">icon to browse</a> to the file you want opened when the hotspot is clicked. Alternatively, type the file name.</li>
<li>Repeat the above steps to define additional hotspots in the image map.</li>
<li>That&#8217;s it! You have now successfully created an image map.</li>
</ul>
<p>For example-</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 248px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;div&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 248px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;map name=&#8221;map1&#8243;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 248px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;area title=&#8221;Contacts&#8221; shape=&#8221;RECT&#8221; coords=&#8221;6,116,97,184&#8243; href=&#8221;contacts.html&#8221; alt=&#8221;Contacts&#8221; /&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 248px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;area title=&#8221;Products&#8221; shape=&#8221;CIRCLE&#8221; coords=&#8221;251,143,47&#8243; href=&#8221;products.html&#8221; alt=&#8221;Products&#8221; /&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 248px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;area title=&#8221;New!&#8221; shape=&#8221;POLY&#8221; coords=&#8221;150,217, 190,257, 150,297,110,257&#8243; href=&#8221;new.html&#8221; alt=&#8221;New!&#8221; /&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 248px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;/map&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 248px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;img usemap=&#8221;#map1&#8243; src=&#8221;testmap.gif&#8221; border=&#8221;0&#8243; alt=&#8221;map of GH site&#8221; width=&#8221;300&#8243; height=&#8221;300&#8243; /&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 248px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[ &lt;a href="contacts.html"&gt;Contacts&lt;/a&gt; ]</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 248px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[ &lt;a href="products.html"&gt;Products&lt;/a&gt; ]</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 248px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[ &lt;a href="new.html"&gt;New!&lt;/a&gt; ]&lt;/div&gt;</div>
<p><strong>&lt;DIV ALIGN=CENTER&gt;</strong></p>
<p><strong>&lt;MAP NAME=&#8221;map1&#8243;&gt;</strong></p>
<p><strong>&lt;AREA</strong></p>
<p><strong> HREF=&#8221;contacts.html&#8221; ALT=&#8221;Contacts&#8221; TITLE=&#8221;Contacts&#8221;</strong></p>
<p><strong> SHAPE=RECT COORDS=&#8221;6,116,97,184&#8243;&gt;</strong></p>
<p><strong>&lt;AREA</strong></p>
<p><strong> HREF=&#8221;products.html&#8221; ALT=&#8221;Products&#8221; TITLE=&#8221;Products&#8221;</strong></p>
<p><strong> SHAPE=CIRCLE COORDS=&#8221;251,143,47&#8243;&gt;</strong></p>
<p><strong>&lt;AREA</strong></p>
<p><strong> HREF=&#8221;new.html&#8221; ALT=&#8221;New!&#8221; TITLE=&#8221;New!&#8221;</strong></p>
<p><strong> SHAPE=POLY COORDS=&#8221;150,217, 190,257, 150,297,110,257&#8243;&gt;</strong></p>
<p><strong>&lt;/MAP&gt;</strong></p>
<p><strong>&lt;IMG SRC=&#8221;testmap.gif&#8221;</strong></p>
<p><strong> ALT=&#8221;map of GH site&#8221; BORDER=0 WIDTH=300 HEIGHT=300</strong></p>
<p><strong> USEMAP=&#8221;#map1&#8243;&gt;&lt;BR&gt;</strong></p>
<p><strong>[ &lt;A HREF="contacts.html" ALT="Contacts"&gt;Contacts&lt;/A&gt; ]</strong></p>
<p><strong>[ &lt;A HREF="products.html" ALT="Products"&gt;Products&lt;/A&gt; ]</strong></p>
<p><strong>[ &lt;A HREF="new.html"      ALT="New!"&gt;New!&lt;/A&gt; ]</strong></p>
<p><strong>&lt;/DIV&gt;</strong></p>
<p>Using this, you can create an image map.</p>
<p><a href="http://www.all1social.com" target="_blank">http://www.all1social.com</a><br />
<a href="http://www.all1martpro.com" target="_blank">http://www.all1martpro.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.all1sourcetech.com/image-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

