<?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: Jquery image map</title>
	<atom:link href="http://www.kroativ.net/web-development/image-map/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kroativ.net/web-development/image-map/</link>
	<description>Web Dizajn Network</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:43:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: weberica</title>
		<link>http://www.kroativ.net/web-development/image-map/comment-page-1/#comment-1074</link>
		<dc:creator>weberica</dc:creator>
		<pubDate>Fri, 17 Jul 2009 11:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kroativ.net/?p=4260#comment-1074</guid>
		<description>eto, sad imamo dvije verzije, ako netko ima treću neka javi :)</description>
		<content:encoded><![CDATA[<p>eto, sad imamo dvije verzije, ako netko ima treću neka javi <img src='http://www.kroativ.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: faax</title>
		<link>http://www.kroativ.net/web-development/image-map/comment-page-1/#comment-1073</link>
		<dc:creator>faax</dc:creator>
		<pubDate>Fri, 17 Jul 2009 11:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.kroativ.net/?p=4260#comment-1073</guid>
		<description>HTML (posto se gore ne vidi):

&lt;div class=&quot;mapa&quot;&gt; &lt;img src=&quot;maca-ptica.jpg&quot; width=&quot;500&quot; height=&quot;333&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;#&quot; class=&quot;lovina&quot;&gt;&lt;span&gt;Lovina&lt;/span&gt;&lt;/a&gt; &lt;a href=&quot;#&quot; class=&quot;lovac&quot;&gt;&lt;span&gt;Lovac&lt;/span&gt;&lt;/a&gt; &lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>HTML (posto se gore ne vidi):</p>
<p>&lt;div class=&quot;mapa&quot;&gt; &lt;img src=&quot;maca-ptica.jpg&quot; width=&quot;500&quot; height=&quot;333&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;#&quot; class=&quot;lovina&quot;&gt;&lt;span&gt;Lovina&lt;/span&gt;&lt;/a&gt; &lt;a href=&quot;#&quot; class=&quot;lovac&quot;&gt;&lt;span&gt;Lovac&lt;/span&gt;&lt;/a&gt; &lt;/div&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: faax</title>
		<link>http://www.kroativ.net/web-development/image-map/comment-page-1/#comment-1072</link>
		<dc:creator>faax</dc:creator>
		<pubDate>Fri, 17 Jul 2009 11:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.kroativ.net/?p=4260#comment-1072</guid>
		<description>ev na brzaka neka varijanta, s tim da se to moze ushminkat al ja nisam imao vremena :)

HTML:


&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Lovina&lt;/a&gt;
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Lovac&lt;/a&gt;


CSS:
.mapa {	width: 500px; height: 333px; position: relative; }
.mapa a { display: block; padding: 5px 10px; position: absolute; z-index: 999; background-color: #000; }
.mapa span { display: none; }
.mapa :hover span { display: block; }
a.lovac { top: 32px; left: 132px; }
a.lovina { top: 192px; left: 293px; }

Uz jQuery (zadnja verzija):
$(&quot;.mapa a&quot;).mouseenter( function () {
        $(this).fadeIn(&quot;slow&quot;); });
$(&quot;.mapa a&quot;).mouseleave( function () {
        $(this).fadeOut(&quot;slow&quot;); });</description>
		<content:encoded><![CDATA[<p>ev na brzaka neka varijanta, s tim da se to moze ushminkat al ja nisam imao vremena <img src='http://www.kroativ.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>HTML:</p>
<p><a href="#" rel="nofollow">Lovina</a><br />
<a href="#" rel="nofollow">Lovac</a></p>
<p>CSS:<br />
.mapa {	width: 500px; height: 333px; position: relative; }<br />
.mapa a { display: block; padding: 5px 10px; position: absolute; z-index: 999; background-color: #000; }<br />
.mapa span { display: none; }<br />
.mapa :hover span { display: block; }<br />
a.lovac { top: 32px; left: 132px; }<br />
a.lovina { top: 192px; left: 293px; }</p>
<p>Uz jQuery (zadnja verzija):<br />
$(&#8220;.mapa a&#8221;).mouseenter( function () {<br />
        $(this).fadeIn(&#8220;slow&#8221;); });<br />
$(&#8220;.mapa a&#8221;).mouseleave( function () {<br />
        $(this).fadeOut(&#8220;slow&#8221;); });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weberica</title>
		<link>http://www.kroativ.net/web-development/image-map/comment-page-1/#comment-1070</link>
		<dc:creator>weberica</dc:creator>
		<pubDate>Thu, 16 Jul 2009 21:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.kroativ.net/?p=4260#comment-1070</guid>
		<description>a mogao si i napisati kako... kad si već tu :)</description>
		<content:encoded><![CDATA[<p>a mogao si i napisati kako&#8230; kad si već tu <img src='http://www.kroativ.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: faax</title>
		<link>http://www.kroativ.net/web-development/image-map/comment-page-1/#comment-1069</link>
		<dc:creator>faax</dc:creator>
		<pubDate>Thu, 16 Jul 2009 19:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.kroativ.net/?p=4260#comment-1069</guid>
		<description>moglo se i css-om ovo rijesit... jednostavnije :D</description>
		<content:encoded><![CDATA[<p>moglo se i css-om ovo rijesit&#8230; jednostavnije <img src='http://www.kroativ.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

