<?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; Navigation</title>
	<atom:link href="http://www.csssnippets.be/tag/navigation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csssnippets.be</link>
	<description>Snippets for you, snippets for me</description>
	<lastBuildDate>Wed, 23 Jun 2010 09:35:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dik onderlijnde navigatie</title>
		<link>http://www.csssnippets.be/2009/12/dik-onderlijnde-navigatie/</link>
		<comments>http://www.csssnippets.be/2009/12/dik-onderlijnde-navigatie/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 07:02:01 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Muis]]></category>
		<category><![CDATA[Navigation]]></category>
		<category><![CDATA[Xhtml Strict]]></category>
		<category><![CDATA[crossbrowser]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[dik]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[mouseover]]></category>
		<category><![CDATA[navigatie]]></category>
		<category><![CDATA[thick]]></category>
		<category><![CDATA[underline]]></category>

		<guid isPermaLink="false">http://www.csssnippets.be/?p=695</guid>
		<description><![CDATA[Een navigatie kan zoveel vormen aannemen, hier een eenvoudige maar fraaie navigatie met onderlijning bij mouseover.]]></description>
			<content:encoded><![CDATA[<p>Een navigatie kan zoveel vormen aannemen, hier een eenvoudige maar fraaie navigatie met onderlijning bij mouseover.</p>
<h3>HTML</h3>
<pre title="code" class="xhtml">
&lt;ul class="menu"&gt;
	&lt;li&gt;&lt;a href="http://www.csssnippets.be"&gt;Home&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://www.csssnippets.be"&gt;CSS Codes&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://www.csssnippets.be"&gt;Forums&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://www.csssnippets.be"&gt;Webmaster Tools&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://www.csssnippets.be"&gt;JavaScript&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://www.csssnippets.be"&gt;Gallery&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre>
<h3>CSS</h3>
<pre title="code" class="css">
ul{
padding: 6px 0 7px 0;
margin: 0;
text-align: right;
}
ul li{
display: inline;
}
ul li a{
color: #494949;
padding: 6px 3px 4px 3px;
margin-right: 20px;
text-decoration: none;
border-bottom: 3px solid gray;
}
ul li a:hover, ul li a.selected{
border-bottom-color: black;
}
</pre>



	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F12%2Fdik-onderlijnde-navigatie%2F&amp;title=Dik%20onderlijnde%20navigatie&amp;annotation=Een%20navigatie%20kan%20zoveel%20vormen%20aannemen%2C%20hier%20een%20eenvoudige%20maar%20fraaie%20navigatie%20met%20onderlijning%20bij%20mouseover." 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%2F12%2Fdik-onderlijnde-navigatie%2F&amp;title=Dik%20onderlijnde%20navigatie&amp;bodytext=Een%20navigatie%20kan%20zoveel%20vormen%20aannemen%2C%20hier%20een%20eenvoudige%20maar%20fraaie%20navigatie%20met%20onderlijning%20bij%20mouseover." 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%2F12%2Fdik-onderlijnde-navigatie%2F&amp;Title=Dik%20onderlijnde%20navigatie" class="blinklist" title="BlinkList">BlinkList</a>
	<a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F12%2Fdik-onderlijnde-navigatie%2F" class="technorati" title="Technorati">Technorati</a>
	<a rel="nofollow" href="http://twitter.com/home?status=Dik%20onderlijnde%20navigatie%20-%20http%3A%2F%2Fwww.csssnippets.be%2F2009%2F12%2Fdik-onderlijnde-navigatie%2F" class="twitter" title="Twitter">Twitter</a>
	<a rel="nofollow" href="http://delicious.com/post?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F12%2Fdik-onderlijnde-navigatie%2F&amp;title=Dik%20onderlijnde%20navigatie&amp;notes=Een%20navigatie%20kan%20zoveel%20vormen%20aannemen%2C%20hier%20een%20eenvoudige%20maar%20fraaie%20navigatie%20met%20onderlijning%20bij%20mouseover." 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%2F12%2Fdik-onderlijnde-navigatie%2F&amp;t=Dik%20onderlijnde%20navigatie" class="facebook" title="Facebook">Facebook</a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F12%2Fdik-onderlijnde-navigatie%2F&amp;title=Dik%20onderlijnde%20navigatie" class="stumbleupon" title="StumbleUpon">StumbleUpon</a>

<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.csssnippets.be/2009/12/dik-onderlijnde-navigatie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oplossing &#8220;trappen effect&#8221; in IE6</title>
		<link>http://www.csssnippets.be/2009/11/oplossing-trappen-effect-in-ie6/</link>
		<comments>http://www.csssnippets.be/2009/11/oplossing-trappen-effect-in-ie6/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 07:43:18 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Bug]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[Navigation]]></category>
		<category><![CDATA[crossbrowser]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[valid]]></category>
		<category><![CDATA[lijst]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[navigatie]]></category>
		<category><![CDATA[oplossing]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.csssnippets.be/?p=620</guid>
		<description><![CDATA[Bijna elke webdeveloper gebruikt lijsten om een navigatie te maken, in de lijst maken we dan links en deze floaten we dan en normaal gezien is alles in orde .... voor de moderne browsers. IE6 en IE7 zullen je het trappen effect tonen. Als je het gezien hebt, weet je waarover ik het heb:

<img src="http://www.csssnippets.be/wp-content/2009/11/2-1.png" alt="2-1" title="2-1" width="440" height="106" class="alignnone size-full wp-image-630" />]]></description>
			<content:encoded><![CDATA[<p>Bijna elke webdeveloper gebruikt lijsten om een navigatie te maken, in de lijst maken we dan links en deze floaten we dan en normaal gezien is alles in orde &#8230;. voor de moderne browsers. IE6 en IE7 zullen je het trappen effect tonen. Als je het gezien hebt, weet je waarover ik het heb:</p>
<h4>Normale code</h4>
<h3>HTML</h3>
<pre title="code" class="xhtml">
&lt;ul>&gt;
    &lt;li&gt;&lt;a href="#"&gt;&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="#"&gt;&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="#"&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre>
<h3>CSS</h3>
<pre title="code" class="css">
ul {
    list-style: none;
}
ul li a {
    display: block;
    width: 130px;
    height: 30px;
    text-align: center;
    color: #fff;
    float: left;
    background: #95CFEF;
    border: solid 1px #36F;
    margin: 30px 5px;
}
</pre>
<p><img src="http://www.csssnippets.be/wp-content/2009/11/2-1.png" alt="2-1" title="2-1" width="440" height="106" class="alignnone size-full wp-image-630" /></p>
<p><img src="http://www.csssnippets.be/wp-content/2009/11/2-2.png" alt="2-2" title="2-2" width="440" height="117" class="alignnone size-full wp-image-629" /></p>
<h4>Fixed CSS voor Internet Explorer</h4>
<h3>CSS</h3>
<pre title="code" class="css">
ul li {
    float: left;
}
</pre>



	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F11%2Foplossing-trappen-effect-in-ie6%2F&amp;title=Oplossing%20%22trappen%20effect%22%20in%20IE6&amp;annotation=Bijna%20elke%20webdeveloper%20gebruikt%20lijsten%20om%20een%20navigatie%20te%20maken%2C%20in%20de%20lijst%20maken%20we%20dan%20links%20en%20deze%20floaten%20we%20dan%20en%20normaal%20gezien%20is%20alles%20in%20orde%20....%20voor%20de%20moderne%20browsers.%20IE6%20en%20IE7%20zullen%20je%20het%20trappen%20effect%20tonen.%20Als%20je%20het%20gezien%20hebt%2C%20weet%20je%20waarover%20ik%20het%20heb%3A%0D%0A%0D%0A" 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%2Foplossing-trappen-effect-in-ie6%2F&amp;title=Oplossing%20%22trappen%20effect%22%20in%20IE6&amp;bodytext=Bijna%20elke%20webdeveloper%20gebruikt%20lijsten%20om%20een%20navigatie%20te%20maken%2C%20in%20de%20lijst%20maken%20we%20dan%20links%20en%20deze%20floaten%20we%20dan%20en%20normaal%20gezien%20is%20alles%20in%20orde%20....%20voor%20de%20moderne%20browsers.%20IE6%20en%20IE7%20zullen%20je%20het%20trappen%20effect%20tonen.%20Als%20je%20het%20gezien%20hebt%2C%20weet%20je%20waarover%20ik%20het%20heb%3A%0D%0A%0D%0A" 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%2Foplossing-trappen-effect-in-ie6%2F&amp;Title=Oplossing%20%22trappen%20effect%22%20in%20IE6" class="blinklist" title="BlinkList">BlinkList</a>
	<a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F11%2Foplossing-trappen-effect-in-ie6%2F" class="technorati" title="Technorati">Technorati</a>
	<a rel="nofollow" href="http://twitter.com/home?status=Oplossing%20%22trappen%20effect%22%20in%20IE6%20-%20http%3A%2F%2Fwww.csssnippets.be%2F2009%2F11%2Foplossing-trappen-effect-in-ie6%2F" class="twitter" title="Twitter">Twitter</a>
	<a rel="nofollow" href="http://delicious.com/post?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F11%2Foplossing-trappen-effect-in-ie6%2F&amp;title=Oplossing%20%22trappen%20effect%22%20in%20IE6&amp;notes=Bijna%20elke%20webdeveloper%20gebruikt%20lijsten%20om%20een%20navigatie%20te%20maken%2C%20in%20de%20lijst%20maken%20we%20dan%20links%20en%20deze%20floaten%20we%20dan%20en%20normaal%20gezien%20is%20alles%20in%20orde%20....%20voor%20de%20moderne%20browsers.%20IE6%20en%20IE7%20zullen%20je%20het%20trappen%20effect%20tonen.%20Als%20je%20het%20gezien%20hebt%2C%20weet%20je%20waarover%20ik%20het%20heb%3A%0D%0A%0D%0A" 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%2Foplossing-trappen-effect-in-ie6%2F&amp;t=Oplossing%20%22trappen%20effect%22%20in%20IE6" class="facebook" title="Facebook">Facebook</a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F11%2Foplossing-trappen-effect-in-ie6%2F&amp;title=Oplossing%20%22trappen%20effect%22%20in%20IE6" class="stumbleupon" title="StumbleUpon">StumbleUpon</a>

<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.csssnippets.be/2009/11/oplossing-trappen-effect-in-ie6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS Horizontaal drop-down (uitklap) navigatie</title>
		<link>http://www.csssnippets.be/2009/10/css-horizontaal-drop-down-uitklap-navigatie/</link>
		<comments>http://www.csssnippets.be/2009/10/css-horizontaal-drop-down-uitklap-navigatie/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 07:00:12 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[IE6]]></category>
		<category><![CDATA[Navigation]]></category>
		<category><![CDATA[crossbrowser]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[valid]]></category>
		<category><![CDATA[csshover.htc]]></category>
		<category><![CDATA[drop down]]></category>
		<category><![CDATA[multilevel]]></category>
		<category><![CDATA[navigatie]]></category>
		<category><![CDATA[uitklap]]></category>

		<guid isPermaLink="false">http://www.csssnippets.be/?p=432</guid>
		<description><![CDATA[Een crossbrowser oplossing om een multi level drop down menu te maken, alhoewel er gebruik zal gemaakt worden van browser sniffer voor Internet Explorer 6, op basis daarvan zal een HTC bestand geladen worden om :hover ook op ander elementen te laten werken voor dit multi level drop down navigatie menu.

<img src="http://www.csssnippets.be/wp-content/2009/10/multi-level-drop-down-menu.gif" alt="multi-level-drop-down-menu" title="multi-level-drop-down-menu" width="435" height="140" class="alignnone size-full wp-image-441" />]]></description>
			<content:encoded><![CDATA[<p>Een crossbrowser oplossing om een multi level drop down menu te maken, alhoewel er gebruik zal gemaakt worden van browser sniffer voor Internet Explorer 6, op basis daarvan zal een HTC bestand geladen worden om :hover ook op ander elementen te laten werken voor dit multi level drop down navigatie menu.</p>
<p><img src="http://www.csssnippets.be/wp-content/2009/10/multi-level-drop-down-menu.gif" alt="multi-level-drop-down-menu" title="multi-level-drop-down-menu" width="435" height="140" class="alignnone size-full wp-image-441" /></p>
<h4>Download eerst deze bestanden</h4>
<ol>
<li><a href="http://www.csssnippets.be/wp-content/plugins/cimy-counter/cc_redirect.php?cc=dropdown htc&#038;fn=http://www.csssnippets.be/wp-content/2009/10/csshover.htc">csshover.htc</a> <small>(124)</small></li>
<li><a href="http://www.csssnippets.be/wp-content/plugins/cimy-counter/cc_redirect.php?cc=navdown_white_gif&#038;fn=http://www.csssnippets.be/wp-content/2009/10/navdown_white.gif">navdown_white.gif</a> <small>(125)</small></li>
<li><a href="http://www.csssnippets.be/wp-content/plugins/cimy-counter/cc_redirect.php?cc=nav_white_gif&#038;fn=http://www.csssnippets.be/wp-content/2009/10/nav_white.gif">nav_white.gif</a> <small>(91)</small></li>
</ol>
<h3>HTML IE6 sniffer</h3>
<p>Plak volgende code je &lt;head&gt;</p>
<pre title="code" class="xhtml">
&lt;!--[if lt IE 7]&gt;
&lt;style type="text/css" media="screen"&gt;
#menuh{
float:none;
}
body{
behavior:url(csshover.htc);
font-size:100%;
}
#menuh ul li{
float:left;
width: 100%;
}
#menuh a{
height:1%;
font:bold 0.7em/1.4em arial, sans-serif;
}
&lt;/style&gt;
&lt;![endif]--&gt;
</pre>
<h3>HTML</h3>
<pre title="code" class="xhtml">
&lt;div id="menuh-container"&gt;
&lt;div id="menuh"&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a class="top_parent" href="#"&gt;Item 1&lt;/a&gt;
		&lt;ul&gt;
			&lt;li&gt;&lt;a href="#"&gt;Sub 1:1&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a class="parent" href="#"&gt;Sub 1:2&lt;/a&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 1:2:1&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 1:2:2&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 1:2:3&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 1:2:4&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
			&lt;li&gt;&lt;a href="#"&gt;Sub 1:3&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a class="parent" href="#"&gt;Sub 1:4&lt;/a&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 1:4:1&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 1:4:2&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 1:4:3&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 1:4:4&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
			&lt;li&gt;&lt;a class="parent" href="#"&gt;Sub 1:5&lt;/a&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 1:5:1&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 1:5:2&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 1:5:3&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 1:5:4&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 1:5:5&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
			&lt;li&gt;&lt;a href="#"&gt;Sub 1:6&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a class="top_parent" href="#"&gt;Item 2&lt;/a&gt;
		&lt;ul&gt;
			&lt;li&gt;&lt;a href="#"&gt;Sub 2:1&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a class="parent" href="#"&gt;Sub 2:2&lt;/a&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 2:2:1&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 2:2:2&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
			&lt;li&gt;&lt;a href="#"&gt;Sub 2:3&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a class="parent" href="#"&gt;Sub 1:4&lt;/a&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 2:4:1&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 2:4:2&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
			&lt;li&gt;&lt;a class="parent" href="#"&gt;Sub 2:5&lt;/a&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 2:5:1&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 2:5:2&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 2:5:3&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 2:5:4&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 2:5:5&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a class="top_parent" href="#"&gt;Item 3&lt;/a&gt;
		&lt;ul&gt;
			&lt;li&gt;&lt;a class="parent" href="#"&gt;Sub 3:2&lt;/a&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 3:2:1&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 3:2:2&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 3:2:3&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 3:2:4&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
			&lt;li&gt;&lt;a class="parent" href="#"&gt;Sub 3:3&lt;/a&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 3:3:1&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 3:3:2&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 3:3:3&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 3:3:4&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
			&lt;li&gt;&lt;a class="parent" href="#"&gt;Sub 3:4&lt;/a&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 3:4:1&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 3:4:2&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 3:4:3&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 3:4:4&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 3:4:5&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
			&lt;li&gt;&lt;a href="#"&gt;Sub 3:5&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a class="top_parent" href="#"&gt;Item 4&lt;/a&gt;
		&lt;ul&gt;
			&lt;li&gt;&lt;a href="#"&gt;Sub 4:1&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a class="parent" href="#"&gt;Sub 4:2&lt;/a&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 4:2:1&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 4:2:2&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 4:2:3&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 4:2:4&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
			&lt;li&gt;&lt;a href="#"&gt;Sub 4:3&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a class="parent" href="#"&gt;Sub 4:4&lt;/a&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 4:4:1&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 4:4:2&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 4:4:3&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 4:4:4&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 4:4:5&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 4:4:6&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 4:4:7&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 4:4:8&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="#"&gt;Sub 4:4:9&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href="#"&gt;Item 5&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
</pre>
<h3>CSS</h3>
<pre title="code" class="css">
#menuh-container {
	position: absolute;
	top: 1em;
	left: 1em;
}
#menuh {
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:2.0em;
	margin-top: 1.0em;
}
#menuh a {
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
}
/* menu at rest */
#menuh a:link, #menuh a:visited, #menuh a:active {
	color: white;
	background-color: royalblue;
	text-decoration:none;
}
/* menu on mouse-over  */
#menuh a:hover {
	color: #fff;
	background-color: cornflowerblue;
	text-decoration:none;
}
/* attaches down-arrow to all top-parents */
#menuh a.top_parent, #menuh a.top_parent:hover {
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
/* attaches side-arrow to all parents */
#menuh a.parent, #menuh a.parent:hover {
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#menuh ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9.0em; /* width of all menu boxes */
-/* NOTE: For adjustable menu boxes you can
comment out the above width rule.
However, you will have to add padding in the
"#menh a" rule so that the menu boxes
will have space on either side of the text -- try it */
}
#menuh li {
	position:relative;
	min-height: 1px;
	vertical-align: bottom;
}
#menuh ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1.0em;
	margin:-1em 0 0 -1em;
}
#menuh ul ul ul {
	top:0;
	left:100%;
}

div#menuh li:hover {
	cursor:pointer;
	z-index:100;
}
div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}
div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}
</pre>



	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F10%2Fcss-horizontaal-drop-down-uitklap-navigatie%2F&amp;title=CSS%20Horizontaal%20drop-down%20%28uitklap%29%20navigatie&amp;annotation=Een%20crossbrowser%20oplossing%20om%20een%20multi%20level%20drop%20down%20menu%20te%20maken%2C%20alhoewel%20er%20gebruik%20zal%20gemaakt%20worden%20van%20browser%20sniffer%20voor%20Internet%20Explorer%206%2C%20op%20basis%20daarvan%20zal%20een%20HTC%20bestand%20geladen%20worden%20om%20%3Ahover%20ook%20op%20ander%20elementen%20te%20laten%20werken%20voor%20dit%20multi%20level%20drop%20down%20navigatie%20menu.%0D%0A%0D%0A" 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%2F10%2Fcss-horizontaal-drop-down-uitklap-navigatie%2F&amp;title=CSS%20Horizontaal%20drop-down%20%28uitklap%29%20navigatie&amp;bodytext=Een%20crossbrowser%20oplossing%20om%20een%20multi%20level%20drop%20down%20menu%20te%20maken%2C%20alhoewel%20er%20gebruik%20zal%20gemaakt%20worden%20van%20browser%20sniffer%20voor%20Internet%20Explorer%206%2C%20op%20basis%20daarvan%20zal%20een%20HTC%20bestand%20geladen%20worden%20om%20%3Ahover%20ook%20op%20ander%20elementen%20te%20laten%20werken%20voor%20dit%20multi%20level%20drop%20down%20navigatie%20menu.%0D%0A%0D%0A" 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%2F10%2Fcss-horizontaal-drop-down-uitklap-navigatie%2F&amp;Title=CSS%20Horizontaal%20drop-down%20%28uitklap%29%20navigatie" class="blinklist" title="BlinkList">BlinkList</a>
	<a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F10%2Fcss-horizontaal-drop-down-uitklap-navigatie%2F" class="technorati" title="Technorati">Technorati</a>
	<a rel="nofollow" href="http://twitter.com/home?status=CSS%20Horizontaal%20drop-down%20%28uitklap%29%20navigatie%20-%20http%3A%2F%2Fwww.csssnippets.be%2F2009%2F10%2Fcss-horizontaal-drop-down-uitklap-navigatie%2F" class="twitter" title="Twitter">Twitter</a>
	<a rel="nofollow" href="http://delicious.com/post?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F10%2Fcss-horizontaal-drop-down-uitklap-navigatie%2F&amp;title=CSS%20Horizontaal%20drop-down%20%28uitklap%29%20navigatie&amp;notes=Een%20crossbrowser%20oplossing%20om%20een%20multi%20level%20drop%20down%20menu%20te%20maken%2C%20alhoewel%20er%20gebruik%20zal%20gemaakt%20worden%20van%20browser%20sniffer%20voor%20Internet%20Explorer%206%2C%20op%20basis%20daarvan%20zal%20een%20HTC%20bestand%20geladen%20worden%20om%20%3Ahover%20ook%20op%20ander%20elementen%20te%20laten%20werken%20voor%20dit%20multi%20level%20drop%20down%20navigatie%20menu.%0D%0A%0D%0A" 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%2F10%2Fcss-horizontaal-drop-down-uitklap-navigatie%2F&amp;t=CSS%20Horizontaal%20drop-down%20%28uitklap%29%20navigatie" class="facebook" title="Facebook">Facebook</a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F10%2Fcss-horizontaal-drop-down-uitklap-navigatie%2F&amp;title=CSS%20Horizontaal%20drop-down%20%28uitklap%29%20navigatie" class="stumbleupon" title="StumbleUpon">StumbleUpon</a>

<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.csssnippets.be/2009/10/css-horizontaal-drop-down-uitklap-navigatie/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Een link is een inline element</title>
		<link>http://www.csssnippets.be/2009/07/een-link-is-een-inline-element/</link>
		<comments>http://www.csssnippets.be/2009/07/een-link-is-een-inline-element/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 10:16:58 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Navigation]]></category>
		<category><![CDATA[crossbrowser]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[inline-block]]></category>

		<guid isPermaLink="false">http://www.csssnippets.be/?p=303</guid>
		<description><![CDATA[Een link &#60;a&#62; is een inline element, bewijs hiervan is als je een link in een stuk tekst zet zal deze niet op een nieuwe lijn beginnen. Maar soms wil je juist wel dimensie geven aan een link (navigatie, etc ...), dan kun je niet anders dan er een block-element van te maken (<em>indien je hoogte, breedte en margin wenst toe te voegen</em>).
Als de links (meerdere) langs elkaar moeten komen kan je inline-block gebruiken of block in combinatie met float.]]></description>
			<content:encoded><![CDATA[<p>Een link &lt;a&gt; is een inline element, bewijs hiervan is als je een link in een stuk tekst zet zal deze niet op een nieuwe lijn beginnen. Maar soms wil je juist wel dimensie geven aan een link (navigatie, etc &#8230;), dan kun je niet anders dan er een block-element van te maken (<em>indien je hoogte, breedte en margin wenst toe te voegen</em>).<br />
Als de links (meerdere) langs elkaar moeten komen kan je inline-block gebruiken of block in combinatie met float.</p>
<h3>HTML</h3>
<pre title="code" class="xhtml">
&lt;a href="#" title="titel"&gt;Link 1&lt;/a&gt;
&lt;a href="#" title="titel"&gt;Link 2&lt;/a&gt;
&lt;a href="#" title="titel"&gt;Link 3&lt;/a&gt;
&lt;a href="#" title="titel"&gt;Link 4&lt;/a&gt;
</pre>
<h4>Links naast elkaar methode 1, zonder dimensie</h4>
<h3>CSS</h3>
<pre title="code" class="css">
a {
padding: 0 5px;
}
</pre>
<h4>Links naast elkaar methode 2, met dimensie</h4>
<h3>CSS</h3>
<pre title="code" class="css">
a {
display: inline-block;
height: 20px;
width: 20px;
margin: 0 3px;
padding: 0 5px;
}
</pre>
<h4>Links naast elkaar methode 3, met dimensie</h4>
<h3>CSS</h3>
<pre title="code" class="css">
a {
display: block;
float: left;
height: 20px;
width: 20px;
margin: 0 3px;
padding: 0 5px;
}
</pre>



	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F07%2Feen-link-is-een-inline-element%2F&amp;title=Een%20link%20is%20een%20inline%20element&amp;annotation=Een%20link%20%26lt%3Ba%26gt%3B%20is%20een%20inline%20element%2C%20bewijs%20hiervan%20is%20als%20je%20een%20link%20in%20een%20stuk%20tekst%20zet%20zal%20deze%20niet%20op%20een%20nieuwe%20lijn%20beginnen.%20Maar%20soms%20wil%20je%20juist%20wel%20dimensie%20geven%20aan%20een%20link%20%28navigatie%2C%20etc%20...%29%2C%20dan%20kun%20je%20niet%20anders%20dan%20er%20een%20block-element%20van%20te%20maken%20%28indien%20je%20hoogte%2C%20breedte%20en%20margin%20wenst%20toe%20te%20voegen%29.%0D%0AAls%20de%20links%20%28meerdere%29%20langs%20elkaar%20moeten%20komen%20kan%20je%20inline-block%20gebruiken%20of%20block%20in%20combinatie%20met%20float." 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%2F07%2Feen-link-is-een-inline-element%2F&amp;title=Een%20link%20is%20een%20inline%20element&amp;bodytext=Een%20link%20%26lt%3Ba%26gt%3B%20is%20een%20inline%20element%2C%20bewijs%20hiervan%20is%20als%20je%20een%20link%20in%20een%20stuk%20tekst%20zet%20zal%20deze%20niet%20op%20een%20nieuwe%20lijn%20beginnen.%20Maar%20soms%20wil%20je%20juist%20wel%20dimensie%20geven%20aan%20een%20link%20%28navigatie%2C%20etc%20...%29%2C%20dan%20kun%20je%20niet%20anders%20dan%20er%20een%20block-element%20van%20te%20maken%20%28indien%20je%20hoogte%2C%20breedte%20en%20margin%20wenst%20toe%20te%20voegen%29.%0D%0AAls%20de%20links%20%28meerdere%29%20langs%20elkaar%20moeten%20komen%20kan%20je%20inline-block%20gebruiken%20of%20block%20in%20combinatie%20met%20float." 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%2F07%2Feen-link-is-een-inline-element%2F&amp;Title=Een%20link%20is%20een%20inline%20element" class="blinklist" title="BlinkList">BlinkList</a>
	<a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F07%2Feen-link-is-een-inline-element%2F" class="technorati" title="Technorati">Technorati</a>
	<a rel="nofollow" href="http://twitter.com/home?status=Een%20link%20is%20een%20inline%20element%20-%20http%3A%2F%2Fwww.csssnippets.be%2F2009%2F07%2Feen-link-is-een-inline-element%2F" class="twitter" title="Twitter">Twitter</a>
	<a rel="nofollow" href="http://delicious.com/post?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F07%2Feen-link-is-een-inline-element%2F&amp;title=Een%20link%20is%20een%20inline%20element&amp;notes=Een%20link%20%26lt%3Ba%26gt%3B%20is%20een%20inline%20element%2C%20bewijs%20hiervan%20is%20als%20je%20een%20link%20in%20een%20stuk%20tekst%20zet%20zal%20deze%20niet%20op%20een%20nieuwe%20lijn%20beginnen.%20Maar%20soms%20wil%20je%20juist%20wel%20dimensie%20geven%20aan%20een%20link%20%28navigatie%2C%20etc%20...%29%2C%20dan%20kun%20je%20niet%20anders%20dan%20er%20een%20block-element%20van%20te%20maken%20%28indien%20je%20hoogte%2C%20breedte%20en%20margin%20wenst%20toe%20te%20voegen%29.%0D%0AAls%20de%20links%20%28meerdere%29%20langs%20elkaar%20moeten%20komen%20kan%20je%20inline-block%20gebruiken%20of%20block%20in%20combinatie%20met%20float." 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%2F07%2Feen-link-is-een-inline-element%2F&amp;t=Een%20link%20is%20een%20inline%20element" class="facebook" title="Facebook">Facebook</a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F07%2Feen-link-is-een-inline-element%2F&amp;title=Een%20link%20is%20een%20inline%20element" class="stumbleupon" title="StumbleUpon">StumbleUpon</a>

<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.csssnippets.be/2009/07/een-link-is-een-inline-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Printen van URL naast link</title>
		<link>http://www.csssnippets.be/2009/04/printen-van-url-naast-link/</link>
		<comments>http://www.csssnippets.be/2009/04/printen-van-url-naast-link/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 20:03:27 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Navigation]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[valid]]></category>
		<category><![CDATA[ink]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.csssnippets.be/?p=171</guid>
		<description><![CDATA[Als je toelaat om je website af te printen door middel van een bijvoorbeeld print.css, is het misschien handig dat links in je document niet verloren gaan, maar dat bij het printen de gehele URL die achter de link zit ook afgeprint wordt.]]></description>
			<content:encoded><![CDATA[<p>Als je toelaat om je website af te printen door middel van een bijvoorbeeld print.css, is het misschien handig dat links in je document niet verloren gaan, maar dat bij het printen de gehele URL die achter de link zit ook afgeprint wordt.</p>
<h3>CSS</h3>
<pre title="code" class="css">
@media print
{
  a:after {
    content: " [" attr(href) "] ";
  }
}
</pre>



	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fprinten-van-url-naast-link%2F&amp;title=Printen%20van%20URL%20naast%20link&amp;annotation=Als%20je%20toelaat%20om%20je%20website%20af%20te%20printen%20door%20middel%20van%20een%20bijvoorbeeld%20print.css%2C%20is%20het%20misschien%20handig%20dat%20links%20in%20je%20document%20niet%20verloren%20gaan%2C%20maar%20dat%20bij%20het%20printen%20de%20gehele%20URL%20die%20achter%20de%20link%20zit%20ook%20afgeprint%20wordt." 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%2F04%2Fprinten-van-url-naast-link%2F&amp;title=Printen%20van%20URL%20naast%20link&amp;bodytext=Als%20je%20toelaat%20om%20je%20website%20af%20te%20printen%20door%20middel%20van%20een%20bijvoorbeeld%20print.css%2C%20is%20het%20misschien%20handig%20dat%20links%20in%20je%20document%20niet%20verloren%20gaan%2C%20maar%20dat%20bij%20het%20printen%20de%20gehele%20URL%20die%20achter%20de%20link%20zit%20ook%20afgeprint%20wordt." 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%2F04%2Fprinten-van-url-naast-link%2F&amp;Title=Printen%20van%20URL%20naast%20link" class="blinklist" title="BlinkList">BlinkList</a>
	<a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fprinten-van-url-naast-link%2F" class="technorati" title="Technorati">Technorati</a>
	<a rel="nofollow" href="http://twitter.com/home?status=Printen%20van%20URL%20naast%20link%20-%20http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fprinten-van-url-naast-link%2F" class="twitter" title="Twitter">Twitter</a>
	<a rel="nofollow" href="http://delicious.com/post?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fprinten-van-url-naast-link%2F&amp;title=Printen%20van%20URL%20naast%20link&amp;notes=Als%20je%20toelaat%20om%20je%20website%20af%20te%20printen%20door%20middel%20van%20een%20bijvoorbeeld%20print.css%2C%20is%20het%20misschien%20handig%20dat%20links%20in%20je%20document%20niet%20verloren%20gaan%2C%20maar%20dat%20bij%20het%20printen%20de%20gehele%20URL%20die%20achter%20de%20link%20zit%20ook%20afgeprint%20wordt." 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%2F04%2Fprinten-van-url-naast-link%2F&amp;t=Printen%20van%20URL%20naast%20link" class="facebook" title="Facebook">Facebook</a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fprinten-van-url-naast-link%2F&amp;title=Printen%20van%20URL%20naast%20link" class="stumbleupon" title="StumbleUpon">StumbleUpon</a>

<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.csssnippets.be/2009/04/printen-van-url-naast-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Navigatie met mouseover effecten</title>
		<link>http://www.csssnippets.be/2009/03/navigatie-met-mouseover-effecten/</link>
		<comments>http://www.csssnippets.be/2009/03/navigatie-met-mouseover-effecten/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 21:13:45 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Color]]></category>
		<category><![CDATA[Navigation]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[crossbrowser]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[navigatie]]></category>

		<guid isPermaLink="false">http://www.csssnippets.be/?p=122</guid>
		<description><![CDATA[Een crossbrowser navigatie maken is eigenlijk niet zo moeilijk als je maar rekening houd met de verschillen die er zijn. Om de gehele blok te kunnen gebruiken voor de links is de breedte op auto voor de betere browsers, terwijl voor IE6 de breedte op 100% moet worden gezet om alles naar behoren te laten werken.]]></description>
			<content:encoded><![CDATA[<p>Een crossbrowser navigatie maken is eigenlijk niet zo moeilijk als je maar rekening houd met de verschillen die er zijn. Om de gehele blok te kunnen gebruiken voor de links is de breedte op auto voor de betere browsers, terwijl voor IE6 de breedte op 100% moet worden gezet om alles naar behoren te laten werken.</p>
<h3>HTML</h3>
<pre title="code" class="xhtml">
&lt;div id="navigatie"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;CSS3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Nascom&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Gigadesign&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;TopStyle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;HTML5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Ultra Edit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Rechts&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</pre>
<h3>CSS</h3>
<pre title="code" class="css">
#navigatie {
width: 150px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #F93;
color: #333;
}
#navigatie ul {
list-style: none;
margin: 0;
padding: 0;
}
#navigatie li {
border-bottom: 1px solid #F93;
margin: 0;
}
#navigatie li a {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #C66300;
border-right: 10px solid #FF870F;
background-color: #EC7600;
color: #fff;
text-decoration: none;
width: 100%;
}
html>body #navigatie li a {
width: auto;
}
#navigatie li a:hover {
border-left: 10px solid #E17100;
border-right: 10px solid #FFB66C;
background-color: #FF962D;
}
</pre>



	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F03%2Fnavigatie-met-mouseover-effecten%2F&amp;title=Navigatie%20met%20mouseover%20effecten&amp;annotation=Een%20crossbrowser%20navigatie%20maken%20is%20eigenlijk%20niet%20zo%20moeilijk%20als%20je%20maar%20rekening%20houd%20met%20de%20verschillen%20die%20er%20zijn.%20Om%20de%20gehele%20blok%20te%20kunnen%20gebruiken%20voor%20de%20links%20is%20de%20breedte%20op%20auto%20voor%20de%20betere%20browsers%2C%20terwijl%20voor%20IE6%20de%20breedte%20op%20100%25%20moet%20worden%20gezet%20om%20alles%20naar%20behoren%20te%20laten%20werken." 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%2F03%2Fnavigatie-met-mouseover-effecten%2F&amp;title=Navigatie%20met%20mouseover%20effecten&amp;bodytext=Een%20crossbrowser%20navigatie%20maken%20is%20eigenlijk%20niet%20zo%20moeilijk%20als%20je%20maar%20rekening%20houd%20met%20de%20verschillen%20die%20er%20zijn.%20Om%20de%20gehele%20blok%20te%20kunnen%20gebruiken%20voor%20de%20links%20is%20de%20breedte%20op%20auto%20voor%20de%20betere%20browsers%2C%20terwijl%20voor%20IE6%20de%20breedte%20op%20100%25%20moet%20worden%20gezet%20om%20alles%20naar%20behoren%20te%20laten%20werken." 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%2F03%2Fnavigatie-met-mouseover-effecten%2F&amp;Title=Navigatie%20met%20mouseover%20effecten" class="blinklist" title="BlinkList">BlinkList</a>
	<a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F03%2Fnavigatie-met-mouseover-effecten%2F" class="technorati" title="Technorati">Technorati</a>
	<a rel="nofollow" href="http://twitter.com/home?status=Navigatie%20met%20mouseover%20effecten%20-%20http%3A%2F%2Fwww.csssnippets.be%2F2009%2F03%2Fnavigatie-met-mouseover-effecten%2F" class="twitter" title="Twitter">Twitter</a>
	<a rel="nofollow" href="http://delicious.com/post?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F03%2Fnavigatie-met-mouseover-effecten%2F&amp;title=Navigatie%20met%20mouseover%20effecten&amp;notes=Een%20crossbrowser%20navigatie%20maken%20is%20eigenlijk%20niet%20zo%20moeilijk%20als%20je%20maar%20rekening%20houd%20met%20de%20verschillen%20die%20er%20zijn.%20Om%20de%20gehele%20blok%20te%20kunnen%20gebruiken%20voor%20de%20links%20is%20de%20breedte%20op%20auto%20voor%20de%20betere%20browsers%2C%20terwijl%20voor%20IE6%20de%20breedte%20op%20100%25%20moet%20worden%20gezet%20om%20alles%20naar%20behoren%20te%20laten%20werken." 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%2F03%2Fnavigatie-met-mouseover-effecten%2F&amp;t=Navigatie%20met%20mouseover%20effecten" class="facebook" title="Facebook">Facebook</a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F03%2Fnavigatie-met-mouseover-effecten%2F&amp;title=Navigatie%20met%20mouseover%20effecten" class="stumbleupon" title="StumbleUpon">StumbleUpon</a>

<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.csssnippets.be/2009/03/navigatie-met-mouseover-effecten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
