DarkourX: Transparenter Hintergrund in iFrames

Beitrag lesen

Zur ergänzung noch der Quelltext von den "Hotnews":

<body bgcolor="transparent" >
<table style="margin-left:10px;">
<tr valign="top">
<td>&nbsp;</td>
<td>
<?
$jetzt=date("Ymd");
include_once'../webcalendar/includes/functions.php';
include_once '../webcalendar/includes/init.php';
$query = "SELECT * FROM webcal_entry WHERE cal_due_date >= $jetzt ORDER by cal_due_date ASC";
$result = mysql_query($query);
while ($arr = mysql_fetch_assoc($result)){
$year = substr ( $arr["cal_due_date"], 0, 4 );
   $month = substr ( $arr["cal_due_date"], 4, 2 );
   $day = substr ( $arr["cal_due_date"], 6, 2 );
?>
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" >

									<span class="ueberschrift\_hot">  

<b><font size="2"><? echo $arr["cal_name"] ?></b></font> <span class="text_news"><br /><font size="2"><? echo $day ?>.<? echo $month ?>.<? echo $year ?></font> <br /><font size="2"><? echo trim($arr["cal_description"]) ?></font>
                                            </span>
                                            </span>
                                            </td>
                                             </tr>
                                     </table>

<?
                                 }
                                 ?>
                             </td>
                         </td>
                 </table>
                                            </body>