<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Dokumentets titel</title>
<meta content="" name="Keywords"/>
<meta content="" name="Description"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<style>
body {
color:#333;
background-color:white;
margin:20px;
padding:0px;
}
h1 {
font-size:24px;
margin:0px 0px 15px 0px;
padding:0px;
}
h2 {
font:bold 12px/14px verdana, arial, helvetica, sans-serif;
margin:12px 0px 5px 0px; /* ovenfor , ____ , nedenfor , venstremargen */
padding:0px;
}
p {
font:13px/20px verdana, arial, helvetica, sans-serif;
margin:14px 0px 14px 0px; /* ovenfor , venstre , nedenfor , venstremargen */
padding:0px;
}
/* ovenfor , venstre , nedenfor , venstremargen
.Content>p {margin:0px;}
.Content>p+p {text-indent:0px;}
*/
a {
color:#09c;
font-size:11px;
font-family:verdana, arial, helvetica, sans-serif;
font-weight:600;
text-decoration:none;
}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
/* All the content boxes belong to the content class. */
.content {
position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
width:auto;
min-width:120px;
margin:0px 40px 20px 175px; /* __,from right,___, from left */
background-color:white;
padding:10px;
float:left;
}
.navigation {
position:absolute;
width:195px;
top:15px;
left:8px;
padding:10px;
float:left; }
</style
</head>
<body>
<div class="navAlpha"
style="float: left;">
<p>
<b>Navigation</b>
</p>
<p>
<a href="index.htm" title="Home">Home</a>
</p>
<p>\nHow is this text brought...within a width of 195px?\n</p>
<p>\n.navigation {\n position:...ing:10px;\n z-index:5;\n }\n</p>
</div>
<div class="content">
<h1>Content</h1>
<p>\nThis is the text\n</p>
<p>\nThis is the text\n</p>
<p>\nThis is the text\n</p>
</div>
</body>
</html>