Einzelnen Beitrag anzeigen

Grolle

Registriert seit: 5. Nov 2004
Ort: Coesfeld
1.268 Beiträge
 
Delphi 2010 Professional
 
#1

[CSS] 2 Spalten in Box?

  Alt 16. Jan 2007, 15:23
Hallo,
ich versuche derzeit ein Layout für ein neues Projekt zu erstellen. Meine bisherige style.css:
Delphi-Quellcode:
BODY{
  background-image : url(logo.png);
  background-position : 50% 10%;
  background-repeat: no-repeat;
  background-color :  #FFF;
  font-family : Verdana,Arial,sans-serif;
  font-size : small;
  font-color : #000;
  border-color : #660033;
  border-style : solid;
  border-width : 1px;
  margin : 120px 100px 100px 100px;
  padding : 20px;
}


input{
   position: relative;
   top: -1.4em;
   left: 8em;
   display: block;
   border: 1px solid #a5acb2;
   padding: 1px;
   background: #fff;
}


#menue{
  text-align : center;
  border-bottom: 1px solid;
  color: #660033;
}
Das ergibt eine Box. Jetzt möchte ich aber 2 Spalten in dieser Box haben anstatt nur der Einen. Kann
mir da jemand helfen?
Viele Grüße...

  Mit Zitat antworten Zitat