<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="code.xsl" ?>
<dns4.nl>
<voorbeeld>
<title>css glossy tekst - css en de div</title>
<verwijzende_link>http://www.dns4.nl/pagina/css_code/css_glossy_tekst.html</verwijzende_link>
<informatie>


</informatie>
<programma_code>
<![CDATA[
<!-- de code begint vanaf hier.

	<style type="text/css">
		.container{
			margin-left:10%;
			display:block;
			width:8em;
			background:#001100;
			text-align:center;
		}
		.glossy {
			font-size:150%;
			color:#00bb00;
			font-weight:normal;
			letter-spacing:-.05em;

			position:relative;	
			font-weight:bold;
		}
		.glossy:hover{color:#00dd00;}
		.glossy span{
			position:absolute;
			display:block;
			border-bottom:4px solid #ffffff;
			top:0;
			left:0;
			height:40%;
			width:100%;
			background-color:#cccccc;
			filter:alpha(opacity=30);      
		  	-moz-opacity:0.30;  			 
		  	opacity:0.30;     			  
		}
	</style>




	<div class="container glossy">GLOSSY CSS<span><!-- --></span></div>





de code is hier geeindigd.
// -->
]]>
</programma_code>
<code_link>http://www.dns4.nl/pagina/alle_tekst_files.html</code_link>
</voorbeeld>
</dns4.nl>
