Aşağıda yazdığım iki örnekte işini görecektir.
<div style="overflow:hidden; width:400px; height:400px;">
<img style="margin-top:-100px; margin-left:-200px;" src="resimdosyasi.jpg" alt="*" />
</div>
<div style="position:relative; overflow:hidden; width:400px; height:400px;">
<img style="position:absolute; top:-100px; left:-200px;" src="resimdosyasi.jpg" alt="*" />
</div>
html css kodlayıcı