Hi!
can anyone help me to remove this blank espace beneath iframe in my page: http://planbclub.es?
The html of this page is this:
<p style="text-align: center;"><strong><span style="color: #118ad0;"><span class="font-size-7">¿Dónde quieres ir?</span></span></strong></p>
<div id="outerdiv"><iframe id="inneriframe" name="inneriframe" width="320" height="240" src="http://www.planbviajes.com" scrolling="no"></iframe></div>
<p style="text-align: center;">Comparte tus viajes mientras <strong>conoces gente nueva</strong>.</p>
<p style="text-align: center;">Así encontrarás <strong>compañeros de viaje</strong> para tus vacaciones o escapadas de fin de semana.</p>
<div>
There is no anything in this html to leave this blank space, someone who knows how to fix it?
thanks!
Tags: iframe resized, iframe space
Permalink Reply by Adeel Cheema on November 7, 2012 at 2:51am Just remove <div id="outerdiv"> before the iframe..
May be it works for you..:)
Permalink Reply by Jesu on November 7, 2012 at 5:49am Thanks but don't work, when I remove the div I get only a small place that will not let me see the entire contents of iframe I need.
Permalink Reply by Jesu on November 7, 2012 at 5:54am This is the css code that I'm using now:
<style type="text/css">
#posdivcv {
width:800px;
height:300px;
position:relative;
overflow:hidden;
-moz-transform: scale(0.75);
-moz-transform-origin: 0 0;
-o-transform: scale(0.75);
-o-transform-origin: 0 0;
-webkit-transform: scale(0.75);
-webkit-transform-origin: 0 0;
}
#inneriframe {
position:absolute;
top:-320px;
left:-250px;
width:1430px;
height:640px;
}
</style>
also this code in the text box:
<div id="posdivcv"><iframe id="inneriframe" name="inneriframe" width="450" height="240" src="http://planbviajes.com" scrolling="no"></iframe></div>
I try all the variants but I don´t get to remove this space blank
Permalink Reply by Adeel Cheema on November 7, 2012 at 10:20am But i'm not seeing any blank spaces now ...
I think there's a problem with browser cache so clear it to check it again..

Kos replied to Angie Fisher's discussion 'Help for a 3.0 Newbie Please....'
Riccardo Rossini replied to Alex's discussion 'More styling in the Design Studio'
Riccardo Rossini replied to Riccardo Rossini's discussion 'Severe bug!' in the group The Sandbox
Riccardo Rossini replied to Jen's discussion 'Menu on Mobile Device Difficult'
Indrie Florin Gabriel replied to Indrie Florin Gabriel's discussion 'Buton More Disapears'
Melinda Orr replied to JFarrow's discussion 'Ning Emails Going to Spam?'© 2013 Created by Ning.
