I'm working on including an <IFRAME> in a document, and I've set it to be 95% width of the table that it is located in. There is another cell in line with this one that is 150 px wide, and the iframe should be the remaining width of the page in this particular section....
It works like a charm in IE of course, but in Netscape & Mozilla at least, it ignores the constraints of the table cell that the iframe occupies, and makes the iframe a full 95% of the page, and not 95% of the table cells max width.
Any ideas on a way around this? Is using a percentage on an IFRAME not recommended? :(
Here's a screenshot in IE, and then in Mozilla. (somewhat low quality to fit under the allowed 100K file size)