I need some help with sizing an image in height. My page is tzr.ro, and as you can see in some browsers such as explorer and chrome the image height differs. So i have this small piece of code that i need to adjust:
img {
max-width : 350px;
height : 100%;
border : none;
}
So if you could give me a hint on how to modify this, I'd appreciate it :)
Thanks!