<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CSS selectors: more namespaces | l&#8211;c&#8211;n.com</title>
<!-- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -->
<!-- meta -->
<meta name="author" content="Philippe Wittenbergh - 2006." />
<!-- style -->
<link rel="stylesheet" href="../_style/base1.css" type="text/css" media="screen" title="One" />

<style type="text/css">
/*@namespace xhtml url(http://www.w3.org/1999/xhtml);*/
@namespace a url(http://dev.l-c-n.com/a);

a|tx {display:block; margin:1em; font-weight:bold; color:blue}
a|tx span {color:lime;}
*|p span {color:#fff; background:green}
*|* .testgrid {border-color: lime; border-width: 3px} /* fails on IE 5 Win */
</style>


</head>

<body id="dev-lcn-com">
<h1>CSS selectors: more namespaces</h1>

<div class="testgrid">
	<tx xmlns="http://dev.l-c-n.com/a">heading <span>level5: lime</span></tx>
	<p>Paragraph. Lorem <span>ipsum dolor: white on green</span> sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut <strong>laoreet dolore</strong> magna aliquam erat </p>
	<p lang="fr">paragraph.<a href="#lcnF">Lorem ipsum</a> dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh <a href="#">euismod </a>tincidunt ut laoreet dolore magna aliquam erat </p>

</div><!-- testgrid -->

<h4>Code used</h4>
<pre><code>@namespace a url(http://dev.l-c-n.com/a);

a|tx {display:block; margin:1em; font-weight:bold}
a|tx span {color:lime;}
*|p span {color:#fff; background:green}
*|* .testgrid {border-color: lime; border-width: 3px} /* fails on IE 5 Win */
</code></pre>

<h4>Notes</h4>
	<p>step back to <a href="./namespaces.php">previous</a> test</p>
<p class="sectionnav">back to <a href="./">introduction</a></p>
<p class="lastmod">Last modified: February 03 2006 13:14:42 GMT. </p>
<ul id="lcnF"><li class="first-child">A [&#160;<a href="http://www.l-c-n.com/">La Chatte Noire</a>&#160;] development area</li><li>[&#160;<a href="http://www.l-c-n.com/contact/contact.php">contact</a>&#160;] </li><li> [&#160;<a href="/">sectionindex</a>&#160;] </li><li> [&#160;<a href="http://emps.l-c-n.com">Empty Spaces</a>&#160;]</li></ul></body>
</html>