Thema
:
[css] div in div mit abstand, beide 100% width, 100% height
Einzelnen Beitrag anzeigen
omata
Registriert seit: 26. Aug 2004
Ort: Nebel auf Amrum
3.154 Beiträge
Delphi 7 Enterprise
#
3
Re: [css] div in div mit abstand, beide 100% width, 100% hei
20. Aug 2008, 22:36
markieren
Code:
<!DOCTYPE
html
PUBLIC "-//
W3C
//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org./TR/xhtml1/DTD/xhtml1-strict.dtd">
<
html
>
<head>
<title></title>
</head>
<body>
<div style="border:0px solid; margin-left:-10px; margin-top:-10px; position:absolute; height:99%; width:100%;">
<div style="border:0px solid; margin-top:10%; height:60%;">
<div style="border:1px solid; margin-left:20%; width:60%; height:100%; overflow:auto;">
Textanfang
<div style="height:1000px;">
</div>
Textende
</div>
</div>
</div>
</body>
</
html
>
Zitat
omata
Öffentliches Profil ansehen
Mehr Beiträge von omata finden