Original geschrieben von asp2php
eine gewagte Behauptung ... IMHO hält sich keiner von den Browser richtig dran
eine gewagte Behauptung ... IMHO hält sich keiner von den Browser richtig dran
+----------+------------------------------+ | | 2 | | +------------------------------+ | | | | | | | 1 | | | | 3 | | | | | | | | | | +----------+------------------------------+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Testseite</title>
</head>
<body>
<div>
<p><a href="#">antworten</a></p>
<p><a href="#">editieren</a></p>
<p><strong>Nickname</strong></p>
<p><img name="" src="" width="80" height="80" alt="avatar" /></p>
<p>(Gast)</p>
<p><a href="#">E-Mail</a></p>
<p>01.01.2005 23:00</p>
<p>Re: Betreff</p>
<p>Hier steht der eigentliche Text.</p>
</div>
</body>
</html>
EDIT:
wie ich sehe, hast du dich nur im thread vertan? mal *ZUSAMMENFÜHR*
<html>
<head>
<title>Testseite</title>
<style type="text/css">
<!--
.posting_block {
width: 660px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #333333;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #333333;
}
.posting_signature {
left: 3px;
top: 3px;
background-color: #CCCCCC;
width: 100px;
text-align: center;
}
.posting_subject {
left: 106px;
width: 300px;
top: 3px;
background-color: #EEEEEE;
}
.posting_answer {
top: 3px;
left: 400px;
width: 100px;
text-align: center;
background-color: #CCCCCC;
}
.posting_edit {
top: 3px;
left: 255px;
width: 100px;
text-align: center;
background-color: #CCCCCC;
}
.posting_text {
left: 106px;
}
-->
</style>
</head>
<body>
<div class="posting_block">
<div class="posting_answer"><p><a href="#">antworten</a></p></div>
<div class="posting_edit"><p><a href="#">editieren</a></p></div>
<div class="posting_signature">
<p><strong>Nickname</strong></p>
<p><img name="" src="" width="80" height="80" alt="avatar" /></p>
<p>(Gast)</p>
<p><a href="#">E-Mail</a></p>
<p>01.01.2005 23:00</p>
</div>
<div class="posting_subject"><p>Re: Betreff</p></div>
<div class="posting_text"><p>Hier steht der eigentliche Text.</p></div>
</div>
</body>
</html>
<html>
<head>
<title>Testseite</title>
<style type="text/css">
<!--
.posting_block {
width: 660px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #333333;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #333333;
}
.posting_signature {
left: 3px;
top: 3px;
background-color: #CCCCCC;
width: 100px;
text-align: center;
}
.posting_subject {
left: 106px;
width: 300px;
top: 3px;
background-color: #EEEEEE;
}
.posting_answer {
position: relative;
top: 3px;
left: 557px;
width: 100px;
text-align: center;
background-color: #CCCCCC;
}
.posting_edit {
position: relative;
top: 3px;
left: 255px;
width: 100px;
text-align: center;
background-color: #CCCCCC;
}
.posting_text {
left: 106px;
}
-->
</style>
</head>
<body>
<div class="posting_block">
<div class="posting_answer"><p><a href="#">antworten</a></p></div>
<div class="posting_edit"><p><a href="#">editieren</a></p></div>
<div class="posting_signature">
<p><strong>Nickname</strong></p>
<p><img name="" src="" width="80" height="80" alt="avatar" /></p>
<p>(Gast)</p>
<p><a href="#">E-Mail</a></p>
<p>01.01.2005 23:00</p>
</div>
<div class="posting_subject"><p>Re: Betreff</p></div>
<div class="posting_text"><p>Hier steht der eigentliche Text.</p></div>
</div>
</body>
</html>
Kommentar