Ergebnis 1 bis 7 von 7

Thema: typo3 4.3 ie8 darstellungsproblem

      
  1. #1
    Forum Stammgast
    Registriert seit
    22.06.2010
    Beiträge
    211

    Unglücklich typo3 4.3 ie8 darstellungsproblem

    hallo

    ich lerne typo3 von einem buch (Einstieg in Typo3 4.3 von Frank Bongers und Andreas Stöckl) und von video dvd, bei beiden habe ich folgendes problem:

    die darstellung im firefox passt aber im ie8 ist die darstellung anders:

    die site im firefox
    die site im ie8
    die css file
    das html template

    bitte um hilfe
    mfg
    Sascha

  2. #2
    TYPO3 Forum Team Moderator Avatar von maxhb
    Registriert seit
    19.08.2004
    Ort
    Bremen
    Beiträge
    1.810
    Hi!
    Einfache Lösung:
    Wenn das Design unter IE7 O.K. ist, dann folgendes in den Kopfbereich Deiner HTML-Seite einfügen (zwingt IE8 zum Rendern nach IE7 Standards:sad:
    Code:
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"  />
    Schwierige Lösung:
    CSS überprüfen, meistens liegts an Floating bzw, Positionierung.

    CU
    maxhb
    FreeBSD/Debian || MySQL 5.x || PHP.5.3 || TYPO3 3.6 - 4.5

    Meine Stadt, meine Firma, mein Redaktionssystem.

  3. #3
    Forum Stammgast
    Registriert seit
    22.06.2010
    Beiträge
    211

    Unglücklich

    Hallo maxhb!
    Danke für deine Antwort!
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    Dies hat nicht funktioniert. In Typo3 hab ich es im template Ordner in der html Datei eingegeben. Doch wie ich im ie8 auf Quellentext gegangen bin war der meta Code nicht drinnen. So hab ich es offline probiert, hat aber nicht funktioniert, wahrscheinlich muss ich CSS überprüfen


    Die CSS file:

    Code:
    body {    background-color:#ddd;
        font-size:90%;
        font-family:arial,helvetica,sans-serif;
        color:#494A47;
    }
    div#wrap {   width:900px;
        margin:3em auto;
        border:1px solid #333;
      }
     
    div#header {      border-bottom:1px solid #333;
        background:url(../img/t3_header_bg.jpg) top left no-repeat;
        height:172px;
      }
    div#header_sub {  background-color:white;
        color::#494A47;
        height:2em;
    }
    div#header_sub  a  { color:#494A47;
        }
    div.rootline {  padding:5px 5px 5px 200px; font-size:90%; }  
    div#main_wrap { background-color: white;
        width:100%;
        clear:both;
        }
    div#content_wrap { background-color: white;
         width:700px;
         margin-left:200px;
      } 
     
    div#navigation {  width:200px;
        float:left;
      }
     
     
     
    div#content { padding:5px; width:490px;
      }
     
     
     
    div#footer {  clear:both;
       padding:10px;
       font-size:90%;
       text-align:center;
       background-color: white;
      }
     
    div#footer  a  { color:#494A47;
        }  
     
    div.copyright {}
     
    /* Navigation */
    div#navigation ul  { list-style-type:none;
         padding:0;
         margin:1em;
        }
    div#navigation ul ul { list-style-type:none;
          padding:0;
          margin:0 0 0.5em 1em;
        }   
     
    ul.navi li  {   margin-bottom:0.2em;} 
     
    ul.navi li a { 
        display:block;
        padding:0.2em 0.2em;
        text-decoration:none;
        color:#666666;
        font-weight:bold;
        border:1px solid #ddd;
        background-color:#eee;
        } 
    ul.navi li a.active { background-color:#999;
          border-color:#999;
          color:#fff;
    }
     
    ul.navi li a:hover { background-color:#ddd;
         color:#494A47;
            border-color:#ccc;
       }
     
    ul.subnavi li { list-style-type:none;
        margin: 0;
        padding:0;
        margin-bottom:0.2em;
        }    
     
    ul.subnavi li a {  
        font-size:90%;
        padding:0.2em 0.5em;
        text-decoration:none;
        color:#666666;
        font-weight:normal;
        background-color:white;
        border:0;
        border-left: 1px dotted #aaa;
        border-bottom: 1px dotted #aaa;
        } 
     
    ul.subnavi li a:hover { text-decoration:underline;
        background:white; 
        }
    ul.subnavi li a.active { background-color:#F0F0F0;
         font-weight:bold;
         color:#555;
         border-color:#555;
    }
     
    div#content_wrap label { display:block; 
        padding-right:5px;
        width:100px;
        float:left;
        text-align:right;
        font-weight:bold;
         } 
    /* Navigation Ende */
    Was muss man da ändern?
    Die CSS Datei findet ihr in meinem ersten Beitrag als Link zum downloaden.

    Ich finde es schon komisch. Ich hab eine Video DVD (Einstig in TYPO3 4.3 von Thomas Kötter) und ein Buch (Einstieg in TYPO3 4.3 von Frank Bongers und Andreas Stöckl) gekauft. Bei beiden gibt es eine Beispiel Website mit TYPO3 und bei beiden hab ich das Problem das im IE die Darstellung, wie ich im ersten Beitrag geschrieben hab, im Firefox passt, aber im ie nicht. Wieso haben die das nicht überprüft?!?


    Hier noch einmal das Problem mit Screenshots:
    >eine Seite im Firefox da passt alles der PLATZHALTER FÜR INHALT ist neben der NAVIGATION
    >eine Seite im IE8 da ist der PLATZHALTER FÜR INHALT nicht neben der NAVIGATION sondern beginnt daneben unterhalb der NAVIGATION

    siehe nochmals meinen ersten Beitrag:
    >>siehe eine Beispiel Seite im Firefox, da passt alles, der PLATZHALTER FÜR INHALT ist neben der NAVIGATION
    >>siehe eine Beispiel Seite im ie8, da ist der PLATZHALTER FÜR INHALT erst unter und neben der NAVIGATION


    mfg
    Sascha

  4. #4
    Forum Freak Avatar von bolshi
    Registriert seit
    21.07.2006
    Ort
    Berlin
    Beiträge
    592
    Hi,

    Zitat Zitat von Sascha001983 Beitrag anzeigen
    Hallo maxhb!
    Danke für deine Antwort!

    Dies hat nicht funktioniert. In Typo3 hab ich es im template Ordner in der html Datei eingegeben. Doch wie ich im ie8 auf Quellentext gegangen bin war der meta Code nicht drinnen. So hab ich es offline probiert, hat aber nicht funktioniert, wahrscheinlich muss ich CSS überprüfen


    Dann probiere das oben Genannte mal per metaCharset einzubinden.

    Viel Erfolg!
    Für die Community: Poste deine Lösung

  5. #5
    Forum Stammgast
    Registriert seit
    22.06.2010
    Beiträge
    211

    Unglücklich

    @bolshi

    Dann probiere das oben Genannte mal per metaCharset einzubinden.
    wie geht das kannst du das bitte genauer beschreiben!
    mfg Sascha

  6. #6
    Forum Freak Avatar von bolshi
    Registriert seit
    21.07.2006
    Ort
    Berlin
    Beiträge
    592
    In etwa so:


    page.headerData.5 = TEXT
    page.headerData.5.value = <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    Für die Community: Poste deine Lösung

  7. #7
    Forum Stammgast
    Registriert seit
    22.06.2010
    Beiträge
    211

    Lächeln Problem gelöst!

    Problem gelöst!

    Ich habe jetzt stundenlang and der CSS Datei gearbeitet.

    Jetzt hat es funktioniert!


    Alter Code-Teil der CSS Datei:
    Code:
    div#content_wrap { background-color: white;
         width:700px;
         margin-left:200px;
      }
    Neuer Code-Teil der CSS Datei:
    Code:
    div#content_wrap { background-color: white;
         width:695px;
         margin-left:200px;
      }

    Die Einstellung width war zu hoch!
    PLATZHALTER FÜR INHALT und NAVIGATION haben nicht nebeneinander im ie gepasst bei Einstellung width:700px.
    Aber bei Einstellung width:695px passt auch im ie alles schön nebeneinander!


    Freu mich

 

 

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Facebook Kommentare

Ähnliche Themen

  1. tmenu und typo3 4.3
    Von rossonero im Forum TYPO3 4.x Fragen und Probleme
    Antworten: 0
    Letzter Beitrag: 13.04.2010, 11:45
  2. Powermail, no plugin, typo3 4.3
    Von albert im Forum powermail
    Antworten: 2
    Letzter Beitrag: 09.01.2010, 15:36
  3. DAM & TYPO3 4.3 - Stand der Dinge
    Von tinaldor im Forum Alle anderen Extensions
    Antworten: 2
    Letzter Beitrag: 04.01.2010, 10:34
  4. Typo3 4.3 vs. 3.8.1 (was soll ich tun)
    Von michael101171 im Forum TYPO3 4.x Installation und Updates
    Antworten: 2
    Letzter Beitrag: 07.12.2009, 13:33
  5. Typo3 V 4.3 Verzeicnisnamen kleingeschrieben
    Von svenja im Forum TYPO3 4.x Installation und Updates
    Antworten: 11
    Letzter Beitrag: 01.12.2009, 09:08

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237