[TYPO3-german] Anzeige von DIV-Containern im IE8
Björn Hahnefeld
bh at mp-telekommunikation.de
Wed Oct 24 17:52:52 CEST 2012
Abgesehen davon, dass eine "width"-Angabe vollständig ignoriert wird:
--
#content-main-menu ul.dropdown li {
height: 32px;
line-height: 31px;
font-weight: bold;
width: 200px;
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
}
--
-----Ursprüngliche Nachricht-----
Von: typo3-german-bounces at lists.typo3.org [mailto:typo3-german-bounces at lists.typo3.org] Im Auftrag von SW
Gesendet: Mittwoch, 24. Oktober 2012 17:50
An: German TYPO3 Userlist
Betreff: Re: [TYPO3-german] Anzeige von DIV-Containern im IE8
Ja, hab den Browser-cache grad nochmal geleert. Vielleicht ist es aber wirklich nur ein Cache-Problem. Leer doch im BE mal den Seiten-Cache.
Am 24.10.2012 17:46, schrieb Björn Hahnefeld:
> Kann doch wohl nicht wahr sein. Sicher?
>
> -----Ursprüngliche Nachricht-----
> Von: typo3-german-bounces at lists.typo3.org
> [mailto:typo3-german-bounces at lists.typo3.org] Im Auftrag von SW
> Gesendet: Mittwoch, 24. Oktober 2012 17:46
> An: German TYPO3 Userlist
> Betreff: Re: [TYPO3-german] Anzeige von DIV-Containern im IE8
>
> auch mit http://test.ettengruber.de. verrutschen die <li>s im IE8
>
>
> Am 24.10.2012 17:41, schrieb Björn Hahnefeld:
>> Testen bitte mit http://test.ettengruber.de.
>>
>> -----Ursprüngliche Nachricht-----
>> Von: typo3-german-bounces at lists.typo3.org
>> [mailto:typo3-german-bounces at lists.typo3.org] Im Auftrag von SW
>> Gesendet: Mittwoch, 24. Oktober 2012 17:41
>> An: German TYPO3 Userlist
>> Betreff: Re: [TYPO3-german] Anzeige von DIV-Containern im IE8
>>
>> Ja, hab ich.
>>
>> Am 24.10.2012 17:39, schrieb Björn Hahnefeld:
>>> Könnte auch gehen. Aber zwischenzeitlich läuft es. So hoffe ich jedenfalls. Hast du noch den IE 8 im Einsatz?
>>>
>>> -----Ursprüngliche Nachricht-----
>>> Von: typo3-german-bounces at lists.typo3.org
>>> [mailto:typo3-german-bounces at lists.typo3.org] Im Auftrag von SW
>>> Gesendet: Mittwoch, 24. Oktober 2012 17:39
>>> An: German TYPO3 Userlist
>>> Betreff: Re: [TYPO3-german] Anzeige von DIV-Containern im IE8
>>>
>>> Zwar nicht ganz so schön, aber probier mal ne feste width im <li>
>>>
>>> Susanne
>>>
>>> Am 24.10.2012 16:09, schrieb Björn Hahnefeld:
>>>> Im Kompatibilitätsmodus konnte ich mir wie folgt behelfen:
>>>>
>>>> --
>>>> #content-main-menu ul.dropdown li {
>>>> height: 32px;
>>>> line-height: 31px;
>>>> display: inline-block;
>>>> font-weight: bold;
>>>>
>>>> zoom:1; /* IE 7 Hack starts here*/
>>>> *display:inline;
>>>> }
>>>> --
>>>>
>>>> Mit dem IE-Tester hat sich aber herausgestellt, dass mit dem echten IE8 und dem IE7 leider nicht das gewünschte Ergebnis eingetreten ist. Was nun?
>>>>
>>>> -----Ursprüngliche Nachricht-----
>>>> Von: typo3-german-bounces at lists.typo3.org
>>>> [mailto:typo3-german-bounces at lists.typo3.org] Im Auftrag von Björn
>>>> Hahnefeld
>>>> Gesendet: Mittwoch, 24. Oktober 2012 12:06
>>>> An: German TYPO3 Userlist
>>>> Betreff: Re: [TYPO3-german] Anzeige von DIV-Containern im IE8
>>>>
>>>> Kann mir da echt keiner helfen?
>>>>
>>>> -----Ursprüngliche Nachricht-----
>>>> Von: typo3-german-bounces at lists.typo3.org
>>>> [mailto:typo3-german-bounces at lists.typo3.org] Im Auftrag von Björn
>>>> Hahnefeld
>>>> Gesendet: Mittwoch, 24. Oktober 2012 10:45
>>>> An: German TYPO3 Userlist
>>>> Betreff: Re: [TYPO3-german] Anzeige von DIV-Containern im IE8
>>>>
>>>> Hallo Jana,
>>>>
>>>> ein ähnlich blödes Problem habe ich mit http://www.ettengruber.de. Das Menü verschiebt sich nach rechts im IE < Version 8. In neueren Browsern hat es hin. Woran könnte dies liegen?
>>>>
>>>> Viele Grüße
>>>>
>>>> Björn
>>>>
>>>> -----Ursprüngliche Nachricht-----
>>>> Von: typo3-german-bounces at lists.typo3.org
>>>> [mailto:typo3-german-bounces at lists.typo3.org] Im Auftrag von Jana
>>>> Golinowski
>>>> Gesendet: Dienstag, 23. Oktober 2012 16:52
>>>> An: typo3-german at lists.typo3.org
>>>> Betreff: Re: [TYPO3-german] Anzeige von DIV-Containern im IE8
>>>>
>>>> Hallo Björn,
>>>>
>>>> also im Chrome sehe ich auch kein Logo. Dem scheint dein CSS für den Hintergrund nicht zu gefallen. Wenn ich die 10px-Angabe bei der background-Eigenschaft entferne, wird es angezeigt.
>>>>
>>>> Allerdings sind dann die Sociallinks verschoben. Das liegt der "div-in-a-tag-Konstruktion". Sobald das a-Tag display:block und float:left bekommt, sieht alles ganz gut aus. Das div braucht dann kein float:left mehr.
>>>>
>>>> Im IE habe ich es mir nicht angesehen.
>>>>
>>>>
>>>> Grüße, Jana.
>>>>
>>>>
>>>> Am 23.10.2012 16:11, schrieb Björn Hahnefeld:
>>>>> Hallo zusammen,
>>>>>
>>>>>
>>>>>
>>>>> wieder mal ein blödes Problem: mit dem IE8 wird das Logo oben nicht angezeigt: http://www.mp-telekommunikation.de/. Mit allen anderen Browsern hingegen haut die Sache wunderbar hin. Folgendes TS habe ich hierfür entwickelt und eingesetzt:
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> 10 = COA
>>>>>
>>>>> 10 {
>>>>>
>>>>> stdWrap.wrap =<a
>>>>> href="/"><div id="logo_box" style="|"></div></a>
>>>>>
>>>>>
>>>>>
>>>>> 10 = TEXT
>>>>>
>>>>> 10 {
>>>>>
>>>>> data =
>>>>> register:page_media
>>>>>
>>>>> listNum = 0
>>>>>
>>>>>
>>>>>
>>>>> override {
>>>>>
>>>>> required
>>>>> =
>>>>> 1
>>>>>
>>>>> data = levelmedia: -1, "slide"
>>>>>
>>>>> listNum
>>>>> =
>>>>> 0
>>>>>
>>>>> }
>>>>>
>>>>>
>>>>>
>>>>> dataWrap =
>>>>> background:url(uploads/media/|) no-repeat top left 10px;
>>>>> width:429px; height:96px;
>>>>>
>>>>> }
>>>>>
>>>>> }
>>>>>
>>>>> --
>>>>>
>>>>>
>>>>>
>>>>> Warum erscheint denn das Logo bei allen Browsern und nur beim IE8 und abwärts nicht?
>>>>>
>>>>>
>>>>>
>>>>> Viele Grüße
>>>>>
>>>>>
>>>>>
>>>>> Björn
>>>>>
>>>>> _______________________________________________
>>>>> TYPO3-german mailing list
>>>>> TYPO3-german at lists.typo3.org
>>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
>>>> _______________________________________________
>>>> TYPO3-german mailing list
>>>> TYPO3-german at lists.typo3.org
>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
>>>> _______________________________________________
>>>> TYPO3-german mailing list
>>>> TYPO3-german at lists.typo3.org
>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
>>>> _______________________________________________
>>>> TYPO3-german mailing list
>>>> TYPO3-german at lists.typo3.org
>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
>>>> _______________________________________________
>>>> TYPO3-german mailing list
>>>> TYPO3-german at lists.typo3.org
>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
>>>>
>>> _______________________________________________
>>> TYPO3-german mailing list
>>> TYPO3-german at lists.typo3.org
>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
>>> _______________________________________________
>>> TYPO3-german mailing list
>>> TYPO3-german at lists.typo3.org
>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
>>>
>> _______________________________________________
>> TYPO3-german mailing list
>> TYPO3-german at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
>> _______________________________________________
>> TYPO3-german mailing list
>> TYPO3-german at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
>>
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
>
_______________________________________________
TYPO3-german mailing list
TYPO3-german at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
More information about the TYPO3-german
mailing list