#AltaDaya {
        position: fixed;
        left: -1px;
        bottom: -1px;
        width: 100%;
        clear: both;
}
bir tablo oluşturup AltaDaya stilini kullanarak yapabilirsiniz.

Örn:
<!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>
<style type="text/css">

#altadaya {
        position: fixed;
        left: -1px;
        bottom: -1px;
        width: 100%;
        clear: both;
}

</style>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
<title>Alta Dayalı Nesne</title>
</head>

<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="altadaya">
  <tr>
    <td><div align="right"><a href="https://www.r10.net/index.php" accesskey="1">
	<img src="https://www.r10.net/images/misc/vbulletin3_logo_white.gif" title="Google Fan Webmaster Forum"/></a> </div></td>
  </tr>
</table>
</body>
</html>
Still'deki left değerinde değişiklik yapabilirsiniz.. Ayrıca bunu JavaScript'lede yapabilirsiniz. Google amcaya cot.js sorduğunuzda birçok örneği var.