<?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>bOntONweb &#187; css</title>
	<atom:link href="http://www.bontonweb.com/category/texnologii/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bontonweb.com</link>
	<description>development</description>
	<lastBuildDate>Thu, 28 Oct 2010 18:45:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Неподвижный фон при прокрутке страницы</title>
		<link>http://www.bontonweb.com/texnologii/css/nepodvizhnyj-fon-pri-prokrutke-stranicy.html</link>
		<comments>http://www.bontonweb.com/texnologii/css/nepodvizhnyj-fon-pri-prokrutke-stranicy.html#comments</comments>
		<pubDate>Thu, 10 Jul 2008 14:25:22 +0000</pubDate>
		<dc:creator>coder</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[верстка]]></category>

		<guid isPermaLink="false">http://www.bontonweb.com/texnologii/css/nepodvizhnyj-fon-pri-prokrutke-stranicy.html</guid>
		<description><![CDATA[Постовой: Скачать на халяву скрипт форума строительные вагончики бытовки Проблема: сделать неподвижный фон при использовании вертикальной прокрутки. Решение: воспользуемся таким css свойcтвом, как background-attachment: fixed. В общем виде получаем такой код: PLAIN TEXT CSS: body&#123; background-attachment: fixed; background-color: #009900; background-image: url&#40;../img/bodyBack.jpg&#41;; background-repeat: no-repeat; background-position: center top; &#125; или в сокращенном виде PLAIN TEXT CSS: body&#123; [...]]]></description>
			<content:encoded><![CDATA[<p>Постовой: <a href="http://ogurec.cn/">Скачать на халяву</a><br />
<a href="http://www.vanillain.ru/">скрипт форума</a><br />
<a href='http://www.bitstroy.ru/'>строительные вагончики бытовки</a></p>
<p><strong>Проблема:</strong> сделать неподвижный фон при использовании вертикальной прокрутки.<br />
<strong>Решение: </strong>воспользуемся таким css свойcтвом, как background-attachment: fixed.</p>
<p>В общем виде получаем такой код:</p>
<div class="igBar"><span id="lcss-3"><a href="#" onclick="javascript:showPlainTxt('css-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CSS:</span>
<div id="css-3">
<div class="css">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">body<span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">background-attachment</span>: <span style="color: #993333;">fixed</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">background-color</span>: #009900;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">background-image</span>: <span style="color: #993333;">url</span><span style="color: #66cc66;">&#40;</span>../img/bodyBack.jpg<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">background-repeat</span>: <span style="color: #993333;">no-repeat</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">background-position</span>: <span style="color: #993333;">center</span> <span style="color: #000000; font-weight: bold;">top</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>или в сокращенном виде</p>
<div class="igBar"><span id="lcss-4"><a href="#" onclick="javascript:showPlainTxt('css-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CSS:</span>
<div id="css-4">
<div class="css">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">body<span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">background</span>: #000000 <span style="color: #993333;">url</span><span style="color: #66cc66;">&#40;</span>../img/bodyBack.jpg<span style="color: #66cc66;">&#41;</span> <span style="color: #993333;">no-repeat</span> <span style="color: #993333;">fixed</span> <span style="color: #993333;">center</span> <span style="color: #000000; font-weight: bold;">top</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bontonweb.com/texnologii/css/nepodvizhnyj-fon-pri-prokrutke-stranicy.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Применить стиль только в Opera</title>
		<link>http://www.bontonweb.com/texnologii/html/primenit-stil-tolko-v-opera.html</link>
		<comments>http://www.bontonweb.com/texnologii/html/primenit-stil-tolko-v-opera.html#comments</comments>
		<pubDate>Tue, 18 Dec 2007 23:35:46 +0000</pubDate>
		<dc:creator>coder</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.bontonweb.com/texnologii/html/primenit-stil-tolko-v-opera.html</guid>
		<description><![CDATA[Проблема: необходимо применить стиль style_01 только в браузере Opera. Решение: для этого используем CSS хак следующего вида: PLAIN TEXT CSS: html:first-child .style_01&#123; &#160; &#160; margin: 0px 0px 0px 288px; &#160; &#160; &#160; &#160; &#125;]]></description>
			<content:encoded><![CDATA[<p><b>Проблема:</b> необходимо применить стиль style_01 только в браузере Opera.<br />
<b>Решение:</b> для этого используем CSS хак следующего вида:</p>
<div class="igBar"><span id="lcss-6"><a href="#" onclick="javascript:showPlainTxt('css-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CSS:</span>
<div id="css-6">
<div class="css">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">html<span style="color: #3333ff;">:first-child </span>.style_01<span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">margin</span>: 0px 0px 0px 288px;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bontonweb.com/texnologii/html/primenit-stil-tolko-v-opera.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

