Darstellungsprob :(

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Darstellungsprob :(

    PHP-Code:
    CSS:

    body {
        
    background-color:#FFFFFF;
        
    margin15px;
        
    font-familyVerdanaGenevaArialHelveticasans-serif;
        
    font-size12px;
        
    color#333333;
    }
    #reiter {
        
    width780px;
        
    height23px;
        
    text-alignleft;
    }
    #under_under_reiter{
        
    width776px;
        
    background-color#FFFFFF;
        
    height80px;
        
    border-left1px solid #CCCCCC;
        
    border-right1px solid #CCCCCC;
        
    border-bottom1px solid #CCCCCC;
        
    text-alignleft;    
    }
    #under_reiter{
        
    width776px;
        
    background-color#EFEFEF;
        
    height80px;
        
    border1px solid #CCCCCC;
    }
    ul {
        
    margin0;
    }
    #content {
        
    text-alignleft;
        
    height21px;
    }
    #content li{
        
    margin:0;
        list-
    style:none;
        
    background-color#EFEFEF;
        
    floatleft;
        
    width:110px;
        
    padding:3px;
        
    text-aligncenter;
        
    margin0;
        
    margin-right1px;
        
    border-left1px solid #CCCCCC;
        
    border-right1px solid #CCCCCC;
        
    border-top1px solid #CCCCCC;
        
    border-bottom1px solid #EFEFEF;    
    }
    img {
        
    font-size9px;
        
    font-weightbold;
    }
    #content li:hover{
        
    background-color#FFFFFF;
        
    border-bottom1px solid #CCCCCC;
    }
    #center {margin:auto; width:780px;}
    #content a {
        
    color#666666;
        
    text-decorationnone;
        
    font-variantsmall-caps;
        
    font-weight:bold;
        
    font-size11px;
        
    font-familyTahoma;
    }

    Einbindung (Aufruf):

    <
    ul id="content">
       <
    li><a href="index.php">Link 1</a></li>
       <
    li><a href="index.php">Link 2</a></li>
       <
    li><a href="index.php">Link 3</a></li>
       <
    li><a href="index.php">Link 4</a></li>
       <
    li><a href="index.php">Link 5</a></li>
       <
    li><a href="index.php">Link 6</a></li>
    </
    ul>
       <
    div id="under_reiter">
            <
    div align="center" style="padding-top:3px;">
        
    TestTop
            
    </div>
       </
    div>
       <
    div id="under_under_reiter">
        
    Testtext
       
    </div
    Vorschau: nicht mehr vorhanden

    Mein Problem - beim FF ist es eingerückt - es soll aber so aussehen wie i IE. Kann mir jemand sagen was ich falsch mach?

    Thx 4 Help
    Zuletzt geändert von dani_o; 13.09.2006, 20:39.
    Signatur-Text ...

  • #2
    Re: Darstellungsprob

    Wenn du die margin- und/oder padding-Defaults des Firefox für die LI nicht magst, möchtest du sie explizit angeben.
    I don't believe in rebirth. Actually, I never did in my whole lives.

    Kommentar


    • #3
      kollege hat recht!

      machmal ist es so, dass du z.B. margin-left="0" angeben musst, nur dann versteht de browser sozusagen was du willst
      gruss pedro

      Kommentar

      Lädt...
      X