<?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>Css Snippets &#187; handig</title>
	<atom:link href="http://www.csssnippets.be/tag/handig/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csssnippets.be</link>
	<description>Snippets for you, snippets for me</description>
	<lastBuildDate>Mon, 17 Oct 2011 08:42:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>5 handige clear float tips</title>
		<link>http://www.csssnippets.be/2009/11/5-handige-clear-float-tips/</link>
		<comments>http://www.csssnippets.be/2009/11/5-handige-clear-float-tips/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 06:10:59 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[hack]]></category>
		<category><![CDATA[Non Valid]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Xhtml Strict]]></category>
		<category><![CDATA[clear]]></category>
		<category><![CDATA[clearfix]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[handig]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://www.csssnippets.be/?p=609</guid>
		<description><![CDATA[Floats moeten altijd gecleard worden als je geen onvoorziene omstandigheden wilt hebben in je layout, hier zijn 5 handige manieren om dit te doen:]]></description>
			<content:encoded><![CDATA[<p>Floats moeten altijd gecleard worden als je geen onvoorziene omstandigheden wilt hebben in je layout, hier zijn 5 handige manieren om dit te doen:</p>
<h4>Tip 1</h4>
<h3>HTML</h3>
<pre title="code" class="xhtml">
&lt;div id="outer"&gt;
	&lt;div id="inner"&gt;
		&lt;p&gt;big floating contents&lt;/p&gt;
	&lt;/div&gt;
	&lt;p&gt;Main Content&lt;/p&gt;
&lt;/div&gt;
</pre>
<h3>CSS</h3>
<pre title="code" class="css">
#outer {
overflow: auto;
height: 1%; /* for IE6 */
}
</pre>
<h4>Tip 2</h4>
<h3>HTML</h3>
<pre title="code" class="xhtml">
&lt;div class="clearfix"&gt;
	&lt;div class="floater"&gt;This text won't extend past the bottom of the "clearfix" div.&lt;/div&gt;
&lt;/div&gt;
</pre>
<h3>CSS</h3>
<pre title="code" class="css">
.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE5/Mac \*/
* html .clearfix {
height: 1px;
}
.clearfix {
display: block;
}
/* End hide from IE5/Mac */
</pre>
<h4>Tip 3</h4>
<h3>HTML</h3>
<pre title="code" class="xhtml">
&lt;div class="spacer"&gt;&lt;/div&gt;
</pre>
<h3>CSS</h3>
<pre title="code" class="css">
div.spacer {
clear: both;
}
</pre>
<h4>Tip 4</h4>
<h3>HTML</h3>
<pre title="code" class="xhtml">
&lt;br /&gt;
</pre>
<h3>CSS</h3>
<pre title="code" class="css">
br {
clear: both;
height:0;
font-size: 1px;
line-height: 0;
}
</pre>
<h4>Tip 5</h4>
<h3>HTML</h3>
<pre title="code" class="xhtml">
&lt;div class="newBFC"&gt;
	&lt;div class="floater"&gt;
	This text won't extend past the bottom of the "newBFC" div.
	&lt;/div&gt;
&lt;/div&gt;
</pre>
<h3>CSS</h3>
<pre title="code" class="css">
.newBFC {
overflow: hidden;
_overflow: visible; /* not valid */
_overflow-x:hidden; /* not valid */
_height: 0; /* not valid */
}
/*\*//*/
.newBFC {display: inline-block;}
/**/
</pre>



	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F11%2F5-handige-clear-float-tips%2F&amp;title=5%20handige%20clear%20float%20tips&amp;annotation=Floats%20moeten%20altijd%20gecleard%20worden%20als%20je%20geen%20onvoorziene%20omstandigheden%20wilt%20hebben%20in%20je%20layout%2C%20hier%20zijn%205%20handige%20manieren%20om%20dit%20te%20doen%3A" class="google bookmarks" title="Google Bookmarks">Google Bookmarks</a>
	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F11%2F5-handige-clear-float-tips%2F&amp;title=5%20handige%20clear%20float%20tips&amp;bodytext=Floats%20moeten%20altijd%20gecleard%20worden%20als%20je%20geen%20onvoorziene%20omstandigheden%20wilt%20hebben%20in%20je%20layout%2C%20hier%20zijn%205%20handige%20manieren%20om%20dit%20te%20doen%3A" class="digg" title="Digg">Digg</a>
	<a rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F11%2F5-handige-clear-float-tips%2F&amp;Title=5%20handige%20clear%20float%20tips" class="blinklist" title="BlinkList">BlinkList</a>
	<a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F11%2F5-handige-clear-float-tips%2F" class="technorati" title="Technorati">Technorati</a>
	<a rel="nofollow" href="http://twitter.com/home?status=5%20handige%20clear%20float%20tips%20-%20http%3A%2F%2Fwww.csssnippets.be%2F2009%2F11%2F5-handige-clear-float-tips%2F" class="twitter" title="Twitter">Twitter</a>
	<a rel="nofollow" href="http://delicious.com/post?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F11%2F5-handige-clear-float-tips%2F&amp;title=5%20handige%20clear%20float%20tips&amp;notes=Floats%20moeten%20altijd%20gecleard%20worden%20als%20je%20geen%20onvoorziene%20omstandigheden%20wilt%20hebben%20in%20je%20layout%2C%20hier%20zijn%205%20handige%20manieren%20om%20dit%20te%20doen%3A" class="delicious" title="del.icio.us">del.icio.us</a>
	<a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F11%2F5-handige-clear-float-tips%2F&amp;t=5%20handige%20clear%20float%20tips" class="facebook" title="Facebook">Facebook</a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F11%2F5-handige-clear-float-tips%2F&amp;title=5%20handige%20clear%20float%20tips" class="stumbleupon" title="StumbleUpon">StumbleUpon</a>

<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.csssnippets.be/2009/11/5-handige-clear-float-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS shorthand voor color</title>
		<link>http://www.csssnippets.be/2009/01/css-shorthand-voor-color/</link>
		<comments>http://www.csssnippets.be/2009/01/css-shorthand-voor-color/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 16:12:17 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Color]]></category>
		<category><![CDATA[valid]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[handig]]></category>
		<category><![CDATA[shorthand]]></category>
		<category><![CDATA[simple]]></category>

		<guid isPermaLink="false">http://www.csssnippets.be/?p=94</guid>
		<description><![CDATA[Als er telkens een paar van twee gelijke waarden is 6699EE dan kan deze waarde worden ingekort door telkens de tweede waarde weg te laten 69E.]]></description>
			<content:encoded><![CDATA[<p>Als er telkens een paar van twee gelijke waarden is 6699EE dan kan deze waarde worden ingekort door telkens de tweede waarde weg te laten 69E.</p>
<h3>CSS lang</h3>
<pre title="code" class="css">
color: #FFFFFF
color: #6699FF
color: #990000
</pre>
<h3>CSS shorthand</h3>
<pre title="code" class="css">
color: #FFF
color: #69F
color: #900
</pre>
<p>#FFFFFF wordt #FFF<br />
#990000 wordt #900<br />
#6633FF wordt #63F<br />
#00FF99 wordt #0F9</p>



	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-color%2F&amp;title=CSS%20shorthand%20voor%20color&amp;annotation=Als%20er%20telkens%20een%20paar%20van%20twee%20gelijke%20waarden%20is%206699EE%20dan%20kan%20deze%20waarde%20worden%20ingekort%20door%20telkens%20de%20tweede%20waarde%20weg%20te%20laten%2069E." class="google bookmarks" title="Google Bookmarks">Google Bookmarks</a>
	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-color%2F&amp;title=CSS%20shorthand%20voor%20color&amp;bodytext=Als%20er%20telkens%20een%20paar%20van%20twee%20gelijke%20waarden%20is%206699EE%20dan%20kan%20deze%20waarde%20worden%20ingekort%20door%20telkens%20de%20tweede%20waarde%20weg%20te%20laten%2069E." class="digg" title="Digg">Digg</a>
	<a rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-color%2F&amp;Title=CSS%20shorthand%20voor%20color" class="blinklist" title="BlinkList">BlinkList</a>
	<a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-color%2F" class="technorati" title="Technorati">Technorati</a>
	<a rel="nofollow" href="http://twitter.com/home?status=CSS%20shorthand%20voor%20color%20-%20http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-color%2F" class="twitter" title="Twitter">Twitter</a>
	<a rel="nofollow" href="http://delicious.com/post?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-color%2F&amp;title=CSS%20shorthand%20voor%20color&amp;notes=Als%20er%20telkens%20een%20paar%20van%20twee%20gelijke%20waarden%20is%206699EE%20dan%20kan%20deze%20waarde%20worden%20ingekort%20door%20telkens%20de%20tweede%20waarde%20weg%20te%20laten%2069E." class="delicious" title="del.icio.us">del.icio.us</a>
	<a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-color%2F&amp;t=CSS%20shorthand%20voor%20color" class="facebook" title="Facebook">Facebook</a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-color%2F&amp;title=CSS%20shorthand%20voor%20color" class="stumbleupon" title="StumbleUpon">StumbleUpon</a>

<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.csssnippets.be/2009/01/css-shorthand-voor-color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS shorthand voor border</title>
		<link>http://www.csssnippets.be/2009/01/css-shorthand-voor-border/</link>
		<comments>http://www.csssnippets.be/2009/01/css-shorthand-voor-border/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 16:08:39 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[valid]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[eenvoudig]]></category>
		<category><![CDATA[handig]]></category>
		<category><![CDATA[kort]]></category>
		<category><![CDATA[shorthand]]></category>
		<category><![CDATA[simple]]></category>

		<guid isPermaLink="false">http://www.csssnippets.be/?p=91</guid>
		<description><![CDATA[Het gaat erom dat je eenvoudiger CSS kan schrijven door de in CSS toegelaten verkortingen te gebruiken.]]></description>
			<content:encoded><![CDATA[<p>Het gaat erom dat je eenvoudiger CSS kan schrijven door de in CSS toegelaten verkortingen te gebruiken.</p>
<h3>CSS lang</h3>
<pre title="code" class="css">
border-width: 1px;
border-color: black;
border-style: solid;
</pre>
<h3>CSS shorthand</h3>
<pre title="code" class="css">
border: 1px black solid;
</pre>
<h4>Aparte eigenschappen</h4>
<h3>CSS lang</h3>
<pre title="code" class="css">
border-right-width: 1px;
border-right-color: black;
border-right-style: solid;
</pre>
<h3></h3>
<pre title="code" class="css">
border-right: 1px black solid
</pre>
<p>Natuurlijk geldt dezelfde regel ook voor border-bottom, border-top en border-left:</p>



	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-border%2F&amp;title=CSS%20shorthand%20voor%20border&amp;annotation=Het%20gaat%20erom%20dat%20je%20eenvoudiger%20CSS%20kan%20schrijven%20door%20de%20in%20CSS%20toegelaten%20verkortingen%20te%20gebruiken." class="google bookmarks" title="Google Bookmarks">Google Bookmarks</a>
	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-border%2F&amp;title=CSS%20shorthand%20voor%20border&amp;bodytext=Het%20gaat%20erom%20dat%20je%20eenvoudiger%20CSS%20kan%20schrijven%20door%20de%20in%20CSS%20toegelaten%20verkortingen%20te%20gebruiken." class="digg" title="Digg">Digg</a>
	<a rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-border%2F&amp;Title=CSS%20shorthand%20voor%20border" class="blinklist" title="BlinkList">BlinkList</a>
	<a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-border%2F" class="technorati" title="Technorati">Technorati</a>
	<a rel="nofollow" href="http://twitter.com/home?status=CSS%20shorthand%20voor%20border%20-%20http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-border%2F" class="twitter" title="Twitter">Twitter</a>
	<a rel="nofollow" href="http://delicious.com/post?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-border%2F&amp;title=CSS%20shorthand%20voor%20border&amp;notes=Het%20gaat%20erom%20dat%20je%20eenvoudiger%20CSS%20kan%20schrijven%20door%20de%20in%20CSS%20toegelaten%20verkortingen%20te%20gebruiken." class="delicious" title="del.icio.us">del.icio.us</a>
	<a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-border%2F&amp;t=CSS%20shorthand%20voor%20border" class="facebook" title="Facebook">Facebook</a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-border%2F&amp;title=CSS%20shorthand%20voor%20border" class="stumbleupon" title="StumbleUpon">StumbleUpon</a>

<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.csssnippets.be/2009/01/css-shorthand-voor-border/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS shorthand voor margin en padding</title>
		<link>http://www.csssnippets.be/2009/01/css-shorthand-voor-margin-en-padding/</link>
		<comments>http://www.csssnippets.be/2009/01/css-shorthand-voor-margin-en-padding/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 20:54:18 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[valid]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[handig]]></category>
		<category><![CDATA[kort]]></category>
		<category><![CDATA[shorthand]]></category>
		<category><![CDATA[simple]]></category>

		<guid isPermaLink="false">http://www.csssnippets.be/?p=87</guid>
		<description><![CDATA[Het gaat erom dat je eenvoudiger CSS kan schrijven door de in CSS toegelaten verkortingen te gebruiken.]]></description>
			<content:encoded><![CDATA[<p>Het gaat erom dat je eenvoudiger CSS kan schrijven door de in CSS toegelaten verkortingen te gebruiken.</p>
<p>Hierbij zijn verschillende mogelijkheden, naargelang het aantal dezelfde waarden die worden gebruikt bij margin &amp; padding.</p>
<h3>CSS lang</h3>
<pre title="code" class="css">
margin-top: 2px;
margin-right: 1px;
margin-bottom: 3px;
margin-left: 4px;
</pre>
<h3>CSS shorthand</h3>
<pre title="code" class="css">
margin: 2px 1px 3px 4px; /*top, right, bottom, left*/
</pre>
<p>Als één of meerdere waarden hetzelfde zijn, kan je deze ook weer inkorten:</p>
<h4>3 waarden</h4>
<h3>CSS lang</h3>
<pre title="code" class="css">
margin-top: 5em;
margin-right: 1em;
margin-bottom: 3em;
margin-left: 1em;
</pre>
<h3>CSS shorthand</h3>
<pre title="code" class="css">
margin: 5em 1em 3em; /*top, right &#038; left, bottom*/
</pre>
<h4>2 waarden</h4>
<h3>CSS lang</h3>
<pre title="code" class="css">
margin-top: 5%;
margin-right: 1%;
margin-bottom: 5%;
margin-left: 1%;
</pre>
<h3>CSS shorthand</h3>
<pre title="code" class="css">
margin: 5% 1%; /*top &#038; bottom, right &#038; left*/
</pre>
<h4>1 waarde</h4>
<h3>CSS lang</h3>
<pre title="code" class="css">
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
</pre>
<h3>CSS shorthand</h3>
<pre title="code" class="css">
margin: 0; /*top &#038; bottom &#038; right &#038; left*/
</pre>



	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-margin-en-padding%2F&amp;title=CSS%20shorthand%20voor%20margin%20en%20padding&amp;annotation=Het%20gaat%20erom%20dat%20je%20eenvoudiger%20CSS%20kan%20schrijven%20door%20de%20in%20CSS%20toegelaten%20verkortingen%20te%20gebruiken." class="google bookmarks" title="Google Bookmarks">Google Bookmarks</a>
	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-margin-en-padding%2F&amp;title=CSS%20shorthand%20voor%20margin%20en%20padding&amp;bodytext=Het%20gaat%20erom%20dat%20je%20eenvoudiger%20CSS%20kan%20schrijven%20door%20de%20in%20CSS%20toegelaten%20verkortingen%20te%20gebruiken." class="digg" title="Digg">Digg</a>
	<a rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-margin-en-padding%2F&amp;Title=CSS%20shorthand%20voor%20margin%20en%20padding" class="blinklist" title="BlinkList">BlinkList</a>
	<a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-margin-en-padding%2F" class="technorati" title="Technorati">Technorati</a>
	<a rel="nofollow" href="http://twitter.com/home?status=CSS%20shorthand%20voor%20margin%20en%20padding%20-%20http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-margin-en-padding%2F" class="twitter" title="Twitter">Twitter</a>
	<a rel="nofollow" href="http://delicious.com/post?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-margin-en-padding%2F&amp;title=CSS%20shorthand%20voor%20margin%20en%20padding&amp;notes=Het%20gaat%20erom%20dat%20je%20eenvoudiger%20CSS%20kan%20schrijven%20door%20de%20in%20CSS%20toegelaten%20verkortingen%20te%20gebruiken." class="delicious" title="del.icio.us">del.icio.us</a>
	<a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-margin-en-padding%2F&amp;t=CSS%20shorthand%20voor%20margin%20en%20padding" class="facebook" title="Facebook">Facebook</a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-margin-en-padding%2F&amp;title=CSS%20shorthand%20voor%20margin%20en%20padding" class="stumbleupon" title="StumbleUpon">StumbleUpon</a>

<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.csssnippets.be/2009/01/css-shorthand-voor-margin-en-padding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS shorthand voor lijsten</title>
		<link>http://www.csssnippets.be/2009/01/css-shorthand-voor-lijsten/</link>
		<comments>http://www.csssnippets.be/2009/01/css-shorthand-voor-lijsten/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 15:33:55 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[valid]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[eenvoudig]]></category>
		<category><![CDATA[handig]]></category>
		<category><![CDATA[kort]]></category>
		<category><![CDATA[shorthand]]></category>
		<category><![CDATA[simple]]></category>

		<guid isPermaLink="false">http://www.csssnippets.be/?p=85</guid>
		<description><![CDATA[Het gaat erom dat je eenvoudiger CSS kan schrijven door de in CSS toegelaten verkortingen te gebruiken.]]></description>
			<content:encoded><![CDATA[<p>Het gaat erom dat je eenvoudiger CSS kan schrijven door de in CSS toegelaten verkortingen te gebruiken.</p>
<h3>CSS lang</h3>
<pre title="code" class="css">
list-style: #fff;
list-style-type: disc;
list-style-position: outside;
list-style-image: url(image.gif)
</pre>
<h3>CSS shorthand</h3>
<pre title="code" class="css">
list-style: disc outside url(image.gif)
</pre>



	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-lijsten%2F&amp;title=CSS%20shorthand%20voor%20lijsten&amp;annotation=Het%20gaat%20erom%20dat%20je%20eenvoudiger%20CSS%20kan%20schrijven%20door%20de%20in%20CSS%20toegelaten%20verkortingen%20te%20gebruiken." class="google bookmarks" title="Google Bookmarks">Google Bookmarks</a>
	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-lijsten%2F&amp;title=CSS%20shorthand%20voor%20lijsten&amp;bodytext=Het%20gaat%20erom%20dat%20je%20eenvoudiger%20CSS%20kan%20schrijven%20door%20de%20in%20CSS%20toegelaten%20verkortingen%20te%20gebruiken." class="digg" title="Digg">Digg</a>
	<a rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-lijsten%2F&amp;Title=CSS%20shorthand%20voor%20lijsten" class="blinklist" title="BlinkList">BlinkList</a>
	<a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-lijsten%2F" class="technorati" title="Technorati">Technorati</a>
	<a rel="nofollow" href="http://twitter.com/home?status=CSS%20shorthand%20voor%20lijsten%20-%20http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-lijsten%2F" class="twitter" title="Twitter">Twitter</a>
	<a rel="nofollow" href="http://delicious.com/post?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-lijsten%2F&amp;title=CSS%20shorthand%20voor%20lijsten&amp;notes=Het%20gaat%20erom%20dat%20je%20eenvoudiger%20CSS%20kan%20schrijven%20door%20de%20in%20CSS%20toegelaten%20verkortingen%20te%20gebruiken." class="delicious" title="del.icio.us">del.icio.us</a>
	<a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-lijsten%2F&amp;t=CSS%20shorthand%20voor%20lijsten" class="facebook" title="Facebook">Facebook</a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-lijsten%2F&amp;title=CSS%20shorthand%20voor%20lijsten" class="stumbleupon" title="StumbleUpon">StumbleUpon</a>

<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.csssnippets.be/2009/01/css-shorthand-voor-lijsten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS shorthand voor background</title>
		<link>http://www.csssnippets.be/2009/01/css-shorthand-voor-background/</link>
		<comments>http://www.csssnippets.be/2009/01/css-shorthand-voor-background/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 09:30:25 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[valid]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[handig]]></category>
		<category><![CDATA[kort]]></category>
		<category><![CDATA[shorthand]]></category>
		<category><![CDATA[simple]]></category>

		<guid isPermaLink="false">http://www.csssnippets.be/?p=83</guid>
		<description><![CDATA[Het gaat erom dat je eenvoudiger CSS kan schrijven door de in CSS toegelaten verkortingen te gebruiken.]]></description>
			<content:encoded><![CDATA[<p>Het gaat erom dat je eenvoudiger CSS kan schrijven door de in CSS toegelaten verkortingen te gebruiken.</p>
<p>Als je ook maar een van deze waarden niet meegeeft zal elke browser dezelfde standaard waarden toekennen, dat zou dan altijd achtergrondkleur wit, een eventuele afbeelding zal zichzelf herhalen horizontaal en vertikaal, positie van de afbeelding zal altijd top left zijn.</p>
<h3>CSS lang</h3>
<pre title="code" class="css">
background-color: #fff;
background-image: url(image.gif);
background-repeat: no-repeat;
background-position: top left;
</pre>
<h3>CSS shorthand</h3>
<pre title="code" class="css">
background: #fff url(image.gif) no-repeat top left
</pre>



	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-background%2F&amp;title=CSS%20shorthand%20voor%20background&amp;annotation=Het%20gaat%20erom%20dat%20je%20eenvoudiger%20CSS%20kan%20schrijven%20door%20de%20in%20CSS%20toegelaten%20verkortingen%20te%20gebruiken." class="google bookmarks" title="Google Bookmarks">Google Bookmarks</a>
	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-background%2F&amp;title=CSS%20shorthand%20voor%20background&amp;bodytext=Het%20gaat%20erom%20dat%20je%20eenvoudiger%20CSS%20kan%20schrijven%20door%20de%20in%20CSS%20toegelaten%20verkortingen%20te%20gebruiken." class="digg" title="Digg">Digg</a>
	<a rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-background%2F&amp;Title=CSS%20shorthand%20voor%20background" class="blinklist" title="BlinkList">BlinkList</a>
	<a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-background%2F" class="technorati" title="Technorati">Technorati</a>
	<a rel="nofollow" href="http://twitter.com/home?status=CSS%20shorthand%20voor%20background%20-%20http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-background%2F" class="twitter" title="Twitter">Twitter</a>
	<a rel="nofollow" href="http://delicious.com/post?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-background%2F&amp;title=CSS%20shorthand%20voor%20background&amp;notes=Het%20gaat%20erom%20dat%20je%20eenvoudiger%20CSS%20kan%20schrijven%20door%20de%20in%20CSS%20toegelaten%20verkortingen%20te%20gebruiken." class="delicious" title="del.icio.us">del.icio.us</a>
	<a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-background%2F&amp;t=CSS%20shorthand%20voor%20background" class="facebook" title="Facebook">Facebook</a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F01%2Fcss-shorthand-voor-background%2F&amp;title=CSS%20shorthand%20voor%20background" class="stumbleupon" title="StumbleUpon">StumbleUpon</a>

<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.csssnippets.be/2009/01/css-shorthand-voor-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

