0
Next, I’m putting together a page that at a certain location I use a max-height
, property that does not work on IE11.
img {
max-height: 45px;
}
To solve this in the IE specifically I can change the max-height
for height: 45px
, but is it possible to do this just for IE? because he needed this max-height
in other browsers.
Solved perfectly, thank you. (:
– Mateus Daniel