CSS macht meine Seite kaputt ....

Status
Nicht offen für weitere Antworten.

Vaio

Mitglied
Hallo zusammen ...

Ich habe mal wieder ein Problem ... ich wollte heute mein CSS optimieren, nur irgendwie geht da gar nichts mehr ... würde mich freuen, wenn mir da jemand helfen könnte, da ich schon seit 4 Stunden dabei bin und sämtliche Referenzen mich nicht weiter bringen. Selbst die Veränderung der Font-Size im Body bringen nichts mehr :(

PHP:
body		{font-family: tahoma, tahoma;
			 font-size: 10px;
			 font-weight:normal;
			 background-repeat:no-repeat;
             background-attachment:fixed;
			 } 
	
	
.droben     {color:FFFFFF;
			 font-family: tahoma, tahoma, tahoma;
			 font-weight:normal;
			 background-repeat:no-repeat;
             background-attachment:fixed;
			 } 	
	
	
#orange     {background-color:#ffffff;
            color:#ff9900;
			font-family:tahoma;
            border:0px;
			}		
	
	
hr           {color:#ff9900;
             width:100%;
             size:2;
			 background-color : #ff9900;
             }	
			
#navi 		{background-color:#ffffff;
            color:#ff9900;
			font-family:tahoma;
            border:0px;
            }		
					
										
										
#topic     {background-color: #ffffff;
            color: #6E7994;
			font-family: tahoma;
            font-size: 14px;
            border: 0px;
            }		
	
										
										
li, ul     {background-color:#ffffff;
            color:#ff9900;
			font-family:tahoma;
            border:0px;
            }		
					

input,textarea 
            {style: border:groove 2px;
        	COLOR: #000000;
        	FONT-FAMILY: tahoma,tahoma, tahoma;
        	BACKGROUND-COLOR: #A6B0D3;
			
      		} 

					
	
	

			
 td        {border-color:#000000;
            font-family:Tahoma;
            color:#000000;
            background-position : top;
			background-repeat : no-repeat;
			valign:top;
			}
	
	
	
	
	a:link          {color:#6E7994; text-decoration: all}  
 	a:visited       {color:#6E7994; text-decoration: all}   
 	a:hover         {color:#6E7994; text-decoration: none}
 	a:active        {color:#6E7994; text-decoration: all}
 	a:focus         {color:#6E7994; text-decoration: all}

Das momentane Erscheinungsbild kann man hier:

http://www.Clausgrm.com

bewundern :(
 
Hab mir jetzt das ganze nicht sehr detailliert angeschaut, aber das hier macht mich stutzig:
PHP:
font-size: 10px;
Sollte das nicht eher so heissen:
PHP:
font-size:10pt;
(kein Abstand nach dem Doppelpunkt, Netscape 4.7 hat afaik Probleme damit)
 
Darf man erfahren, woran es lag? Denn ich sehe dies hier als Forum und nicht als Sprungbrett zum Chat! Will sagen: Es wäre nett, wenn die Lösungen, bzw. die ursächlichen Fehler hier nach zu lesen wären.
 
Hab da ein paar kleine Fehler gefunden...

PHP:
body		{font-family: tahoma, tahoma;
			 font-size: 10px;
			 font-weight:normal;
			 background-repeat:no-repeat;
             background-attachment:fixed;
			 } 
	
	
.droben     {color:#FFFFFF;
			 font-family: tahoma, tahoma, tahoma;
			 font-weight:normal;
			 background-repeat:no-repeat;
             background-attachment:fixed;
			 } 	
	
	
#orange     {background-color:#ffffff;
            color:#ff9900;
			font-family:tahoma;
            border:0px;
			}		
	
	
hr           {color:#ff9900;
             width:100%;
             size:2;
			 background-color : #ff9900;
             }	
			
#navi 		{background-color:#ffffff;
            color:#ff9900;
			font-family:tahoma;
            border:0px;
            }		
					
										
										
#topic     {background-color: #ffffff;
            color: #6E7994;
			font-family: tahoma;
            font-size: 14px;
            border: 0px;
            }		
	
										
										
li, ul     {background-color:#ffffff;
            color:#ff9900;
			font-family:tahoma;
            border:0px;
            }		
					

input,textarea 
            {style: border:groove 2px; /* ka ob das geht. */
        	COLOR: #000000;
        	FONT-FAMILY: tahoma;
        	BACKGROUND-COLOR: #A6B0D3;
			
      		} 

					
	
	

			
 td        {border-color:#000000;
            font-family:Tahoma;
            color:#000000;
            background-position : top;
			background-repeat : no-repeat;
			valign:top;
			}
	
	
	
	
	a:link          {color:#6E7994; text-decoration: all}  
 	a:visited       {color:#6E7994; text-decoration: all}   
 	a:hover         {color:#6E7994; text-decoration: none}
 	a:active        {color:#6E7994; text-decoration: all}
 	a:focus         {color:#6E7994; text-decoration: all}
 
Status
Nicht offen für weitere Antworten.

Neue Beiträge

Zurück