![]() |
[CSS] DIV-Positionierung
HiHo
Ich möchte meine Seite in zwei Teile teilen:
Code:
Ich möchte aber keine Tabellen benutzen :!: Aber mit DIV krieg ich das leider nicht gebacken :( Wenn ich dem Seiteninhalt-DIV WIDTH:100% zuweise, dann ist es die Breite vom BODY :?
+------------+ +-----------------------------+
| Navigation | | Seiteninhalt | | Breite: | | Breite: Rest der Seite | | 283 px | | | +------------+ +-----------------------------+ ![]() |
Re: [CSS] DIV-Positionierung
Meinst du so? (geht im IE und Firefox)
Code:
<html>
<head></head> <body> <div style="width: 283px; border: 1px solid #000000; float: left;"> Navi </div> <div style="width: 100%; border: 1px solid #000000;"> rest </div> </body> </html> |
Re: [CSS] DIV-Positionierung
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:04 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz