Hi,
Ich hab hier sowas verschachteltes.
Code:
<div class="content">
<div class="bookentry">
<div class="bookentryheader">
[b]Von: [/b][
url="index.php?mode=user&id=3"]Webmaster[/
url]
<div class="entrydate">
2007-03-18 17:30:32
</div>
</div>
Es war einmal ein Programmierer....
</div>
</div>
CSS:
Code:
div.content
{
width: 838px;
height: 500px;
background-color: #DDF1FF;
color: #000000;
float: left;
padding-left: 8px;
display: table;
}
div.bookentry
{
width: 800;
padding-left: 8px;
padding-right: 8px;
padding-top : 4px;
border: 5px inset #000000;
font-family: "Lucida Blackletter";
}
div.bookentryheader
{
width: 800;
height: 20;
border-bottom: 1px groove #000000;
float: top;
font-family: "Times New Roman";
}
div.entrydate
{
width: 200;
height: 18;
float: right;
text-align: right;
}
Das ganze sieht dann so in der Realität so aus:
Lyeelia
Also nach meinem Verständnis müsste das Datum im Header oben rechts stehen... tut es aber nicht... (FF 1.0.7)
EDIT: Ich hoffe ich nerve mit meinen tausenden CSS-Threads nicht
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."