Suche im Forum:
Suchen


Autor Nachricht
Beitrag14.02.2011 um 13:18 (UTC)    
Titel: Wie bekomme ich ein weißes textfeld ?

wie muss dieser code verändert werden um ein weißes textfeld zu erhalten ?

-->
</style>
<center>
<style type="text/css">
<!--

td[height="102"] {
position:absolute;
left:50%;
margin-left:-376px; }
/* Nullformatierung für alle Browser */
*{margin:0px; padding:0px; }

/* Hintergrund */
body {
background-color: #000000;
background-image: url(http://img.webme.com/pic/a/airsoft-wenzenbach/desk.jpg); }
/* Hintergrund-Container mit Bild */
#container {
#hintergrund {
position:absolute;
width:100%;
height:100%;
z-index:1;
}
margin: auto;
width:1700px;
height:1300px;
background-image:url(http://img.webme.com/pic/a/airsoft-wenzenbach/desk.jpg);}

* Das Textfeld */
#content {
position: absolute;
left: 50%;
top: 240px;
margin-left:-180px;
width: 800px;
height:600px;
overflow:auto;}
color:#FFFFFF;
font-size:13px;
font-family:arial;
text-align:left;
background-color:#FFFFFF;
background-image:url();
border: 0px solid #FFFFFF;}


/* rechte Box */
#sidebar_container {
position: absolute;
left: 50%;
top: 240px;
margin-left: 220px;
width: 150px;
height: 180px;
line-height:9px;
color: #C6BA8A;
font-size: 12px;
font-family: arial;
overflow: auto;
border: 0px solid #FFFFFF;}
/* Feld Navigation */
#nav_container {
position: absolute;
left:50%;
top:240px;
margin-left:-360px;
border:0px solid #FFFFFF;}
/* Hintergrund Navi-Buttons */
li.nav_element {
list-style-type: none;
position: relative;
margin-bottom:5px;}

/* Navi-Links */
li.nav_element a {
display: block;
width: 100px;
font-family:arial;
font-size:13px;
text-decoration: none;
text-align: left;
padding-left:5px;
color:#C6BA8A;
background-color:;
background-image:url(http://img.webme.com/pic/a/airsoft-wenzenbach/desk.jpg);
border: 1px solid #C6BA8A;}

/* Hover-Effekt Navi-Links */
li.nav_element a:hover{
color: #2D261C;
background-color:#C6BA8A;
background-image:url(http://img.webme.com/pic/a/airsoft-wenzenbach/desk.jpg);
border: 1px solid #FFFFFF;}
/* Feld unter Textfeld */
#Feld_unten {
position: absolute;
left: 50%;
top: 480px;
margin-left:-195px;
width: 380px;
height: 63px;
color: #C6BA8A;
font-size: 12px;
font-family: arial;
text-align: center;
border: 0px solid #FFFFFF;}
Beitrag14.02.2011 um 14:34 (UTC)    
Titel:

Laut diesem code ist das Textfeld schon weiß. Du musst allerdings noch die Schriftfarbe anpassen:
Zitat:
#content {
position: absolute;
left: 50%;
top: 240px;
margin-left:-180px;
width: 800px;
height:600px;
overflow:auto;}
color:#000000;
font-size:13px;
font-family:arial;
text-align:left;
background-color:#FFFFFF;
background-image:url();
border: 0px solid #FFFFFF;}
Beiträge der letzten Zeit anzeigen:   


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