karl584
03-19-2010, 02:08 PM
Hey! Maybe anyone knows how to fit iframe inside div layer...
|
Click to See Complete Forum and Search --> : iframe inside css layer karl584 03-19-2010, 02:08 PM Hey! Maybe anyone knows how to fit iframe inside div layer... Inga. 03-19-2010, 06:15 PM Wouldn't you just insert the iframe and set the width and height to not exceed the container that it sits in and allow scrolling if needed? Like: <div id="div750x470"><iframe src="http://www.google.com" width="730" height="450" scrolling="yes" frameborder="0"></iframe></div> with the div750... being defined with those dimensions or so. toplisek 03-20-2010, 06:56 AM Hi, if I have form with action to PHP file like: <form name="SearchForm" action="searchfile.php"> How to do frame name in FORM that results will show in the same window but within frame like: <div id="div750x470"><iframe src="" width="730" height="450" scrolling="no" frameborder="0"></iframe></div> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |