Suche im Forum:
Suchen


Autor Nachricht
Beitrag18.09.2009 um 12:53 (UTC)    
Titel: Design CSS : Textfeld mittig zentrieren

Mein textfeld (Content) Code

#content {
height: 1000px;
width: 1150px;
background: #F2F2E6;
background-image: url(http://img.webme.com/pic/w/wrestlingactionentertainment/content.gif);
color: #000000;
border: 1px solid #CCCCCC;
margin: 0px 0px 0px 0px;
padding: 10px;
overflow:auto;}

MfG
WAE
______________
Ihr wollt wrestlen ? Auf der WAE seid ihr richtig !
Beitrag18.09.2009 um 13:56 (UTC)    
Titel: Re: Design CSS : Textfeld mittig zentrieren

wrestlingactionentertainment hat Folgendes geschrieben:
Mein textfeld (Content) Code

#content {
height: 1000px;
width: 1150px;
background: #F2F2E6;
background-image: url(http://img.webme.com/pic/w/wrestlingactionentertainment/content.gif);
color: #000000;
border: 1px solid #CCCCCC;
margin: 0px 0px 0px 0px;
padding: 10px;
overflow:auto;}

MfG
WAE


Mit diesem Code :

Zitat:
#content {
position: center;
height: 1000px;
width: 1150px;
background: #F2F2E6;
background-image: url(http://img.webme.com/pic/w/wrestlingactionentertainment/content.gif);
color: #000000;
border: 1px solid #CCCCCC;
margin: 0px 0px 0px 0px;
padding: 10px;
overflow:auto;}

Der Grundcode zum zentrieren ist :

Zitat:
position: center;


Zuletzt bearbeitet von homepage-vergleich am 18.09.2009, 14:58, insgesamt 4-mal bearbeitet
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de