<?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>Kodowanie CSS</title>
	<atom:link href="http://www.codingcss.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingcss.info</link>
	<description></description>
	<lastBuildDate>Tue, 26 May 2009 16:05:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Właściwości Odnośników w CSS</title>
		<link>http://www.codingcss.info/wlasciwosci-odnosnikow-w-css/</link>
		<comments>http://www.codingcss.info/wlasciwosci-odnosnikow-w-css/#comments</comments>
		<pubDate>Tue, 26 May 2009 16:05:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linki właściwości]]></category>

		<guid isPermaLink="false">http://www.codingcss.info/?p=3</guid>
		<description><![CDATA[Linki w CSS 
a : do definiowania stylu odnośników na stronie 
 a:active : do definiowania stylu odnośników aktywnych na stronie.
  a:visited : do definiowania stylu odnośników odwiedzonych na stronie.
  a:hover : do definiowania stylu odnośników, na które najedzie się myszką.
DOSTĘPNE ATRYBUTY 
Background-color : do definiowania kolory tła linku.
  background-image : do [...]]]></description>
			<content:encoded><![CDATA[<h4>Linki w CSS </h4>
<p><strong>a </strong>: do definiowania stylu odnośników na stronie </p>
<p> <strong>a:active</strong> : do definiowania stylu odnośników aktywnych na stronie.</p>
<p>  <strong>a:visited</strong> : do definiowania stylu odnośników odwiedzonych na stronie.</p>
<p>  <strong>a:hover</strong> : do definiowania stylu odnośników, na które najedzie się myszką.</p>
<p>DOSTĘPNE ATRYBUTY </p>
<p><strong>Background-color </strong>: do definiowania kolory tła linku.</p>
<p>  <strong>background-image</strong> : do definiowania obrazka tła linku.</p>
<p>  <strong>color</strong> : do definiowania koloru linku.</p>
<p>  <strong>text-decoration</strong> : do dekoracji typu: podkreślenie.</p>
<p>  <strong>display</strong> : ja ma link byc wyświetlany </p>
<p>  <strong>border</strong> : granica lub ramka linku </p>
<p>  <strong>font-weight </strong>: ustawia czcionkę (pgrubienie,mniejsza,etc)</p>
<p>Przykład definicji</p>
<blockquote>
<p>a,  a:hover, a:hover {<br />
    <br />	<br />
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;color: #06c;<br /> <br />
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text-decoration: none;<br />
	    <br />
  }</p>
<p>a:hover {<br />
      <br />
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;color: #147;<br />
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text-decoration: underline;<br />
    <br />
    } </p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.codingcss.info/wlasciwosci-odnosnikow-w-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
