<?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>Basit Resimli Menü Yapmak yazısına yapılan yorumlar</title>
	<atom:link href="http://www.fatihhayrioglu.com/basit-resimli-menu-yapmak/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fatihhayrioglu.com/basit-resimli-menu-yapmak/</link>
	<description>{ CSS, HTML ve Javascript }</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:48:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=2012</generator>
	<item>
		<title>Yazar: ela ayas</title>
		<link>http://www.fatihhayrioglu.com/basit-resimli-menu-yapmak/comment-page-3/#comment-14931</link>
		<dc:creator>ela ayas</dc:creator>
		<pubDate>Wed, 09 Nov 2011 16:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatihhayrioglu.com/?p=992#comment-14931</guid>
		<description>kodlarımda doqru ama bir t&#252;rl&#252; &#231;alışmıyor:( L&#252;tfen      yardımcı oLun cok acill!! </description>
		<content:encoded><![CDATA[<p>kodlarımda doqru ama bir t&uuml;rl&uuml; &ccedil;alışmıyor:( L&uuml;tfen      yardımcı oLun cok acill!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: fatih.hayrioglu</title>
		<link>http://www.fatihhayrioglu.com/basit-resimli-menu-yapmak/comment-page-3/#comment-14468</link>
		<dc:creator>fatih.hayrioglu</dc:creator>
		<pubDate>Mon, 19 Sep 2011 12:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatihhayrioglu.com/?p=992#comment-14468</guid>
		<description>Örneği kaydedip onun üzerinden gitmeyi veya Firebug ile kodu incelipy resmin gelip gelmediğini kontrol edin. </description>
		<content:encoded><![CDATA[<p>Örneği kaydedip onun üzerinden gitmeyi veya Firebug ile kodu incelipy resmin gelip gelmediğini kontrol edin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: GoldRush</title>
		<link>http://www.fatihhayrioglu.com/basit-resimli-menu-yapmak/comment-page-3/#comment-14467</link>
		<dc:creator>GoldRush</dc:creator>
		<pubDate>Mon, 19 Sep 2011 10:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatihhayrioglu.com/?p=992#comment-14467</guid>
		<description>Bu kodların aynısı kopyala yapıştır yaptım resmide aldım, hi&#231; birşey g&#246;z&#252;km&#252;yo :( Nerde hata yapıyorum ha  
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt; 
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt; 
&lt;head&gt; 
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt; 
&lt;title&gt;Basit Resimli Men&#252; &#214;rneği - 1&lt;/title&gt; 
&lt;style type=&quot;text/css&quot;&gt; 
ul.menu{ 
margin:0; 
padding:0; 
list-style:none; 
width:480px; 
height:40px; 
} 
 
ul.menu li{ 
float:left; 
} 
 
ul.menu li a{ 
display:block; 
width:120px; 
height:40px; 
text-indent:-9999px; 
outline:none; 
text-decoration:none; 
background:url(images/basit_resimli_menu.jpg) 0 0 no-repeat; 
} 
 
li#mAnasayfa a{background-position:0 0;} 
li#mUrunler a{background-position:-120px 0;} 
li#mHizmetler a{background-position:-240px 0;} 
li#mBizeUlasin a{background-position:-360px 0;} 
 
li#mAnasayfa a:hover{background-position:0 -40px;} 
li#mUrunler a:hover{background-position:-120px -40px;} 
li#mHizmetler a:hover{background-position:-240px -40px;} 
li#mBizeUlasin a:hover{background-position:-360px -40px;} 
&lt;/style&gt; 
&lt;/head&gt; 
 
&lt;body&gt; 
&lt;ul class=&quot;menu&quot;&gt; 
    &lt;li id=&quot;mAnasayfa&quot;&gt;&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Ana Sayfa&lt;/a&gt; 
    &lt;li id=&quot;mUrunler&quot;&gt;&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;&#220;r&#252;nler&lt;/a&gt; 
 
    &lt;li id=&quot;mHizmetler&quot;&gt;&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Hizmetler&lt;/a&gt; 
    &lt;li id=&quot;mBizeUlasin&quot;&gt;&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Bize Ulaşın&lt;/a&gt; 
 
&lt;/body&gt; 
&lt;/html&gt; 
 
Bu bi olsa, bende men&#252; yapıp sprite tekniğini &#246;ğrenecemde, bu &#246;rnek bile olmuyor. Burdaki kodların aynısı alıyorum olmuyo</description>
		<content:encoded><![CDATA[<p>Bu kodların aynısı kopyala yapıştır yaptım resmide aldım, hi&ccedil; birşey g&ouml;z&uuml;km&uuml;yo :( Nerde hata yapıyorum ha<br />
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&#038;gt" rel="nofollow">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&#038;gt</a>;<br />
&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml&quot;&#038;gt" rel="nofollow">http://www.w3.org/1999/xhtml&quot;&#038;gt</a>;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;<br />
&lt;title&gt;Basit Resimli Men&uuml; &Ouml;rneği &#8211; 1&lt;/title&gt;<br />
&lt;style type=&quot;text/css&quot;&gt;<br />
ul.menu{<br />
margin:0;<br />
padding:0;<br />
list-style:none;<br />
width:480px;<br />
height:40px;<br />
} </p>
<p>ul.menu li{<br />
float:left;<br />
} </p>
<p>ul.menu li a{<br />
display:block;<br />
width:120px;<br />
height:40px;<br />
text-indent:-9999px;<br />
outline:none;<br />
text-decoration:none;<br />
background:url(images/basit_resimli_menu.jpg) 0 0 no-repeat;<br />
} </p>
<p>li#mAnasayfa a{background-position:0 0;}<br />
li#mUrunler a{background-position:-120px 0;}<br />
li#mHizmetler a{background-position:-240px 0;}<br />
li#mBizeUlasin a{background-position:-360px 0;} </p>
<p>li#mAnasayfa a:hover{background-position:0 -40px;}<br />
li#mUrunler a:hover{background-position:-120px -40px;}<br />
li#mHizmetler a:hover{background-position:-240px -40px;}<br />
li#mBizeUlasin a:hover{background-position:-360px -40px;}<br />
&lt;/style&gt;<br />
&lt;/head&gt; </p>
<p>&lt;body&gt;<br />
&lt;ul class=&quot;menu&quot;&gt;<br />
    &lt;li id=&quot;mAnasayfa&quot;&gt;<a href="#" rel="nofollow">Ana Sayfa</a><br />
    &lt;li id=&quot;mUrunler&quot;&gt;<a href="#" rel="nofollow">&Uuml;r&uuml;nler</a> </p>
<p>    &lt;li id=&quot;mHizmetler&quot;&gt;<a href="#" rel="nofollow">Hizmetler</a><br />
    &lt;li id=&quot;mBizeUlasin&quot;&gt;<a href="#" rel="nofollow">Bize Ulaşın</a> </p>
<p>&lt;/body&gt;<br />
&lt;/html&gt; </p>
<p>Bu bi olsa, bende men&uuml; yapıp sprite tekniğini &ouml;ğrenecemde, bu &ouml;rnek bile olmuyor. Burdaki kodların aynısı alıyorum olmuyo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: GoldRush</title>
		<link>http://www.fatihhayrioglu.com/basit-resimli-menu-yapmak/comment-page-3/#comment-14320</link>
		<dc:creator>GoldRush</dc:creator>
		<pubDate>Thu, 08 Sep 2011 08:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatihhayrioglu.com/?p=992#comment-14320</guid>
		<description>Bu men&#252;y&#252; yapamadım :/  </description>
		<content:encoded><![CDATA[<p>Bu men&uuml;y&uuml; yapamadım :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: Eray</title>
		<link>http://www.fatihhayrioglu.com/basit-resimli-menu-yapmak/comment-page-3/#comment-12382</link>
		<dc:creator>Eray</dc:creator>
		<pubDate>Thu, 03 Feb 2011 21:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatihhayrioglu.com/?p=992#comment-12382</guid>
		<description>Merhabalar hocam.. 
Bir s&#252;redir sizi takip ediyorum, &#231;ok yararlı bir siteniz var.. 
 
gevreksimit.com &#039;da bu &#246;rneği kullanarak farklı butonlar oluşturdum. 
Fakat IE&#039;de butonlar alt alta sıralanıyor. 
Ne yapmamı &#246;nerirsiniz ? </description>
		<content:encoded><![CDATA[<p>Merhabalar hocam..<br />
Bir s&uuml;redir sizi takip ediyorum, &ccedil;ok yararlı bir siteniz var.. </p>
<p>gevreksimit.com &#039;da bu &ouml;rneği kullanarak farklı butonlar oluşturdum.<br />
Fakat IE&#039;de butonlar alt alta sıralanıyor.<br />
Ne yapmamı &ouml;nerirsiniz ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: fatih.hayrioglu</title>
		<link>http://www.fatihhayrioglu.com/basit-resimli-menu-yapmak/comment-page-3/#comment-12319</link>
		<dc:creator>fatih.hayrioglu</dc:creator>
		<pubDate>Thu, 27 Jan 2011 07:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatihhayrioglu.com/?p=992#comment-12319</guid>
		<description>html kodunda li lerin içinde a lar eksik. Birde css kodunda background tanımında url ile parantez arasındaki boşluğu silip tekrar deneyin, yani şöyle olmalı url( </description>
		<content:encoded><![CDATA[<p>html kodunda li lerin içinde a lar eksik. Birde css kodunda background tanımında url ile parantez arasındaki boşluğu silip tekrar deneyin, yani şöyle olmalı url(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: recep</title>
		<link>http://www.fatihhayrioglu.com/basit-resimli-menu-yapmak/comment-page-3/#comment-12284</link>
		<dc:creator>recep</dc:creator>
		<pubDate>Sun, 23 Jan 2011 17:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatihhayrioglu.com/?p=992#comment-12284</guid>
		<description>allah rızası i&#231;in yardım edin. ilk defa css men&#252; yapılımını burda g&#246;rd&#252;m anladım ve bende bir men&#252; yaptım herşeyi dogru yaptıgıma eminim ama olmadı haftalardır bunu i&#231;in ugraşıyorum allah i&#231;in bi yardım edin ya. 
 
hzırladıgım men&#252; kodu bu ...herşeyi dogru yaptıgıma eminim ama bi t&#252;rl&#252; olmadı bana g&#246;rmedigim yanlışımı g&#246;sterin l&#252;tfen 
 
[code] 
&lt;ul class=&quot;menu&quot;&gt; 
    &lt;li id=&quot;mhome&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;home&lt;/a&gt;&lt;/li&gt; 
    &lt;li id=&quot;mbow&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;bow&lt;/a&gt;&lt;/li&gt; 
    &lt;li id=&quot;mguestb.&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;guestb.&lt;/a&gt;&lt;/li&gt; 
    &lt;li id=&quot;me-mail&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;e-mail&lt;/a&gt;&lt;/li&gt; 
    &lt;li id=&quot;forum&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;forum&lt;/a&gt;&lt;/li&gt; 
    &lt;li id=&quot;mextra&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;extra&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;style type=&quot;text/css&quot;&gt; 
ul.menu{ 
    margin:0; 
    padding:0; 
    list-style:none; 
    width:548px; 
    height:104px; 
} 
ul.menu li{ 
    float:left; 
} 
ul li a{ 
    display:block; 
    width:89px; 
    height:104px; 
    text-indent:-9999px; 
    outline:none; 
    text-decoration:none; 
    background:url &lt;a href=&quot;http://(http://img257.imageshack.us/img257/8603/bittiheralde.jpg)&quot; target=&quot;_blank&quot;&gt;(http://img257.imageshack.us/img257/8603/bittiheralde.jpg)&lt;/a&gt; 0 0 no-repeat; 
} 
li#mhome a{background-position:0 0;} 
li#mbow a{background-position:-89px 0;} 
li#mguestb. a{background-position:-267px 0;} 
li#me-mail a{background-position:-356px 0;} 
li#mforum a{background-position:-445px 0;} 
li#mextra a{background-position:-534px 0;} 
 
li#mhome a:hover{background-position:0 -104px;} 
li#mbow a:hover{background-position:-89px -104px;} 
li#mguestb. a:hover{background-position:-267px -104px;} 
li#me-mail a:hover{background-position:-356px -104px;} 
li#mforum a:hover{background-position:-445px -104px;} 
li#mextra a:hover{background-position:-534px -104px;} 
&lt;/style&gt; 
[/code] 
 
Resim dosyası bu: 
 
[code]  &lt;a href=&quot;http://img257.imageshack.us/img257/8603/bittiheralde.jpg&quot; target=&quot;_blank&quot;&gt;http://img257.imageshack.us/img257/8603/bittihera...&lt;/a&gt; 
[/code] </description>
		<content:encoded><![CDATA[<p>allah rızası i&ccedil;in yardım edin. ilk defa css men&uuml; yapılımını burda g&ouml;rd&uuml;m anladım ve bende bir men&uuml; yaptım herşeyi dogru yaptıgıma eminim ama olmadı haftalardır bunu i&ccedil;in ugraşıyorum allah i&ccedil;in bi yardım edin ya. </p>
<p>hzırladıgım men&uuml; kodu bu &#8230;herşeyi dogru yaptıgıma eminim ama bi t&uuml;rl&uuml; olmadı bana g&ouml;rmedigim yanlışımı g&ouml;sterin l&uuml;tfen </p>
<pre class="brush: plain; title: ; notranslate">
&amp;lt;ul class=&amp;quot;menu&amp;quot;&amp;gt;
    &amp;lt;li id=&amp;quot;mhome&amp;quot;&amp;gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;home&lt;/a&gt;&lt;/li&gt;
    &amp;lt;li id=&amp;quot;mbow&amp;quot;&amp;gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;bow&lt;/a&gt;&lt;/li&gt;
    &amp;lt;li id=&amp;quot;mguestb.&amp;quot;&amp;gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;guestb.&lt;/a&gt;&lt;/li&gt;
    &amp;lt;li id=&amp;quot;me-mail&amp;quot;&amp;gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;e-mail&lt;/a&gt;&lt;/li&gt;
    &amp;lt;li id=&amp;quot;forum&amp;quot;&amp;gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;forum&lt;/a&gt;&lt;/li&gt;
    &amp;lt;li id=&amp;quot;mextra&amp;quot;&amp;gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;extra&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;
ul.menu{
    margin:0;
    padding:0;
    list-style:none;
    width:548px;
    height:104px;
}
ul.menu li{
    float:left;
}
ul li a{
    display:block;
    width:89px;
    height:104px;
    text-indent:-9999px;
    outline:none;
    text-decoration:none;
    background:url &lt;a href=&quot;<a href="http://(http://img257.imageshack.us/img257/8603/bittiheralde.jpg)&#038;quot" rel="nofollow">http://(http://img257.imageshack.us/img257/8603/bittiheralde.jpg)&#038;quot</a>; target=&quot;_blank&quot;&gt;(<a href="http://img257.imageshack.us/img257/8603/bittiheralde.jpg" rel="nofollow">http://img257.imageshack.us/img257/8603/bittiheralde.jpg</a>)&lt;/a&gt; 0 0 no-repeat;
}
li#mhome a{background-position:0 0;}
li#mbow a{background-position:-89px 0;}
li#mguestb. a{background-position:-267px 0;}
li#me-mail a{background-position:-356px 0;}
li#mforum a{background-position:-445px 0;}
li#mextra a{background-position:-534px 0;} 

li#mhome a:hover{background-position:0 -104px;}
li#mbow a:hover{background-position:-89px -104px;}
li#mguestb. a:hover{background-position:-267px -104px;}
li#me-mail a:hover{background-position:-356px -104px;}
li#mforum a:hover{background-position:-445px -104px;}
li#mextra a:hover{background-position:-534px -104px;}
&amp;lt;/style&amp;gt;
</pre>
<p>Resim dosyası bu: </p>
<pre class="brush: plain; title: ; notranslate">  &lt;a href=&quot;<a href="http://img257.imageshack.us/img257/8603/bittiheralde.jpg&#038;quot" rel="nofollow">http://img257.imageshack.us/img257/8603/bittiheralde.jpg&#038;quot</a>; target=&quot;_blank&quot;&gt;<a href="http://img257.imageshack.us/img257/8603/bittihera...&lt;/a&#038;gt" rel="nofollow">http://img257.imageshack.us/img257/8603/bittihera...&lt;/a&#038;gt</a>;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: fatih.hayrioglu</title>
		<link>http://www.fatihhayrioglu.com/basit-resimli-menu-yapmak/comment-page-3/#comment-12019</link>
		<dc:creator>fatih.hayrioglu</dc:creator>
		<pubDate>Wed, 05 Jan 2011 09:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatihhayrioglu.com/?p=992#comment-12019</guid>
		<description>elemanları adlandırıken genel isim vermekten kaçınıyorum bu yüzden başlarına ilgili bölümün adının başharfini ekliyorum burada menü alanı olduğu için mAnasayfa oluyor. m = menu </description>
		<content:encoded><![CDATA[<p>elemanları adlandırıken genel isim vermekten kaçınıyorum bu yüzden başlarına ilgili bölümün adının başharfini ekliyorum burada menü alanı olduğu için mAnasayfa oluyor. m = menu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: Sercan</title>
		<link>http://www.fatihhayrioglu.com/basit-resimli-menu-yapmak/comment-page-3/#comment-12015</link>
		<dc:creator>Sercan</dc:creator>
		<pubDate>Tue, 04 Jan 2011 21:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatihhayrioglu.com/?p=992#comment-12015</guid>
		<description>fatih abi sen hayat kurtarırsın :) &#231;ok teşekk&#252;r ediyorum &#231;ok faydalı bir anlatımdı... </description>
		<content:encoded><![CDATA[<p>fatih abi sen hayat kurtarırsın :) &ccedil;ok teşekk&uuml;r ediyorum &ccedil;ok faydalı bir anlatımdı&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: ali can</title>
		<link>http://www.fatihhayrioglu.com/basit-resimli-menu-yapmak/comment-page-3/#comment-12012</link>
		<dc:creator>ali can</dc:creator>
		<pubDate>Tue, 04 Jan 2011 09:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatihhayrioglu.com/?p=992#comment-12012</guid>
		<description>&#246;rneğin 
li#mAnasayfa a{background-position:0 0;} 
 
#den sonra m harfi nedir ? </description>
		<content:encoded><![CDATA[<p>&ouml;rneğin<br />
li#mAnasayfa a{background-position:0 0;} </p>
<p>#den sonra m harfi nedir ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

