Barra Fissa TOP






<style type="text/css">
.barrafissa {
position: fixed;
border:0;
top: 0;
left: 0px; /* posizione Left a ZERO */
width: auto; /* la lunghezza che desiderate, oppure semplicemente */
height: 20px;
bottom: auto;
}
</style>



******************************************************************************


<table align="center" width="100%">

<tr><td>

<div class = "barrafissa" > <img src="Immagini/barra.jpg" width="100% height="124" align="middle" /></a>

</td></tr>

</table>



*****************************************************************************

<style type="text/css">
.barrafissa {
position: fixed;
border:0;
top: 0;
/*alignment-adjust:central ; */
left:auto; /* posizione Left a ZERO */
width: auto; /* la lunghezza che desiderate, oppure semplicemente */
height: 20px;
bottom: auto;
}
</style>

</head>

<body>
<table align="center" width="100%" cellpadding="0" cellspacing="0" vspace="0">
<tr>


<td><div class="barrafissa"> <img src="Immagini/barra.jpg" width="100%" height="124" align="middle" /> </div></td>

</tr>
</table>










( barrafissatop.html )- by Paolo Puglisi - Modifica del 17/12/2023