#1 (permalink)  
Old 08-25-2005, 09:24 AM
Registered User
 
Join Date: Aug 2005
Posts: 3
Smile Iframe issues

First off I would like to say hi to every one out there I am new to this forum.
I have run into a problem with floating transparent iframes. I have a web application that I am currently developing it has an activex object that has streaming video on it the Camera takes CGI Commands to control where it should pan tilt and so forth. I am trying to place a Transparent IFRAME over top of the ActiveX object which has a transparent div in it so i can get the x and y coordinates of where the user clicked so the camera can go to that position. I was able to place the iframe over the control the problem is that i cant get it to be transparent i have tried allowtransparency=”true” with body {background-color:transparent;} in the iframe. So far no matter how many ideas I have found by using google they always never work it may be that currently IE does not support my idea for controlling the camera. Any ideas would be greatly appreciated thank you in advance for any assistance.

IFRAME NAME="ControlFrame" style="BORDER-RIGHT: black thin solid; BORDER-TOP: black thin solid; Z-INDEX: 101; BORDER-LEFT: black thin solid; WIDTH: 640px; BORDER-BOTTOM: black thin solid; POSITION: relative; TOP: -781px; HEIGHT: 480px; BACKGROUND-COLOR: transparent;" SRC="Control.htm" frameborder="0" allowtransparency="true"
Reply With Quote

  #2 (permalink)  
Old 09-07-2005, 03:57 AM
Registered User
 
Join Date: Sep 2003
Posts: 94
Send a message via AIM to seccondbest Send a message via Yahoo to seccondbest
Talking maybe this can help you

this is how i use Iframes.....

On the page that IS the I frame.....in the head of the html.....

<style type="text/css">
<!-- BODY {background:none transparent;}-->
</style>
<style>
<!--
BODY{
scrollbar-face-color:#ff0000;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#ff0000;
scrollbar-shadow-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#666666;
scrollbar-darkshadow-Color:#666666;
}
-->
</style>
</head>

in the body :....

<body bgcolor="#FFFFC1">

and than what ever else that needs to go in the frame.

on the page where the Iframe needs to be the following..........


<td width="100%" height="436" colspan="5">
<iframe id="ifrm" name="ifrm" style="FILTER: chroma(color=#ff0000)" allowtransparency="true" src="first.htm" scrolling="auto"
width="100%" height="460" frameborder="0" allowtransparency="true">
</iframe>
</td>



NOTE: i placed the Iframe in a table....

I hope this will help

__________________
Im learning, but i still need help.
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -5. The time now is 06:46 AM.

 
Bitrix
Clicky Web Analytics
CloudContacts
Maxtango


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
© 1997-2007 HTMLCenter