Hallo hab folgende Prob.
Links hab ich die Navigation box2 die links sollen in Box 3 geöffnet werden wie mach ich das?
HTML
<html>
<head>
<title>Anzeigefenster: Drei div Elemente HTML Ansicht</title>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
<!--
.box1{
background:gainsboro;
padding:5px;
border:1px solid black;}
.box2{
background:silver;
float:left;padding:5px;
border:1px solid black;
width:170px;
margin:5px 0 0 0;}
.box3{
background:darkgray;
padding:5px;
margin:5px 0 0 190px;
border:1px solid black;}
-->
</style>
</head>
<body>
<div style="text-align: center;" class="box1"><code
style="color: rgb(204, 0, 0);">[b][/b]</code><big><big><big>Abschlussprojekt</big></big></big>
</div>
<div class="box2"><code style="color: rgb(204, 0, 0);">[b][/b]</code>[url='Startseite.html']Startseite[/url]
Kontakt
Lastenheft
</div>
<div class="box3"><code style="color: rgb(204, 0, 0);">[b][/b]</code>
</div>
</body>
</html>
Alles anzeigen
Danke schon ma