Screen może wszystko wyjaśni..

http://iv.pl/images/37353486847784677745.jpg
Zrobiłem "pudełko" i myslalem że to wystarczy, lecz jednak nie... na pewno jakoś da się żeby tekst się przesuwał i "przemieszczał się" tak samo z obrazkiem.. tlyko nie wiem jak..
Kod
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<style type="text/css">
html {background:#fff url(bg.jpg) repeat;}
#pudelko {
width:1000px;
height:1000px;
}
#costam{
font-size: xx-large;
color: white;
position:absolute; top:500px; left:500px;
}
</style>
</head>
<body>
<center>
<div id='pudelko' >
<img src="header.png" />
<script type="text/javascript">
function CD(d,o,t,x){return[x=~~(t=(d-o)/864e5),x=~~(t=(t-x)*24), x=~~(t=(t-x)*60),~~((t-x)*60)]}
function R(t){
t=CD(new Date(2012,3,9,16,00,00),new Date());
document.getElementById('costam').innerHTML=' '+t[0]+" dni, "+t[1]+" h, "+t[2]+" m, "+t[3]+"s";
if(!t[0]&&!t[1]&&!t[2]&&!t[3])document.getElementById('costam').innerHTML='Koniec odliczania';
else setTimeout('R()',1e3);
}
onload=function(){R();}
</script>
<div id="costam">
</div>
</div>
</center>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<style type="text/css">
html {background:#fff url(bg.jpg) repeat;}
#pudelko {
width:1000px;
height:1000px;
}
#costam{
font-size: xx-large;
color: white;
position:absolute; top:500px; left:500px;
}
</style>
</head>
<body>
<center>
<div id='pudelko' >
<img src="header.png" />
<script type="text/javascript">
function CD(d,o,t,x){return[x=~~(t=(d-o)/864e5),x=~~(t=(t-x)*24), x=~~(t=(t-x)*60),~~((t-x)*60)]}
function R(t){
t=CD(new Date(2012,3,9,16,00,00),new Date());
document.getElementById('costam').innerHTML=' '+t[0]+" dni, "+t[1]+" h, "+t[2]+" m, "+t[3]+"s";
if(!t[0]&&!t[1]&&!t[2]&&!t[3])document.getElementById('costam').innerHTML='Koniec odliczania';
else setTimeout('R()',1e3);
}
onload=function(){R();}
</script>
<div id="costam">
</div>
</div>
</center>
</body>
</html>
Dokladnie to jest miernik czasu ale to chyba nie ma nic do rzeczy ;x
Help ;x