Nie rozumiem, ani to:
<?php
<div style="border:0px solid black; position:relative; width:100px; height:100;">
<div style="position:absolute; bottom:50; right:50;">
<table background="images/bg-s.png" width="956" align="center">
<tr>
<td>
<center>test test test<br />test</center>
<br />
<br />
<br />
</td>
</tr>
</table>
</div>
</div>
?>
ani to:
<?php
<div style="border:0px solid black; position:relative; width:100px; height:100;">
<div style="position:absolute; bottom:-50; right:-50;">
<table background="images/bg-s.png" width="956" align="center">
<tr>
<td>
<center>test test test<br />test</center>
<br />
<br />
<br />
</td>
</tr>
</table>
</div>
</div>
?>
ani to
<?php
<div style="border:0px solid black; position:relative; width:100px; height:100;">
<div style="position:absolute; bottom:-500; right:-500;">
<table background="images/bg-s.png" width="956" align="center">
<tr>
<td>
<center>test test test<br />test</center>
<br />
<br />
<br />
</td>
</tr>
</table>
</div>
</div>
?>
nie działa, cały czas w 1 miejscu jedynie mogę dać height:0; , ale w tedy brakuję jeszcze parę pixeli do góry ;/ a już height:-10; , nie działa.