ciao a tutti
mi chiedevo se fosse possibile posizionare un div sopra una tabella, in modo tale che il livello resti fisso nella distanza dal margine superiore, ma si sposti lateralmente proporzionalemente
posto il codice:
---------------
<HTML>
<BODY leftmargin="0" topmargin="0">
<TABLE width=100% height="100%" align="center" border="0" cellpadding="0" cellspacing="0" bgcolor="#999999">
<TR>
<TD valign="top" height="100%" background="sinistro.jpg" style="background-position:top,right; background-repeat:repeat;"></TD>
<TD valign="top" width="646" background="centro.jpg" style="background-repeat:no-repeat;"></TD>
<TD valign="top" background="destro.jpg" style="background-position:top,left; background-repeat:repeat;"></TD>
</TR>
</TABLE>
<DIV id="filmato" style="position:absolute; width:646px; height:198px; background-color:#999999; left:%; top: 148px; margin:1px;"></DIV>
</BODY>
</HTML>
------------------------
il div dovrebbe spostarsi per restare nella posizione relativa alla tabella.
mi sembra sia impossibile...?
ciao
c