Hi, I am using Naval’s php method to call up a BV page to another bit of php software. The problem is that it comes to the front of the page & covers the other program. Is there a way I can introduce some code to send the BV page to the back. The code I am using is…
<?php
include ("st.php");
st();
?>
& is working fine with another program & would be great with this one. But if its over the top, you cant get to the buttons under the BV page. Not sure if something like bellow can be used.
z-index: 1;
Sample page of what happening. & I have made it transparent just as a sample.
Any ideas would be appreciated.
Thanks.
<?php
include ("st.php");
st();
?>
& is working fine with another program & would be great with this one. But if its over the top, you cant get to the buttons under the BV page. Not sure if something like bellow can be used.
z-index: 1;
Sample page of what happening. & I have made it transparent just as a sample.
Any ideas would be appreciated.
Thanks.
Comment