[CSS] Extreme Layout verschiebung FF / IE

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

  • [CSS] Extreme Layout verschiebung FF / IE

    Ich kämpe gerde mit meinen CSS Layout versuch.

    Leider habe ich eine Extrem Verschiebung im Internet Explorer von den Inhalten.

    Aussehen sollte es in etwa so:


    Was auch Im FF richtig dargestellt wird. Der Internet Explorer jedoch verschiebt den Inhalt ab Infobox bis unterkante von den Menue.




    Die Css definition:
    PHP-Code:
    body {
      
    background-imageurl(../Grafik/raster.gif);
    }

    #Seite {
      
    width:980px;
      
    margin:auto;
    }

    #Logo {
      
    height115px;
      
    margin10px;
      
    width980;
      
    background-color#000000;
      
    border:2px solid #A92371;
      
    backgroundurl(../Grafik/balken.jpgrepeat;
    }

    #News {
      
    color#FFFFFF;
      
    margin10px;
      
    height20px;
      
    background-color#000000;
      
    border:2px solid #A92371;
    }
    #leiste {
      
    margin-top10px;
      
    margin10px;
      
    height60px;
      
    background-color#000000;
      
    border:2px solid #A92371;
      
    backgroundurl(../grafik/Balken-Logo-Repeat.pngrepeat;
    }

    #Inhalt {
     
    z-index:0
      height
    460px;
      
    margin0 170px;
      
    background-color#CCCCCC;
      
    border:2px solid #A92371;
    }

    /*****************************************/
    /*                 Partner Box             */
    /***************************************/
    #rechts1 {
     
    z-index:4;
     
    margin10px;
      
    margin-top:-25px;
      
    float:right;
      
    positionrelative;
      
    width140px;
      
    height245px;
      
    background-color#FFFFFF;
      
    border:2px solid #A92371;
      
    font-sizesmall;
    }

    #Rechts1 a{
      
    color:#CCCCCC;
      
    text-decoration:none;
      
    margin:auto;
      
    display:block;
      
    width:100px;
      
    height:15px;
      
    border:1px solid #d5e7ec;
      
    text-align:center;
    }

    #Rechts1 a:hover{
      
    color:#FFFFFF;
    }

    /*****************************************/
    /*                 Startseite Boxen        */
    /***************************************/
    #infobox {
      
    margin10px 100 10px;
      
    display:block;
      
    width95%;
      
    height220px;
      
    background-color#FFFFFF;
      
    border:2px solid #A92371;
      
    text-align:center;
      }

    #mobile {

      
    margin10px 15px 0 10px;
      
    width95%px;
      
    height100px;
      
    border:2px solid #A92371;
      
    background-color#FFFFFF;
      
    text-align:center;
    }

    /*****************************************/
    /*                 Menue Buttons             */
    /***************************************/
    #button {
     
    z-index3;
      
    float:left;
      
    margin: -25px 100 10px;
      
    display:inline;
      
    width135px;
      
    height:235px;
      
    padding10 5 1em 5;
      
    border:1px solid #d5e7ec;
      
    text-align:center;
      
    color:#CCCCCC;
      
    background-color#666666;
      
    border-left2px solid #A92371;
      
    border-right2px solid #A92371;
      
    border-top2px solid #A92371;
      
    border-bottom2px solid #A92371;
      
    text-decoration:none;
      
    fontitalic small-caps none 1em/1.5em arialsans-serif;
      
    font-size:small;    
        }

    #button ul {
            
    list-stylenone;
            
    margin0;
            
    padding0;
            
    bordernone;
            }
            
        
    #button li {
            
    border-bottom1px solid #90bade;
            
    margin0;
            }
            
    #button li a {
            
    displayblock;
            
    padding5px 5px 5px 0.5em;
            
    border-left10px solid #8F0656;
            
    border-right10px solid #E542A1;
            
    background-color#AA116A;
            
    color#fff;
            
    text-decorationnone;
            
    width100%;
            
    fontitalic small-caps bold 1em/1.5em arialsans-serif;
            
    font-size:small;
            }

        
    html>body #button li a {
            
    widthauto;
            }

        
    #button li a:hover {
            
    border-left10px solid #E542A1;
            
    border-right10px solid #8F0656;
            
    background-color#AA116A;
            
    colorwhite;
            
    text-decorationblink;
            
    fontitalic small-caps bold 1em/1.5em arialsans-serif;
            } 
    Was ist falsch das der IE es so extrem verschiebt ?
    Weil bisher hatte ich zwischen FF und IE eigentlich nur kleinere Position Verschiebungen.

    Getestet auf
    FF 3.xx
    IE 6, 7(8er emuliert) und 8(beta)
    Zuletzt geändert von Bart; 31.07.2008, 12:01.

  • #2
    Forbidden
    You don't have permission to access /bild.php/2,4352,33U9CJ.jpg on this server.
    Die Links funzen ned!
    Gutes Tutorial | PHP Manual | MySql Manual | PHP FAQ | Apache | Suchfunktion für eigene Seiten

    [color=red]"An error does not become truth by reason of multiplied propagation, nor does truth become error because nobody sees it."[/color]
    Mohandas Karamchand Gandhi (Mahatma Gandhi) (Source)

    Kommentar


    • #3
      Ja sorry, free Picture anbieter :/ habe es korregiert.

      Kommentar


      • #4
        hab mir jetzt die css-anweisungen nicht genau angesehen aber gibt den weissen blöcken mal ein
        PHP-Code:
        height1px
        und ggf. ein
        PHP-Code:
        displayinline
        oder ein
        PHP-Code:
        margin-left: -3px
        oder dem grauen. da musst du ein wenig herumspielen. und natürlich als ie-hack einbauen. vielleicht liegts es auch an einem unsauberen flaten. eine online-fassung wäre da sicher hilfreich für uns.

        peter
        Nukular, das Wort ist N-u-k-u-l-a-r (Homer Simpson)
        Meine Seite

        Kommentar

        Lädt...
        X