minos5000
2009-11-26, 16:07:58
Hi,
ich habe folgende HTML Code
<div style="width: 1024px; height: 65px; background-color: #CBD3E2">
<img width="120" height="60"
align="left"
style="margin-left: 2px; margin-bottom: 1px; margin-top: 2px; background-color: red"
alt="" />
<span id="text3" class="outputText"
style="float: left; font-family: Arial; font-weight: bold; font-size: 14pt; margin-left: 50px; margin-top: 10px;">Template</span>
<span id="link1" class="requestLink"
style="float: right; font-size: 9pt; margin-top: 47px; margin-left: 20px;">Abmelden
</span>
<span id="format1" class="outputFormat"
style="float: right; font-family: Arial; font-size: 9pt; margin-top: 47px;">
Sachbearbeiter/Autor: null
</span>
</div>
<br>
<br>
<br>
<div style="width: 1024px; height: 65px; background-color: rgb(203, 211, 226); display: block;">
<img width="120" height="60" align="left" style="margin-left: 2px; margin-bottom: 1px; margin-top: 2px; background-color: red"/>
<span style="float: left; font-family: Arial; font-weight: bold; font-size: 14pt; margin-left: 50px; margin-top: 10px;">Template</span>
<a class="requestLink" style="float: right; font-size: 9pt; margin-top: 47px; margin-left: 20px;" href="">
<span style="float: right; font-family: Arial;">Abmelden</span>
</a>
<span style="float: right; font-family: Arial; font-size: 9pt; margin-top: 47px;">Sachbearbeiter/Autor: null</span>
</div>
der diese Darstellung im IE6 produziert:
http://img21.imageshack.us/img21/1025/ie6css.png
Was ich nicht verstehe ist, dass das Element mit "Sachbearbeiter/..." in eine neue Zeile rutscht und nicht wie bei der oberen Darstellung ohne <a>-Tag in der gleichen Zeile bleibt. Im Firefox (wen wunderts) wird alles in einer Zeile dargestellt.
Wie erreiche ich diese Darstellung auch im IE6?
Ciao
Minos
ich habe folgende HTML Code
<div style="width: 1024px; height: 65px; background-color: #CBD3E2">
<img width="120" height="60"
align="left"
style="margin-left: 2px; margin-bottom: 1px; margin-top: 2px; background-color: red"
alt="" />
<span id="text3" class="outputText"
style="float: left; font-family: Arial; font-weight: bold; font-size: 14pt; margin-left: 50px; margin-top: 10px;">Template</span>
<span id="link1" class="requestLink"
style="float: right; font-size: 9pt; margin-top: 47px; margin-left: 20px;">Abmelden
</span>
<span id="format1" class="outputFormat"
style="float: right; font-family: Arial; font-size: 9pt; margin-top: 47px;">
Sachbearbeiter/Autor: null
</span>
</div>
<br>
<br>
<br>
<div style="width: 1024px; height: 65px; background-color: rgb(203, 211, 226); display: block;">
<img width="120" height="60" align="left" style="margin-left: 2px; margin-bottom: 1px; margin-top: 2px; background-color: red"/>
<span style="float: left; font-family: Arial; font-weight: bold; font-size: 14pt; margin-left: 50px; margin-top: 10px;">Template</span>
<a class="requestLink" style="float: right; font-size: 9pt; margin-top: 47px; margin-left: 20px;" href="">
<span style="float: right; font-family: Arial;">Abmelden</span>
</a>
<span style="float: right; font-family: Arial; font-size: 9pt; margin-top: 47px;">Sachbearbeiter/Autor: null</span>
</div>
der diese Darstellung im IE6 produziert:
http://img21.imageshack.us/img21/1025/ie6css.png
Was ich nicht verstehe ist, dass das Element mit "Sachbearbeiter/..." in eine neue Zeile rutscht und nicht wie bei der oberen Darstellung ohne <a>-Tag in der gleichen Zeile bleibt. Im Firefox (wen wunderts) wird alles in einer Zeile dargestellt.
Wie erreiche ich diese Darstellung auch im IE6?
Ciao
Minos