ich habe leider nicht viel Erfahrung und habe ein grosses Problem.
Ich möchte gerne das der Wrapper auch um die Rechte Div Box geht.
Hier mal mein Code dazu:
- Code: Alles auswählen
<DOCTYPE>
<html>
<head>
<title>Anzeigefenster: Drei div Elemente HTML Ansicht</title>
<meta>
<meta>
<style>
<border>
</style>
</head>
<body>
<div>
<div>fffffffffff
</div>
<div>
<p>fdf df dfdf dfdf dfdfdfdfdfdfdfd </p>
</div>
<div>
<p>d</p>
</div>
<div></div>
</div>
</body>
</html>
Vieleicht hat jemadn von Euch eine Lösung dazu...
Danke schon mal für Eure Hilfe..
Und Hier das CSS dazu:
- Code: Alles auswählen
<!--
*
{
border: none;
padding: 0;
margin: 0;
}
html, body{
background: #F8F0D8;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
color: #000000;
text-decoration: none;
line-height: 1.5;
}
#box_wrapper{
padding-bottom: 15px;
padding-right: 5px;
clear: both;
}
#box_header{
padding:10px;
height: 75px;
}
#box_left{
width:160px;
margin-top: 5px;
padding: 10px;
float: right;
}
#box_contens{
padding:10px;
margin-top: 5px;
margin-right: 200px;
}
