J JezB Jun 28, 2004 #1 How can I get an iFrame to expand and contract in size in relation to its surrounding DIV ?
J JezB Jun 28, 2004 #2 It's easy when you know how! Thanks Eliyahu Goldin said: Set percentage values for iframe height and with. I usually use 100%. Eliyahu Click to expand...
It's easy when you know how! Thanks Eliyahu Goldin said: Set percentage values for iframe height and with. I usually use 100%. Eliyahu Click to expand...
J Josh Jun 28, 2004 #3 JezB said: How can I get an iFrame to expand and contract in size in relation to its surrounding DIV ? Click to expand... I dont think you can do that with natural HTML, However you manipulate the size from the code behind LoadHTMFrame.Attributes.Add("height", "380") LoadHTMFrame.Attributes.Add("width", "710") where LOadHTMFrame is the id of an iframe
JezB said: How can I get an iFrame to expand and contract in size in relation to its surrounding DIV ? Click to expand... I dont think you can do that with natural HTML, However you manipulate the size from the code behind LoadHTMFrame.Attributes.Add("height", "380") LoadHTMFrame.Attributes.Add("width", "710") where LOadHTMFrame is the id of an iframe
E Eliyahu Goldin Jun 28, 2004 #4 Set percentage values for iframe height and with. I usually use 100%. Eliyahu