Hi, I got an facebook page with an "Click here" iFrame (the iframe opens up when people click on the text "click here). However, the iFrame opens right to the text but I want it to open on top of the text. So that the text is BELOW the iframe.
Here is the code I'm using:
Does someone know how to do this? I appriciate all answers!!!
Here is the code I'm using:
Code:
<a onClick="outside_location.setInnerFBML(location_two);" style="cursor: pointer;">
<div id="outside_location">
<img src='PIC' />
</div>
</a>
<fb:js-string var="location_two"> <fb:iframe width="900" height="500" frameborder='0' scrolling="no" src='www.....' /> </fb:js-string>
<script type="text/javascript" charset="utf-8"> var outside_location = document.getElementById('outside_location'); </script>
Does someone know how to do this? I appriciate all answers!!!