Css height problem in IE

Hi, I am facing serious height problem in css. height is working perfectly in other browsers but not in IE.

I use this css code:

.dg-image-gallery-thumbnail{
width:110px;
height:125px;
padding-right:2px;
padding-left:2px;
}

plz help me.

which version of IE you using.
in some cases using overflow:hidden works. try that.

You should also tell us what is it not doing in IE.

Iam using IE8. i also try that but it didn’t work

I am facing serious problem understanding what your problem is.

Are you applying that class to a block element such as a div?

:slight_smile:

I use this css code:

.dg-image-gallery-thumbnail{
width:110px;
height:125px;
padding-right:2px;
padding-left:2px;
}

Our experts are all jumping around waiting to help you but you’ll need to give us a little more information to go on than that.:slight_smile:

There is nothing wrong with the rule above and I can guarantee that if it was applied to a block element it would work fine on its own.

However we need the context that it is being used in and the html that goes with it and any styles that may be cascading into it also. A link would be better if available.

Only then will you get your serious help :slight_smile: