Einbindung eines transparenten iFrames in die index_body.htm
Verfasst: 08.12.2009 11:38
Hallo ich möchte eine Anzeige wer momentan im Caht ist auf meiner Startseite haben. Mein Style ist der AcidTech Red. nun habe ich das Problem das mir im IE der Frame immer in weiß angezeigt wird...wie kann ich dies ändern.
Einbaut habe ich ihn fiolgndermaße:
Einbaut habe ich ihn fiolgndermaße:
Code: Alles auswählen
$CA_BLOCK_START}
{$CA_CAP2_START}Wer ist im Chat{$CA_CAP2_END}
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
<tr>
<td class="row1"><img src="{T_THEME_PATH}/images/stats.gif" /></td>
<td class="row1 nobold" width="100%" valign="middle"><iframe allowtransparency="true" name="Iframe" src="http://banditfighter.de/29x4y81z/testforum/phpBB3/et_chat_v306/Zusatztool_ExtreneAnzeige_Interface.php" scrolling="no" height="55" width="200" frameborder="no" ></iframe></td>
</tr>
</table>
{$CA_BLOCK_END}