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:
Thanks alot from the very first time!
Comments
Post a Comment