Forum de discussion
Forum « Programmation Javascript » (archives)
Re: Clipper une image dasn un calque (clip)
Envoyé: 23 mars 2004, 11h48 par davee
Je pense que j'ai trouver avec ce code
Il fallait rajouter "cellpadding=0 border=0 cellspacing=0"
Encore merci pour votre aide
David
<Table cellpadding=0 border=0 cellspacing=0
<TR>
<TD>
<div id="twClip1" style="position:relative; width:150px; height:200px; clip:rect(0px 150px 100px 0px); overflow: hidden;">
<img style="position:relative;top:-250px; left:-450px;" src="http://www.west-cheshire.ac.uk/weather/meteosat/c02.jpg" width="600" height="614" alt="Météo" >
</div>
</TD>
<TD>
<div id="twClip2" style="position:relative; width:150px; height:200px; clip:rect(0px 150px 100px 0px); overflow: hidden;">
<img style="position:relative;top:-250px; left:-00px;" src="http://www.west-cheshire.ac.uk/weather/meteosat/c03.jpg" width="600" height="614" alt="Météo" >
</div>
</TD>
</TR>
</TABLE>
Réponses
|