The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
widget iframe problem
Hi everyone,
I'm displaying a database form on a vbulletin CMS page via an iframe. However, this iframe size has to be in percent and not in pixel, so that everyone can see the whole iframe and its content regardless to their screen resolution. When I set up my iframe like this: <iframe src="http://synbioworld.org/formboss/output/forms/igem/igem.php" height="100%" width="100%" frameborder="0" scrolling="no" ALLOWTRANSPARENCY="true"></iframe> the iframe width is right but the height is not, the iframe appears reaalllly too small. It basically has the same height than my section widget which is on the left of the page. And hence, my form is not being displayed right. Anyone has an idea on how to repair such a bug? how to make the iframe size dynamic depending on its content? Best, Thank you for your help! Xavier |
#2
|
|||
|
|||
HTML Code:
<iframe src="http://synbioworld.org/formboss/output/forms/igem/igem.php" name=iframe scrolling=yes style="position:relative; left: XXXpx; top: px; width: XXXpx; height: XXXpx;" allowtransparency="true"></iframe> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|