Webwolf: Genaue Positionierung von Zahlen

Beitrag lesen

Kann man das "live" sehen - ich glaube dir pauschal einfach mal nicht und gehe davon aus, dass du auch hier nicht mit absoluter Positionierung und festen Pixel-Werten arbeitest ;)

Hierbei handelt es sich nicht um absolute Positionierung.
Den Code und ein Beispiel habe ich im 1. Beitrag bereits angefügt.

http://fhx-online.netai.net/test.html

<div  style="background:url('images/windows/attributes.jpg');width:256px;height:448px;font-size:0.8em;color:white">  
    <div align="center" style="width:150px;position:relative;left:80px;top:33px;">Player</div>  
    <div align="center" style="width:150px;position:relative;left:80px;top:35px;">hometown</div>  
    <div align="center" style="width:150px;position:relative;left:80px;top:37px;">Team-XY</div>  
    <div align="center" style="width:150px;position:relative;left:80px;top:39px;">0 / 0</div>  
    <div align="center" style="width:150px;position:relative;left:80px;top:41px;">20</div>  
    <div align="center" style="width:150px;position:relative;left:80px;top:43px;">Krieger</div>  
    <div align="center" style="width:150px;position:relative;left:80px;top:45px;">50</div>  
    <div align="center" style="width:150px;position:relative;left:80px;top:47px;">14706 / 254576</div>  
  
    <div align="center" style="width:150px;position:relative;left:80px;top:56px;">2134 / 2134</div>  
    <div align="center" style="width:150px;position:relative;left:80px;top:58px;">7878 / 7878</div>  
    <div align="center" style="width:150px;position:relative;left:80px;top:60px;">105 / 312</div>  
  
    <div align="center" style="float:left;width:47px;position:relative;left:80px;top:69px;">20</div>  
    <div align="center" style="float:left;width:47px;position:relative;left:147px;top:69px;">16</div>  
  
    <div align="center" style="width:47px;position:relative;left:80px;top:71px;">76</div>  
    <div align="center" style="float:left;width:47px;position:relative;left:194px;top:55px;">32</div>  
    <div align="center" style="width:47px;position:relative;left:194px;top:57px;">0</div>  
</div>