Forum de discussion
Forum « Programmation Javascript » (archives)
Re: Clipper une image dasn un calque (clip)
Envoyé: 23 mars 2004, 10h01 par davee
bien recu pour le sujet qui était ambigu.
Avec le code ci dessous mes 2 images de la france issue de 2 images differentes se mettent l'une ss l'autre, puis-je les mettre cote à cote ?
<html>
<head>
</head>
<body>
<div id="twClip" style="
position:relative;
width:850px; 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>
</body>
</html>
<html>
<head>
</head>
<body>
<div id="twClip" 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>
</body>
</html>
Merci
David
Réponses
|