html - how to expand content for a TD to cover 100% of its height (IE) -


I have a table with a TR and two TDS, one of the TD has more content (content with mine Meaning: other sub-tables), this is the result of the following:

TD shrinks with a little bit of material (its content is not expanded, and it is only in case of IE) Firefox and Google Chrome are okay, to fill 100% of the height of both FF and Chrome TD Small TDs extend the content, my question is how to extend the content of small TD to fill 100% of its height?

ps I tried height: 100%; On small TD but did not work ... and it is a dynamic code, it means that according to some parameters, both TDs are variable with their content ...

See both screenshots: alt text

Thanks alot from the very first time!

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -