<?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>Комментарии к записи: CSS: задание отступов и изменение стилей маркера в списках</title>
	<atom:link href="http://www.linkexchanger.su/2008/20.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linkexchanger.su/2008/20.html</link>
	<description>css, html, php, javascript, jQuery, ajax ... - решения, примеры, рецепты</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:36:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Автор: Pavlo</title>
		<link>http://www.linkexchanger.su/2008/20.html/comment-page-1#comment-67638</link>
		<dc:creator>Pavlo</dc:creator>
		<pubDate>Sat, 25 Dec 2010 08:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.linkexchanger.su/2008/20.html#comment-67638</guid>
		<description>Свой значек в качестве маркера:

ul{
list-style-image: uгl(vasha_imj.jpg); 
} 

а еще можно убрать значек и вывести свой символ,задав ему цвет и стиль по желанию:

.class ul li{
list-style-type: none;
}

.class ul li:before{
color: red; 
content: &quot;d&quot;;/*здесь ваш символ*/ 
padding-right: 10px;
}</description>
		<content:encoded><![CDATA[<p>Свой значек в качестве маркера:</p>
<p>ul{<br />
list-style-image: uгl(vasha_imj.jpg);<br />
} </p>
<p>а еще можно убрать значек и вывести свой символ,задав ему цвет и стиль по желанию:</p>
<p>.class ul li{<br />
list-style-type: none;<br />
}</p>
<p>.class ul li:before{<br />
color: red;<br />
content: &laquo;d&raquo;;/*здесь ваш символ*/<br />
padding-right: 10px;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Gennady</title>
		<link>http://www.linkexchanger.su/2008/20.html/comment-page-1#comment-38454</link>
		<dc:creator>Gennady</dc:creator>
		<pubDate>Tue, 06 Oct 2009 05:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.linkexchanger.su/2008/20.html#comment-38454</guid>
		<description>&lt;a href=&quot;http://www.linkexchanger.su/2008/26.html&quot; rel=&quot;nofollow&quot;&gt;CSS: как создать графический или текстовый маркер в списке&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://www.linkexchanger.su/2008/26.html" rel="nofollow">CSS: как создать графический или текстовый маркер в списке</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Панорама</title>
		<link>http://www.linkexchanger.su/2008/20.html/comment-page-1#comment-38444</link>
		<dc:creator>Панорама</dc:creator>
		<pubDate>Tue, 06 Oct 2009 04:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.linkexchanger.su/2008/20.html#comment-38444</guid>
		<description>А как поставить свой значек в качестве маркера? Чтобы работало в ие 6-7.</description>
		<content:encoded><![CDATA[<p>А как поставить свой значек в качестве маркера? Чтобы работало в ие 6-7.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

