Einzelnen Beitrag anzeigen
  #5 (permalink)  
Alt 25.10.2007, 15:48
philipp1988 philipp1988 ist offline
Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 24.10.2007
Beiträge: 31
philipp1988 befindet sich auf einem aufstrebenden Ast
Standard

dann habe ich denke ich es noch nicht richtig verstanden

welche einstellung ist denn nötig.

Auszug aus meiner CSSDATEI:

Code:
 /* Page margins and background | Randbereiche & Seitenhintergrund */
  body { background: #FFFFFF; padding: 0px; background-image: url(../../img/bg.jpg);background-repeat: repeat-y;	}

  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #page{  width:732px; float:left; margin-top: 0px; height: 100%;}
  #page_margins {border:0; position: relative; float:left;}

  /* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */
  #headerbg { position: absolute; height:57px; width: 750px; background: url(../../img/banner.gif) no-repeat top; left: 75px; right: 0px;}
  #header { position:relative; height: 88px; color: #fff;  width:732px; background: #ecf4f6;}
  img#companyLogo {position:absolute; top: 0px; left: 0px; font-size:208%; border-left: 0px solid #bad3de;}

  #main { padding-top: 1em;}

  #footer { color:#9A9A9A;  padding: 1em 0 0 0; line-height: 1.5em; font-size:0.8em; text-align: center; }
  
  #teaser {
	margin-left: 155px;
	margin-top: 6px;
	background: transparent; 
	padding:4px 4px 7px 18px;
	color: #5f5d75;
	font-size: 10px;
	
  }
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */


  #col1 {	width: 145px;  margin-top: -31px;} 
  #col1_content { margin-left:0; margin-right:-20px; margin-left: -5px; color: #444; background-color: transparent;  /*  border-right: 1px solid #000000; background-repeat: repeat-y; */  }


  #col2 {	width:163px;  margin-top: -31px;   }
  #col2_content {	padding-left:0px; margin-left: -1px; margin-right:0;  background-color: transparent;  /* border-left: 1px solid #000000; */ }


  #col3 {
  	
  margin-left: auto;/*165px;*/
  margin-right: 165px; /*165px;*/
  padding-top:10px;
  padding-bottom: 25%;
  width: 400px;
  border-left: 0px dotted #ddd;
  border-right: 0px dotted #ddd;
  background-color: #FFFFFF;
  }

  #col3_content { margin-left: 2em; margin-right: 2em; background-color: transparent; }

#col1 und #col2 sollen sich mit einer blauen Farbe bis zum Browser ende füllen
.

mfg
Mit Zitat antworten