ilch Forum » Allgemein » HTML, PHP, SQL,... » Fehlersuche in der Stylesheet

Geschlossen
  1. #1
    User Pic
    disliked.Mirco Mitglied
    Registriert seit
    19.01.2008
    Beiträge
    86
    Beitragswertungen
    0 Beitragspunkte
    Hi allerseids,

    habe ein kleines Problem momentan mit der Stylesheet, finde aber den Fehler nicht -.-
    Ich denke mal unter den vielen Profis hier, wird mir jemand helfen können.

    Hier mal ein Screen um das Problem zu veranschaulichen.
    gesperrtes Bild

    Wie bekomme ich es hin, dass die Länder immer Sichtbar sind?


    Hier mal der Code meiner Stylesheet:
    #left_nav    {width:199px;
    			  float:left;
    			  clear:none;
    			  text-align:left;
    			  vertical-align:top;}
    
    .head_navi      {width:	199px;
    				height: 25px;
    				float:	none;
    				clear:	none;
    				background-image:url(images/navigation.jpg);
    				text-align:left;
    				vertical-align:top;
    				color:#FFFFFF;
    			    line-height:28px;
    				text-indent:20px;}
    				
    				
    .right_nav_list  		{width:	157px;
    						float:left;
    			            clear:none;
    			            text-align:left;
    			            vertical-align:top;
    						display: block;
    						margin:0px;
    						padding-top:0px;
    						height:16px;
    						color:#FFFFFF;
    						font-size:10px;
    						text-indent:16px;
    						line-height:15px;
    						}
    						
    a .right_nav_list 	{   width:	157px;
    						float: none;
    						clear: none;
    						display: block;
    						margin:0px;
    						padding-top:0px;
    						height:16px;
    						color:#FFFFFF;
    						text-indent:16px;
    						font-size:10px;
    						font-family:Verdana, Arial, Helvetica, sans-serif;
    						text-decoration: none;
    						line-height:15px;
    						font-weight:normal;}										
    									
    				
    .leftbox-menupunkte		{width:	158px;
    						float: none;
    						clear: none;
    						display: block;
    						margin:0px;
    						padding-top:0px;
    						width:200px;
    						height:21px;
    						color:#FFFFFF;
    						text-indent:6px;
    						font-size:10px;
    						font-family:Verdana, Arial, Helvetica, sans-serif;
    						text-decoration: none;
    						line-height:14px;
    						background-image:url(images/button.jpg);
    						font-weight:normal;
    						}
    
    .leftbox-menupunkte:hover	{width: 158px;
    						float: none;
    						clear: none;
    						display: block;
    						margin:0px;
    						padding-top:0px;
    						width:200px;
    						height:21px;
    						color:#FFFFFF;
    						text-indent:6px;
    						font-size:10px;
    						font-family:Verdana, Arial, Helvetica, sans-serif;
    						text-decoration: none;
    						line-height:14px;
    						background-image:url(images/button_on.jpg);
    						font-weight:normal;
    						}						
    						
    a .leftbox-menupunkte	 {width 158;
    						float: none;
    						clear: none;
    						display: block;
    						margin:0px;
    						padding-top:0px;
    						width:199px;
    						height:16px;
    						color:#FFFFFF;
    						text-indent:6px;
    						font-size:10px;
    						font-family:Verdana, Arial, Helvetica, sans-serif;
    						text-decoration: none;
    						line-height:14px;
    						font-weight:normal;
    						}
    			
    			
    			
    
    td 
    {
      font-family: Verdana; 
      font-size: 10px;
    }
    
    a 
    { 
      color: #FFFFFF; 
      font-family: Tahoma; 
      font-size: 10px; 
      text-decoration: none;
    }
    
    a:hover 
    { 
      color: #FFFFFF;
      text-decoration: none;
    }
    
    a.box 
    { 
      color: #FFFFFF; 
      font-family: Tahoma; 
      font-size: 10px; 
    }
    
    a.box:hover 
    {  
      color: #FFFFFF;
      text-decoration: none; 
    }
    
    .Chead
    {
      background-color: #1231FF;
      color: #;
    }
    
    .Chead td, .Chead td strong, .Chead h4, .Chead td b
    {
      color: #FFFFFF;
    }
    
    .Callg
    {
    	color: #FFFFFF;
    }
    
    .Callg td
    {
      color: #FFFFFF;
    }
    
    .Cnorm 
    {
      background-color: #1231FF;
    }
    
    .Cmite
    {
      background-color: #1231FF;
    }
    .Cdark
    {
    	background-color: #1231FF;
    }
    
    #Ballg
    {
    	color: #FFFFFF;
    }
    #Ballg td
    {
    	color: #FFFFFF;
    }
    
    .Bhead
    {
    	color: #FFFFFF;
    }
    
    .Bbody
    {
    	color: #FFFFFF;
    }
    
    .Bbody2
    {
    	color: #FFFFFF;
    }
    
    .rand
    {
    }
    
    .smalfont 
    { 
        font-size: 10px;
    	text-decoration: none; 
    }
    
    .border 
    { 
        background-color: #FFFFFF;
    }
    
    hr 
    { 
        height: 0px; 
    	border-top-width: 1px; 
    }
    
    input, textarea, select
    { 
        color: #1231FF;  
        font: 10px Tahoma;  
        border-color: #FFFFFF;
      	border-width: 1px;
        border-style: solid;  
        font-weight: none;  
        text-decoration: none;  
    }
    
    #menu {}
    #menu ul { padding-left: 10px; margin-left: 10px; }
    #smallmenu { }
    #smallmenu li { font-size: 9px; }
    #smallmenu a { font-size: 9px; }


    Danke schon einmal im Vorraus.


    verwendete ilchClan Version: 1.1

    betroffene Homepage: skvajugend.sk.ohost.de
    So far......

    GreetZ
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    TSG Mitglied
    Registriert seit
    24.07.2007
    Beiträge
    1.065
    Beitragswertungen
    0 Beitragspunkte
    bei FFFFFF is alles weiß ich weiß nicht wo genau aber mach texte mal auf eine entensive frabe rot etc. um zu schauen was dafüt da ist
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu HTML, PHP, SQL,...

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten