M
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
<div id="ticker" style="position:absolute; float:left; left:517px; top:23px; width=370px">
<div id="ticker" style="position:absolute; float:left; left:517px; top:23px; width:370px;">
The problem lies in a bug with IE table's not recognising the width property of any <div> container they maybe in. As a result IE interpretes a table width of 100% to mean 100% of the actual screen, not 100% of the <div> container.
<div style="position:relative; left:50%; margin-left:-474.5px; top:0; width:949px;">
<div id="ticker" style="margin-left:517px; margin-top:23px; width:370px;">ticker</div>
</div>