<?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>HTML CSS Blog &#187; Картинка при наведении</title>
	<atom:link href="http://jemand.ru/tag/%d0%9a%d0%b0%d1%80%d1%82%d0%b8%d0%bd%d0%ba%d0%b0-%d0%bf%d1%80%d0%b8-%d0%bd%d0%b0%d0%b2%d0%b5%d0%b4%d0%b5%d0%bd%d0%b8%d0%b8/feed/" rel="self" type="application/rss+xml" />
	<link>http://jemand.ru</link>
	<description>Описание вашего блога</description>
	<lastBuildDate>Tue, 01 Dec 2009 21:45:06 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Всплывающая картинка при наведении на ссылку</title>
		<link>http://jemand.ru/image-when-hover-on-link/</link>
		<comments>http://jemand.ru/image-when-hover-on-link/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 11:58:03 +0000</pubDate>
		<dc:creator>Jemand</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Li]]></category>
		<category><![CDATA[Ul]]></category>
		<category><![CDATA[Картинка при наведении]]></category>
		<category><![CDATA[Меню]]></category>
		<category><![CDATA[Ссылка]]></category>

		<guid isPermaLink="false">http://jemand.ru/?p=127</guid>
		<description><![CDATA[Сразу пример того, что получится, а потом уже код.
Собственно тому, что получается при использовании данного примера, можно придумать много применений, но первое &#8211; это конечно меню.
CSS-код:
ul {
position: relative;
width: 100px;
list-style: none;
}
li {
border: 1px solid;
margin: 2px;
padding-left: 5px;
}
a {
display: block;
}
a img {
display: none;
position: absolute;
top: 0;
border: 0;
left: 100%;
}
a:hover img {
display: block;
}
HTML-код:
&#60;ul&#62;
&#60;li&#62;&#60;a href="#"&#62;  Jemand &#60;img src="image-when-hover-on-link.gif" /&#62;&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="#"&#62;  [...]]]></description>
			<content:encoded><![CDATA[<p>Сразу <a href="http://jemand.narod.ru/image-when-hover-on-link.html" target="blank">пример</a> того, что получится, а потом уже код.<br />
Собственно тому, что получается при использовании данного примера, можно придумать много применений, но первое &#8211; это конечно меню.</p>
<p><strong>CSS-код:</strong></p>
<pre><code>ul {
position: relative;
width: 100px;
list-style: none;
}
li {
border: 1px solid;
margin: 2px;
padding-left: 5px;
}
a {
display: block;
}
a img {
display: none;
position: absolute;
top: 0;
border: 0;
left: 100%;
}
a:hover img {
display: block;
}</code></pre>
<p><strong>HTML-код:</strong></p>
<pre><code>&#60;ul&#62;
&#60;li&#62;&#60;a href="#"&#62;  Jemand &#60;img src="image-when-hover-on-link.gif" /&#62;&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="#"&#62;  Lyces &#60;img src="image-when-hover-on-link.gif" /&#62;&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="#"&#62;  Светлая &#60;img src="image-when-hover-on-link.gif" /&#62;&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;</code></pre>
<p>Работоспособность:<br />
Internet Explorer 8 <img src="http://jemand.ru/wp-content/themes/celadon/images/plus.gif" title="Проверено, работает!" alt="Проверено, работает!" /><br />
Firefox 3.5.4 <img src="http://jemand.ru/wp-content/themes/celadon/images/plus.gif" title="Проверено, работает!" alt="Проверено, работает!" /><br />
Opera 9.64 <img src="http://jemand.ru/wp-content/themes/celadon/images/plus.gif" title="Проверено, работает!" alt="Проверено, работает!" /></p>

<div class="zakladka"><noindex><a href="http://twitter.com/home/?status=http://jemand.ru/image-when-hover-on-link/?p=801+%D0%92%D1%81%D0%BF%D0%BB%D1%8B%D0%B2%D0%B0%D1%8E%D1%89%D0%B0%D1%8F+%D0%BA%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%BA%D0%B0+%D0%BF%D1%80%D0%B8+%D0%BD%D0%B0%D0%B2%D0%B5%D0%B4%D0%B5%D0%BD%D0%B8%D0%B8+%D0%BD%D0%B0+%D1%81%D1%81%D1%8B%D0%BB%D0%BA%D1%83+-+HTML+CSS+Blog" rel="nofollow" target="_blank"><img src="http://jemand.ru/wp-content/plugins/zakladka/images/twitter.png" border="0" width="16" height="16" alt="Twitter" title="Twitter"></a></noindex> <noindex><a href="http://community-seo.ru/submit.php?url=http://jemand.ru/image-when-hover-on-link/" rel="nofollow" target="_blank"><img src="http://jemand.ru/wp-content/plugins/zakladka/images/community-seo.png" border="0" width="16" height="16" alt="SEO Community" title="SEO Community"></a></noindex> <noindex><a href="http://www.vaau.ru/submit/?action=step2&url=http://jemand.ru/image-when-hover-on-link/" rel="nofollow" target="_blank"><img src="http://jemand.ru/wp-content/plugins/zakladka/images/vaau.png" border="0" width="16" height="16" alt="Ваау!" title="Ваау!"></a></noindex> <noindex><a href="http://korica.info/add_story.php?story_url=http://jemand.ru/image-when-hover-on-link/" rel="nofollow" target="_blank"><img src="http://jemand.ru/wp-content/plugins/zakladka/images/korica.png" border="0" width="16" height="16" alt="Korica" title="Korica"></a></noindex> <noindex><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://jemand.ru/image-when-hover-on-link/&title=%D0%92%D1%81%D0%BF%D0%BB%D1%8B%D0%B2%D0%B0%D1%8E%D1%89%D0%B0%D1%8F+%D0%BA%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%BA%D0%B0+%D0%BF%D1%80%D0%B8+%D0%BD%D0%B0%D0%B2%D0%B5%D0%B4%D0%B5%D0%BD%D0%B8%D0%B8+%D0%BD%D0%B0+%D1%81%D1%81%D1%8B%D0%BB%D0%BA%D1%83+-+HTML+CSS+Blog" rel="nofollow" target="_blank"><img src="http://jemand.ru/wp-content/plugins/zakladka/images/google.png" border="0" width="16" height="16" alt="Google Bookmarks" title="Google Bookmarks"></a></noindex> <noindex><a href="http://digg.com/submit?url=http://jemand.ru/image-when-hover-on-link/" rel="nofollow" target="_blank"><img src="http://jemand.ru/wp-content/plugins/zakladka/images/digg.png" border="0" width="16" height="16" alt="Digg" title="Digg"></a></noindex> <noindex><a href="http://zakladki.yandex.ru/addlink.xml?name=%D0%92%D1%81%D0%BF%D0%BB%D1%8B%D0%B2%D0%B0%D1%8E%D1%89%D0%B0%D1%8F+%D0%BA%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%BA%D0%B0+%D0%BF%D1%80%D0%B8+%D0%BD%D0%B0%D0%B2%D0%B5%D0%B4%D0%B5%D0%BD%D0%B8%D0%B8+%D0%BD%D0%B0+%D1%81%D1%81%D1%8B%D0%BB%D0%BA%D1%83+-+HTML+CSS+Blog&url=http://jemand.ru/image-when-hover-on-link/" rel="nofollow" target="_blank"><img src="http://jemand.ru/wp-content/plugins/zakladka/images/ya.png" border="0" width="16" height="16" alt="Закладки Yandex" title="Закладки Yandex"></a></noindex> <noindex><a href="http://myscoop.ru/add/http://jemand.ru/image-when-hover-on-link/" rel="nofollow" target="_blank"><img src="http://jemand.ru/wp-content/plugins/zakladka/images/myscoop.png" border="0" width="16" height="16" alt="Myscoop" title="Myscoop"></a></noindex> <noindex><a href="http://www.zakladok.net/add_link.php?folder_id=0http://jemand.ru/image-when-hover-on-link/" rel="nofollow" target="_blank"><img src="http://jemand.ru/wp-content/plugins/zakladka/images/zakladok.png" border="0" width="16" height="16" alt="Zakladok.net" title="Zakladok.net"></a></noindex> <noindex><a href="http://reddit.com/submit?url=http://jemand.ru/image-when-hover-on-link/&title=%D0%92%D1%81%D0%BF%D0%BB%D1%8B%D0%B2%D0%B0%D1%8E%D1%89%D0%B0%D1%8F+%D0%BA%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%BA%D0%B0+%D0%BF%D1%80%D0%B8+%D0%BD%D0%B0%D0%B2%D0%B5%D0%B4%D0%B5%D0%BD%D0%B8%D0%B8+%D0%BD%D0%B0+%D1%81%D1%81%D1%8B%D0%BB%D0%BA%D1%83+-+HTML+CSS+Blog" rel="nofollow" target="_blank"><img src="http://jemand.ru/wp-content/plugins/zakladka/images/reddit.png" border="0" width="16" height="16" alt="Reddit" title="Reddit"></a></noindex> <noindex><a href="http://www.bobrdobr.ru/addext.html?url=http://jemand.ru/image-when-hover-on-link/&title=%D0%92%D1%81%D0%BF%D0%BB%D1%8B%D0%B2%D0%B0%D1%8E%D1%89%D0%B0%D1%8F+%D0%BA%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%BA%D0%B0+%D0%BF%D1%80%D0%B8+%D0%BD%D0%B0%D0%B2%D0%B5%D0%B4%D0%B5%D0%BD%D0%B8%D0%B8+%D0%BD%D0%B0+%D1%81%D1%81%D1%8B%D0%BB%D0%BA%D1%83+-+HTML+CSS+Blog" rel="nofollow" target="_blank"><img src="http://jemand.ru/wp-content/plugins/zakladka/images/bobrdobr.png" border="0" width="16" height="16" alt="БобрДобр.ru" title="БобрДобр.ru"></a></noindex> <noindex><a href="http://memori.ru/link/?sm=1&u_data[url]=http://jemand.ru/image-when-hover-on-link/&u_data[name]=%D0%92%D1%81%D0%BF%D0%BB%D1%8B%D0%B2%D0%B0%D1%8E%D1%89%D0%B0%D1%8F+%D0%BA%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%BA%D0%B0+%D0%BF%D1%80%D0%B8+%D0%BD%D0%B0%D0%B2%D0%B5%D0%B4%D0%B5%D0%BD%D0%B8%D0%B8+%D0%BD%D0%B0+%D1%81%D1%81%D1%8B%D0%BB%D0%BA%D1%83+-+HTML+CSS+Blog" rel="nofollow" target="_blank"><img src="http://jemand.ru/wp-content/plugins/zakladka/images/memori.png" border="0" width="16" height="16" alt="Memori.ru" title="Memori.ru"></a></noindex> <noindex><a href="http://moemesto.ru/post.php?url=http://jemand.ru/image-when-hover-on-link/&title=%D0%92%D1%81%D0%BF%D0%BB%D1%8B%D0%B2%D0%B0%D1%8E%D1%89%D0%B0%D1%8F+%D0%BA%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%BA%D0%B0+%D0%BF%D1%80%D0%B8+%D0%BD%D0%B0%D0%B2%D0%B5%D0%B4%D0%B5%D0%BD%D0%B8%D0%B8+%D0%BD%D0%B0+%D1%81%D1%81%D1%8B%D0%BB%D0%BA%D1%83+-+HTML+CSS+Blog" rel="nofollow" target="_blank"><img src="http://jemand.ru/wp-content/plugins/zakladka/images/moemesto.png" border="0" width="16" height="16" alt="МоёМесто.ru" title="МоёМесто.ru"></a></noindex> <noindex><a href="http://www.mister-wong.ru/index.php?action=addurl&bm_url=http://jemand.ru/image-when-hover-on-link/&bm_description=%D0%92%D1%81%D0%BF%D0%BB%D1%8B%D0%B2%D0%B0%D1%8E%D1%89%D0%B0%D1%8F+%D0%BA%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%BA%D0%B0+%D0%BF%D1%80%D0%B8+%D0%BD%D0%B0%D0%B2%D0%B5%D0%B4%D0%B5%D0%BD%D0%B8%D0%B8+%D0%BD%D0%B0+%D1%81%D1%81%D1%8B%D0%BB%D0%BA%D1%83+-+HTML+CSS+Blog" rel="nofollow" target="_blank"><img src="http://jemand.ru/wp-content/plugins/zakladka/images/mrwong.png" border="0" width="16" height="16" alt="Mister Wong" title="Mister Wong"></a></noindex> </div>
]]></content:encoded>
			<wfw:commentRss>http://jemand.ru/image-when-hover-on-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
