Ok allora posto il codice perchè la pagina non è ancora online 
codice:
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>danielepetrarolo.com - Hey! This is Dani</title>
<link href="Senzatitolo-2.css" rel="stylesheet" type="text/css" />
<link href="CSS-index.css" rel="stylesheet" type="text/css" />
<link href="*.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
#apDiv1 {
position:absolute;
width:200px;
height:115px;
z-index:1;
left: 3px;
top: 4px;
}
-->
</style>
</head>
<p align="center">[img]index.jpg[/img]</p>
<textarea readonly="readonly" style="background-color:transparent" name="blog" rows="16" cols="45" id="blog">
BLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLABLA BLA
</textarea>
<table width="200" border="0" id="copyright">
<tr>
<td> © Copyright 2010 - www.thisisdani.com</td>
</tr>
</table>
<a href="http://twitter.com/danipetrarolo" target="_blank">
[img]Immagini/Twitter_256x256.png[/img]
</a>
<a href="http://www.facebook.com/daniele.petrarolo" target="_blank">
[img]Immagini/facebook_f.png[/img]
</a>
<a href="http://heythisisdani.blogspot.com" target="_blank">
[img]Immagini/2508235397_8f06f6d705_o.png[/img]
</a>
</body>
</html>
CSS
@charset "utf-8";
/* CSS Document */
body{
background-color:#000;
background-repeat:no-repeat;
background-position:100% 100%;
background-attachment:scroll;
}
#sfondo{
background-repeat:no-repeat;
background-position:center;
background-attachment:scroll;}
#blog{
position:absolute;
top:56%;
left:33%;
border:none;
height: 360px;
width: 301px;
font-family:Verdana, Geneva, sans-serif;
font-style:italic;
}
#copyright {
position:absolute;
top:732px;
left:460px;
border:none;
height: 35px;
width: 235px;
font-family:Verdana, Geneva, sans-serif;
font-style:italic;
font-size:9px;
}
#twitter{
position:absolute;
top:81.6%;
left:67.5%;
width: 33.5px;
height: 29.5px;
border:none
}
#fb{
position:absolute;
top:81.5%;
left:64.4%;
width: 33.5px;
height: 29px;
border:none
}
#blogger{
position:absolute;
top:81.5%;
left:61.3%;
width: 33.5px;
height: 29.5px;
border:none
}
In poche parole vorrei mettere le immaginette dei loghi di facebook, blogger e twitter in un punto determinato...tuttavia le posizioni mi variano in base alle dimensioni della finestra...come fare??
Grazie mille