Having trouble with image display on different browsers?
Look at my code snippet below:
<style>
#globalpsa {
width:100%;
height:100%;
border:3px double #fff;
margin:2% auto;
}
#globalpsa input[type="image"] {
width:100%;
height:100%;
}
</style>
<div id="globalpsa">
<a>
<input type="image" src="/images/advert_images/ban2.jpg" alt="globalpsa"
name="globalpsa"/>
</a>
</div>
Experiencing image stretching on Safari and Chrome browsers? Let's discuss the solution!