I've been reading this thread I can't beleive IE still doesn't support min-height.
anyway I was wondering, before I apply some code, would the following work.
so IE sees the first declaration and so do all other browsers but then the min-height overides the height setting for all other browsers?
I really don't want to adopt a secondary external CSS file, i'd rather edit my current CSS in a couple of years when IE8 comes out and that's even if it will support min-height then!
thanks 1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
anyway I was wondering, before I apply some code, would the following work.
Code:
.myclass {
height:200px;
min-height:200px;
}
so IE sees the first declaration and so do all other browsers but then the min-height overides the height setting for all other browsers?
I really don't want to adopt a secondary external CSS file, i'd rather edit my current CSS in a couple of years when IE8 comes out and that's even if it will support min-height then!
thanks 1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.