Suche im Forum:
Suchen


Autor Nachricht
Beitrag27.08.2009 um 17:38 (UTC)    
Titel: [erledigt]CSS Design: Content (Textfeld) zentrieren?

Hallo,

Ich habe das Menü mit einem Code "aus" geschaltet. Wink

So, aber jetzt ist meine Frage wie bekomme ich das Feld wo zur zeit die leeren Boxen drinne sind in die Mitte????

und kann ich es auch Verbreitern ???

Hier der Code:

Code:
/*
#ANFANG DER REGELHINWEISE
Dieses Design wurde erstellt von http://nndesign.de.tl
This Design was made by http://nndesign.de.tl
Sie sind nicht befugt diesen Copyrighthinweis zu ändern oder editieren
You are not allowed to edit this Copyrightadvice
Sie sind befugt den CSS-Code zu ändern um das aussehen o.ä. zu veränden
Jedoch dürfen Sie diesen Codeabschnitt nie entfernen oder ändern.
You are allowed to edit this CSS-Code.
But you are never allowed to delete or edit this Copyrightadvice.
ALLE REGELN KÖNNEN IMMER WIEDER UNTER http://nndesign.de.tl/terms_of_use.htm NACHGELESEN WERDEN
#ENDE DER REGELHINWEISE
---------------- WENN SIE DIE REGELN GELESEN UND VERSTANDEN HABEN KÖNNEN SIE DIE REGELHINWEISE(OBERHALB) LÖSCHEN, ANGABEN UNTER DIESEM HINWEIS MÜSSEN DA BLEIBEN ----------------
#DONT EDIT OR DELETE THIS CODE
Dieses Design wurde erstellt von http://nndesign.de.tl
This Design was made by http://nndesign.de.tl
Design: Black-White Siqn
Edition:
Version: 0.11
#FROM HERE YOU CAN DELETE AND EDIT CODE
#AB HIER DÜRFEN SIE CODE LÖSCHEN ODER NACH BELIEBEN ÄNDERN
*//*
//DONT DELETE THIS CODE
HPBK-new-Werbung Ready by doomphoenixx.de.tl
// ENDE <DONT DELETE THIS CODE>
*/
img, div, input {
}
img {
border:medium none;
}
body {
background:#F8F8F8 repeat-x scroll 0 0;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
height:100%;
margin:0;
padding:0;
width:100%;
}
#container {
left:50%;
margin-left:-400px;
position:absolute;
top:149px;
width:800px;
}
table {
margin:auto;
}
#bigbg {
background:transparent url(http://img.webme.com/pic/n/netznewspostbraeutestdesign/oben_bg.png) repeat-x scroll 0 0;
height:80%;
position:absolute;
top:110px;
width:100%;
}
#header {
display:none;
}
#pre_header {
display:none;
}
#post_header {
display:none;
}
.header {
background:transparent url(http://img.webme.com/pic/n/netznewspostbraeutestdesign/header.png) repeat-x scroll 0 0;
height:144px;
width:800px;
}
#nav_container {
left:0;
position:absolute;
top:160px;
width:215px;
}
#nav {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
.nav_element {
background-color:#FFFFFF;
margin:0;
padding:5px 0 0 10px;
width:205px;
}
#nav_heading {
background:transparent url() no-repeat scroll 0 0;
color:#FFFFFF;
font-size:12px;
height:41px;
line-height:41px;
margin:0;
padding:0;
text-align:center;
vertical-align:middle;
width:100%;
}
#title {
display:none;
}
#nav_ {
background:transparent url(http://img.webme.com/pic/n/netznewspostbraeutestdesign/nav_ende.png) no-repeat scroll 0 0;
color:#FFFFFF;
height:13px;
width:100%;
}
#content_container {
left:252px;
position:absolute;
top:160px;
width:547px;
}
#pre_content {
background:transparent url(http://img.webme.com/pic/n/netznewspostbraeutestdesign/pre_content.png) no-repeat scroll 0 0;
height:43px;
width:100%;
}
#content {
background-color:#FFFFFF;
padding:15px;
width:517px;
}
#post_content {
background:transparent url(http://img.webme.com/pic/n/netznewspostbraeutestdesign/post_content.png) no-repeat scroll 0 0;
height:14px;
width:100%;
}
#counter {
background-color:#FFFFFF;
color:#999999;
font-size:9px;
text-align:right;
width:100%;
}
h1, h2, h3 {
margin:0;
}
#below_content {
color:#999999;
font-size:10px;
text-align:right;
width:100%;
}
a.menu {
color:#333333;
text-decoration:none;
}
a.menu:hover {
color:#000000;
font-weight:bold;
text-decoration:none;
}
a {
color:#333333;
text-decoration:none;
}
a:hover {
color:#1D1D1D;
text-decoration:underline;
}
#logo {
left:50%;
margin-left:-400px;
position:absolute;
top:65px;
z-index:99;
}


Zuletzt bearbeitet von 44144 am 30.08.2009, 19:03, insgesamt 2-mal bearbeitet
Beitrag29.08.2009 um 09:59 (UTC)    
Titel:

Pls Help me! Very Happy
Beitrag29.08.2009 um 10:31 (UTC)    
Titel: Re: CSS Design: Content (Textfeld) zentrieren?

44144 hat Folgendes geschrieben:
Hallo,
#nav_container {
left:0;
position:absolute;
top:160px;
width:215px;
}
#nav {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
.nav_element {
background-color:#FFFFFF;
margin:0;
padding:5px 0 0 10px;
width:205px;
}
#nav_heading {
background:transparent url() no-repeat scroll 0 0;
color:#FFFFFF;
font-size:12px;
height:41px;
line-height:41px;
margin:0;
padding:0;
text-align:center;
vertical-align:middle;
width:100%;
}
#title {
display:none;
}
#nav_ {
background:transparent url(http://img.webme.com/pic/n/netznewspostbraeutestdesign/nav_ende.png) no-repeat scroll 0 0;
color:#FFFFFF;
height:13px;
width:100%;
}


am besten da etwas rumspielen, du siehst ja #nav_ also steht ja für navigation Wink
______________
Beitrag29.08.2009 um 19:27 (UTC)    
Titel:

Hallo, habe ein bisschen gespielt...

Jetzt wieder deins drinne...

ICH BIN ANFÄNGER!

Und es hatt sich auch mit deinem Code nix verändert... Crying or Very sad
Beitrag30.08.2009 um 18:02 (UTC)    
Titel:

Hatt sich erledigt.
Danke an alle Very Happy
Beiträge der letzten Zeit anzeigen:   


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