Amargado con el iframe! y pregunta sobre popup

He añadido un bloque en mi web con el webchat y me sale así:
Imagen

Si os fijáis, sale alrededor blanco :/ y no sé cómo hacer que sea transparente!

El código html que uso es el siguiente:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Pagina nueva 1</title>
</head>

<body>
<center>
<IFRAME allowtransparency="true" marginWidth="0" marginHeight="0" src=http://clan-waza.net/Bloques/webchat/webchatwaza.php?canal=ClanWaZa&locked=1&j=2&f2=4993E8&f5=DFE0E0&f6=3183D5&f3=F3F3EE&f4=F3F3EE&c3=4993E8  width="150" height="174" scrolling="no" frameborder="0"></IFRAME><br /></center>

</body>

</html>


y el de php el siguiente:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<script src="http://www.irc-hispano.es/webchat/chat.js" type="text/javascript"></script>
<script src="http://www.irc-hispano.es/webchat/alerta.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="webchat/alert.css" >
<title>Webchat iRC-Hispano</title>
</head>
<body bgcolor="#FFFFFF"><center>
<table width="152" border="0" background="http://www.clan-waza.net/Bloques/webchat/webchatlargo.gif" height="178">
  <tr>
    <td>&nbsp;<table border="0" width="144">
      <tr>
        <td><tr></td>
      </tr>
      <tr>
        <td><td></td>
      </tr>
      <tr>
        <td><form target="_blank" method="post" name="loginform" id="loginform" action="http://www.irc-hispano.es/webchat/web.chat" onsubmit="encode_pass()"></td>
      </tr>
      <input type="hidden" name="interface" value="nonjs" />
      <input type="hidden" id="clave" name="clave" value="" />
      <input type="hidden" name="Channel" value='#ClanWaZa' />
      <table border="0" cellpadding="5" cellspacing="0" style="border: ;" width="143">
        <tr>
          <td align="center" style="color: #FFFFFF" width="131"><input type="text" maxlength="30" name="nick" value="Tu Nick Aqu&iacute;" size="15" /></td>
        </tr>
        <tr>
          <td align="center"  style="color: #FFFFFF" width="131"><input type="text" value='#ClanWaZa' name="canal" size="15" /></td>
        </tr>
        <tr>
          <td align="center"  style="color: #FFFFFF" width="131"><input type="password" id="Password" name="clave_form" value="Contrase&ntilde;a" size="15" /></td>
        </tr>
        <tr>
          <td align="center" colspan="2"  style="color: #FFFFFF" height="15" width="131"><input type="submit" value="Entrar" style="background-color: #F3F3EE;color: #4993E8" />
          </td>
        </tr>
      </table>
      </table>
</center>

Creo que es el iframe pero le he puesto que sea transparente pero nada de nada xD así que no sé, he probado batantes cosas y... na de na xD no tengo coj**es a ponerlo transparente y que no se vea lo blanco!!!!

A ver si alguien me echa un cable!!

EDIT: ya que estoy pregunto una cosica más ^^

Cómo puedo hacer que al darle a entrar, en vez de abrirse en una pestaña, se abra en un popup?


thx ^^

Besicos en la ingle [sonrisa]
sencillo, ponle fondo transparente al iframe, y tambien a la pagina que enlaza.

<body style="background-color: transparent;">

De todas maneras, en firefoz sale transparente siempre.

Por cierto creo que no es allowtransparency="true" si no solo allowtransparency.
Gracias! vaya cagada la mía! eso se lo puse antes pero se lo puse al html... y no al de php xDD



Ya uqe estoy pregunto otra vez: Hay alguna forma de hacer que se abra el chat en vez en una pestaña, en un popup?
2 respuestas