Hey, I have a sidebar iFrame that loads a ph pscript which servers several vertical cells. All looks very good in FF and IE but there is a small problem with FF,the extra space at the bottom for the iFrame inherits the <html> color. I tried to set the background-color of the iframe to white, i tried to set the background color of the php served to white, made a style only for the iframe,nothing helps. In IE all its ok and tbh it's very frustrating when you have 10px at the bottom of the iframe black. I could just adjust the size of the iFrame, but there is a chance that some of the cells served by the php to be left out. I appreciate all the help
seems whatever I do, the space left in the iframe after the php is loaded,inherits the color of the <html> style background i'm loosing my mind here
yes i did taht first thing..the php file has white background(in the body),the iframe has white background style defined but still the extra blank space after the php is loaded,inherits the <html> background
well that's the problem, i don't want to resize it too much(smaller) because the php won't load fully and it's a dynamic content php, I can't know for sure what height to give to the iframe.
some update...i found out that if I add a !doctype to the php file loaded in the iframe, IE acts the same..so,by removing any !doctype, IE acts fine while FF still shows that shitty iframe end background color..i tried all the !doctypes but nothing changed...why is IE seeing this like it supposed 2?