zurück zur Startseite
  


Zurück XHTMLforum > (X)HTML und CSS > CSS
Seite neu laden Textfelder unsichtbar, wieso?

Antwort
 
LinkBack Themen-Optionen Ansicht
  #1 (permalink)  
Alt 29.03.2006, 12:22
unicorn
Gast
Thread-Ersteller
 
Beiträge: n/a
Standard Textfelder unsichtbar, wieso?

Hallo!

Ich habe einen CSS-Code teilweise übernommen und habe jetzt folgendes Problem, ich kann meine Textfelder in einem Kontakformular nicht sehen!

Kann mir bitte wer sagen, an welchen Attributen das liegen könnte? Hier der code:

Code:
*{border:0;margin:0;padding:0;background:transparent;} 

body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 75%; color: #666666;
background-color: #ffffff;
line-height: 120%;
margin-top: 0px;
}

#border
{
border: 0px ;
width: 770px;
background:#FFFFFF no-repeat;
margin: 0 auto;
}

#header
{
height: 193px;
width:743px;
margin-left:-2px;
background-image:url('images/header.jpg');
}

* html #header { margin-left: 0; }

#content
{
padding: 0.5em 1em;
max-width: 740px;
background-color: #FFFFFF;
}

* html #content {height:1%}
* > html #content {height:auto}

#container
{
width: 740px;
margin: 0px auto;
background-color: #ffffff;
border: 0px solid #669900;
}

.splitright {
background: #ffffff url('images/menu.gif') top center no-repeat;
width: 30%;
float: right;
overflow: hidden;
text-align: center;
}

.splitleft {
background: #ffffff;
margin:auto;
width: 68%;
float: left;
overflow: hidden;
text-align: justify;
}

#introduction{
	float:right;
	width:180px;
	padding:0px 0px;
	margin:20px 0 20px 20px;
	background: url(images/menu.gif) no-repeat;
	text-align:center;
	line-height:1.5em;
	color:#999999;
	font-size:1.0em;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	letter-spacing:0px;
}

#introduction ul, #introduction li {
text-align:center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#introduction a {
	border-bottom: none;
	color:#999999;
}

#introduction h3{
	text-align: center;
	position:static;
}

#introduction a:link, a:visited{
	color:#999999;
}

#introduction a:hover, a:active{
	color:#CB2D2C;
}



/* ~~~~~~~~~ footer ~~~~~~~~~ */
#footer
{
	text-align: center;
	color:#CB2D2C;
	font-size:10px;
	height: 30px;
	background-color:#F4F4F4
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	background-image:url('images/footer .jpg');	
}


#footer a:link, a:visited{
	color:#5B8FBE;
}

#footer a:hover, a:active{
	color:#cccccc;
}




a:active,
a:visited,
a:link	    			{ color: #CB2D2C; text-decoration: none; }
a:hover					{ color: #999999; text-decoration: none; }


    #topmenu {
	position: relative;
	top: 13px;
	left: 15px;
	width: 540px;
	font-size:93%;
	margin: 0;
	line-height:normal;
	height: 41px;
      }
    #topmenu ul {
	  margin:0;
	  padding:0px 0px 0 2px;
	  list-style:none;
      }
    #topmenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #topmenu a {
      float:left;
      background:url(images/menuleft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #topmenu a span {
      float:left;
      display:block;
      background:url(images/menuright.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#CB2D2C;
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topmenu a span {float:none;}
    /* End IE5-Mac hack */
    #topmenu a:hover span {
      color:#CB2D2C;
      }
    #topmenu a:hover {
      background-position:0% -42px;
      }
    #topmenu a:hover span {
      background-position:100% -42px;
    }
/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1 {
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	font-size: 120%;
	color:#666666;
	}
h2 {
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	font-size: 110%;
	color:#666666;
	}

h3 {
	color:#CB2D2C;
	font-family:geneva, arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	word-spacing:4px;
	letter-spacing:3px;
	font-size:0.8em;
	font-weight:bold;
	padding:0 2px;
	margin:0;
}

/*~~~~~~~~~~~styles~~~~~~~~~~~~~~~*/


.style5 {
	font-size: 12px;
	text-align:left;
	line-height:110%;
	color:#666666;
	}
.tabellenh {
    font-size: 12px;
	text-align:left;
	line-height:110%;
	color:#666666;
	font-weight:bold;
	}
	
.ausschreibung {
	font-size: 14px;
	text-align:center;
	font-weight:bold;
	line-height:130%;
	color:#666666;
	}
.ausschreibungh {
	font-size: 16px;
	text-align:center;
	font-weight:bold;
	line-height:130%;
	color:#666666;
	}	
.ausschrft {
	font-size: 12px;
	text-align:left;
	line-height:110%;
	color:#666666;
	text-align:center;
	}
.werbung {
    font-size: 10px;
	color:#666666;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	}
Mit Zitat antworten
Sponsored Links
  #2 (permalink)  
Alt 29.03.2006, 12:29
Erfahrener Benutzer
XHTMLforum-Mitglied
 
Registriert seit: 05.12.2004
Beiträge: 357
kippe befindet sich auf einem aufstrebenden Ast
Standard

Ich seh da keine Inputs und/oder Textareas.

Kopiere das Stylesheet und übernimm nach und nach nur die Dinge ins Neue, welche du auch wirklich brauchst. Ansonsten hättest du ja sowieso ziemlich viel Müll drin.

Die beste Lösung wäre natürlich, erst gar kein Stylesheet von einer anderen Site zu übernehmen, sondern einfach eine Vorlage für das gewünschte Layout zu benutzen.
__________________
Gruß,
Sebastian
Mit Zitat antworten
Sponsored Links
  #3 (permalink)  
Alt 29.03.2006, 13:04
unicorn
Gast
Thread-Ersteller
 
Beiträge: n/a
Standard

da steht nur das drinnen, was ich brauche, ich habe alles angepasst und es war nur ein Teil.

Hier die seite:

www.ringer-eurocamps.at/kontakt

Ich hab das selbst noch nie gesehen, dass Textfelder einfach verschwinden. Ich arbeite gerade an einem Anmeldesystem, interessant ist, das er Dropdown-Listen anzeigt, Textfelder aber nicht...

LG
Mit Zitat antworten
  #4 (permalink)  
Alt 29.03.2006, 13:07
Erfahrener Benutzer
XHTMLforum-Kenner
 
Registriert seit: 11.01.2005
Ort: Berlin
Beiträge: 2.149
mazzo wird schon bald berühmt werden
Standard

mit
Code:
input {
border: 1px solid #000;
}
sieht man, dass die inputes alle da sind. Irgendwo im CSS wird denen nur der Rand genommen.
Mit Zitat antworten
  #5 (permalink)  
Alt 29.03.2006, 13:19
unicorn
Gast
Thread-Ersteller
 
Beiträge: n/a
Standard

thanks, das werd ich gleich mal ausprobieren...
Mit Zitat antworten
  #6 (permalink)  
Alt 29.03.2006, 13:22
unicorn
Gast
Thread-Ersteller
 
Beiträge: n/a
Standard

das wars, ja, jetzt funkts einwandfrei, nochmal vielen dank!
Mit Zitat antworten
  #7 (permalink)  
Alt 29.03.2006, 14:00
Erfahrener Benutzer
XHTMLforum-Mitglied
 
Registriert seit: 05.12.2004
Beiträge: 357
kippe befindet sich auf einem aufstrebenden Ast
Standard

Jo, in der ersten Zeile. Wollte es vorher noch hinschreiben aber genau beim Klick auf "Absenden" hat mir 1&1 doch glatt für 20 min die Verbindung gecuttet. ARGH.
__________________
Gruß,
Sebastian
Mit Zitat antworten
Antwort

Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Textfelder mit 100% Breite - unmöglich... BurninLeo CSS 18 07.12.2009 10:30
Aufbau Formular, Beschreibung und Textfeld in einer Zeile und alle Textfelder in Spal uooao388d99 (X)HTML 4 01.12.2009 23:31
IE und Textfelder CorinG CSS 2 25.07.2008 22:20
Textfelder in Formular sind nicht gleich lang Cheops07 CSS 2 13.03.2006 16:27
textfelder sollen nur anzeigen aber keine Eingabe zulassen. nobody (X)HTML 1 12.02.2004 17:12


Alle Zeitangaben in WEZ +2. Es ist jetzt 08:52 Uhr.