Forum de discussion
Forum « Programmation Javascript » (archives)
Re: Clipper une image dasn un calque (clip)
Envoyé: 23 mars 2004, 10h42 par davee
Je n'ai pas exactement ce que je recherche car les 2 images ne se touche pas.
Y- a -il une faute ds mon code ?
<html>
<head>
</head>
<body>
<Table>
<TR>
<TD>
<div id="twClip1" style="
position:relative;
width:750px; 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>
</body>
</html>
Réponses
|