Einzelnen Beitrag anzeigen
  #4 (permalink)  
Alt 12.01.2005, 19:15
Holger (HMR) Holger (HMR) ist offline
Erfahrener Benutzer
XHTMLforum-Mitglied
 
Registriert seit: 09.11.2004
Beiträge: 343
Holger (HMR) befindet sich auf einem aufstrebenden Ast
Standard

Du MUSSST nicht immer eine breite angeben,
bin auch nur ein anfänger, doch
ich könnte mir das so vorstellen:

Code:
/***********Container**********/
#main-d{margin:auto; padding:0px; text-align:center; }
#platz-d{ height:30px; background-color:silver; }
#menue-d{ text-align:left; height:30px; background-color:red; }
/*****************************

/************logo**************/
#logo {border:none; position:absolute; right:0px; top:0px; width:90px; height:90px;}
/*****************************/

	
//--></style>
<body>
<div id="main-d">
 
	<div id="platz-d">
	</div>

	 <div id="menue-d">
	hier steht das menü

	 </div>
	<div id="logo">
             [img]logo.jpg[/img]
	</div>
	<div id="platz-d">
	</div>

</div>
<body>
Mit Zitat antworten