<?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%97%d0%b0%d0%ba%d1%80%d1%83%d0%b3%d0%bb%d0%b5%d0%bd%d0%bd%d1%8b%d0%b5-%d1%83%d0%b3%d0%bb%d1%8b/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>Закругленные углы без графики при помощи CSS</title>
		<link>http://jemand.ru/rounded-corners-without-image/</link>
		<comments>http://jemand.ru/rounded-corners-without-image/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 17:00:16 +0000</pubDate>
		<dc:creator>Jemand</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Закругленные углы]]></category>

		<guid isPermaLink="false">http://jemand.ru/?p=1</guid>
		<description><![CDATA[В настоящее время в среде WEB-дизайна достаточно популярны закругленные углы, которые воспроизводятся различными способами. В этой статье я приведу один из примеров, лидирующий на мой взгляд, как сделать углы закругленными при помощи CSS. 
CSS-код:
.r1, .r2, .r3, .r4, .r5, .r6, .r7, .r8, .r9, .r10 {
display: block;
height: 1px;
overflow: hidden;
font-size:1px;
}
.r1 {margin: 0 1px;}
.r2 {margin: 0 2px;}
.r3 {margin: 0 [...]]]></description>
			<content:encoded><![CDATA[<p>В настоящее время в среде WEB-дизайна достаточно популярны закругленные углы, которые воспроизводятся различными способами. В этой статье я приведу один из примеров, лидирующий на мой взгляд, как сделать углы закругленными при помощи CSS. </p>
<p><strong>CSS-код:</strong></p>
<pre><code>.r1, .r2, .r3, .r4, .r5, .r6, .r7, .r8, .r9, .r10 {
display: block;
height: 1px;
overflow: hidden;
font-size:1px;
}
.r1 {margin: 0 1px;}
.r2 {margin: 0 2px;}
.r3 {margin: 0 3px;}
.r4 {margin: 0 4px;}
.r5 {margin: 0 5px;}
.r6 {margin: 0 6px;}
.r7 {margin: 0 7px;}
.r8 {margin: 0 8px;}
.r9 {margin: 0 9px;}
.r10 {margin: 0 10px;}
.content, b {background-color: #CCCCCC;}
.content {padding: 10px 10px; text-align: center;}</code></pre>
<p><strong>HTML-код:</strong></p>
<pre><code>&#60;b class="r10"&#62;&#60;/b&#62;&#60;b class="r7"&#62;&#60;/b&#62;&#60;b class="r5"&#62;&#60;/b&#62;&#60;b class="r4"&#62;&#60;/b&#62;&#60;b class="r3"&#62;&#60;/b&#62;&#60;b class="r2"&#62;&#60;/b&#62;&#60;b class="r2"&#62;&#60;/b&#62;&#60;b class="r1"&#62;&#60;/b&#62;&#60;b class="r1"&#62;&#60;/b&#62;&#60;b class="r1"&#62;&#60;/b&#62;
&#60;div class="content"&#62;
Здесь содержимое блока
&#60;/div&#62;
&#60;b class="r1"&#62;&#60;/b&#62;&#60;b class="r1"&#62;&#60;/b&#62;&#60;b class="r1"&#62;&#60;/b&#62;&#60;b class="r2"&#62;&#60;/b&#62;&#60;b class="r2"&#62;&#60;/b&#62;&#60;b class="r3"&#62;&#60;/b&#62;&#60;b class="r4"&#62;&#60;/b&#62;&#60;b class="r5"&#62;&#60;/b&#62;&#60;b class="r7"&#62;&#60;/b&#62;&#60;b class="r10"&#62;&#60;/b&#62;</code></pre>
<p>В данном примере показаны углы с закругленностью в 10px. Но не стоит на этом останавливаться, нужно экспериментировать и изобретать новые дизайнерские решения.</p>
<p>Пример, того что получится, можно посмотреть <a href="http://jemand.ru/go.php?url=http://jemand.narod.ru/rounded-corners-without-image.html" target="_blank">здесь</a>.</p>
<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/rounded-corners-without-image/?p=801+%D0%97%D0%B0%D0%BA%D1%80%D1%83%D0%B3%D0%BB%D0%B5%D0%BD%D0%BD%D1%8B%D0%B5+%D1%83%D0%B3%D0%BB%D1%8B+%D0%B1%D0%B5%D0%B7+%D0%B3%D1%80%D0%B0%D1%84%D0%B8%D0%BA%D0%B8+%D0%BF%D1%80%D0%B8+%D0%BF%D0%BE%D0%BC%D0%BE%D1%89%D0%B8+CSS+-+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/rounded-corners-without-image/" 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/rounded-corners-without-image/" 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/rounded-corners-without-image/" 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/rounded-corners-without-image/&title=%D0%97%D0%B0%D0%BA%D1%80%D1%83%D0%B3%D0%BB%D0%B5%D0%BD%D0%BD%D1%8B%D0%B5+%D1%83%D0%B3%D0%BB%D1%8B+%D0%B1%D0%B5%D0%B7+%D0%B3%D1%80%D0%B0%D1%84%D0%B8%D0%BA%D0%B8+%D0%BF%D1%80%D0%B8+%D0%BF%D0%BE%D0%BC%D0%BE%D1%89%D0%B8+CSS+-+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/rounded-corners-without-image/" 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%97%D0%B0%D0%BA%D1%80%D1%83%D0%B3%D0%BB%D0%B5%D0%BD%D0%BD%D1%8B%D0%B5+%D1%83%D0%B3%D0%BB%D1%8B+%D0%B1%D0%B5%D0%B7+%D0%B3%D1%80%D0%B0%D1%84%D0%B8%D0%BA%D0%B8+%D0%BF%D1%80%D0%B8+%D0%BF%D0%BE%D0%BC%D0%BE%D1%89%D0%B8+CSS+-+HTML+CSS+Blog&url=http://jemand.ru/rounded-corners-without-image/" 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/rounded-corners-without-image/" 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/rounded-corners-without-image/" 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/rounded-corners-without-image/&title=%D0%97%D0%B0%D0%BA%D1%80%D1%83%D0%B3%D0%BB%D0%B5%D0%BD%D0%BD%D1%8B%D0%B5+%D1%83%D0%B3%D0%BB%D1%8B+%D0%B1%D0%B5%D0%B7+%D0%B3%D1%80%D0%B0%D1%84%D0%B8%D0%BA%D0%B8+%D0%BF%D1%80%D0%B8+%D0%BF%D0%BE%D0%BC%D0%BE%D1%89%D0%B8+CSS+-+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/rounded-corners-without-image/&title=%D0%97%D0%B0%D0%BA%D1%80%D1%83%D0%B3%D0%BB%D0%B5%D0%BD%D0%BD%D1%8B%D0%B5+%D1%83%D0%B3%D0%BB%D1%8B+%D0%B1%D0%B5%D0%B7+%D0%B3%D1%80%D0%B0%D1%84%D0%B8%D0%BA%D0%B8+%D0%BF%D1%80%D0%B8+%D0%BF%D0%BE%D0%BC%D0%BE%D1%89%D0%B8+CSS+-+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/rounded-corners-without-image/&u_data[name]=%D0%97%D0%B0%D0%BA%D1%80%D1%83%D0%B3%D0%BB%D0%B5%D0%BD%D0%BD%D1%8B%D0%B5+%D1%83%D0%B3%D0%BB%D1%8B+%D0%B1%D0%B5%D0%B7+%D0%B3%D1%80%D0%B0%D1%84%D0%B8%D0%BA%D0%B8+%D0%BF%D1%80%D0%B8+%D0%BF%D0%BE%D0%BC%D0%BE%D1%89%D0%B8+CSS+-+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/rounded-corners-without-image/&title=%D0%97%D0%B0%D0%BA%D1%80%D1%83%D0%B3%D0%BB%D0%B5%D0%BD%D0%BD%D1%8B%D0%B5+%D1%83%D0%B3%D0%BB%D1%8B+%D0%B1%D0%B5%D0%B7+%D0%B3%D1%80%D0%B0%D1%84%D0%B8%D0%BA%D0%B8+%D0%BF%D1%80%D0%B8+%D0%BF%D0%BE%D0%BC%D0%BE%D1%89%D0%B8+CSS+-+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/rounded-corners-without-image/&bm_description=%D0%97%D0%B0%D0%BA%D1%80%D1%83%D0%B3%D0%BB%D0%B5%D0%BD%D0%BD%D1%8B%D0%B5+%D1%83%D0%B3%D0%BB%D1%8B+%D0%B1%D0%B5%D0%B7+%D0%B3%D1%80%D0%B0%D1%84%D0%B8%D0%BA%D0%B8+%D0%BF%D1%80%D0%B8+%D0%BF%D0%BE%D0%BC%D0%BE%D1%89%D0%B8+CSS+-+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/rounded-corners-without-image/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
