HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>
</title>
<meta http-equiv="content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="css.css" type="text/css" />
</head>
<body>
<hr class="hr_links" />
<div class="hauptmenue">Punkt1:. Punkt2:. Punkt3;.</div>
<hr class="hr_rechts" />
</body>
</html>
HTML:
.hr_links {
position: absolute;
height: 5px;
width: 80%;
left: 0px;
top: 35px;
color: #990000;
}
.hr_rechts {
color: #990000;
position: absolute;
height: 5px;
width: 80%;
right: 0px;
top: 65px;
}
body {
color: #990000;
}
Sie werden zwar an die richtige Stelle geschoben, aber nicht gefärbt ?-)
Wenn ich ein <hr color="blue"> mach gehts aber.