phpbar.de logo

Mailinglisten-Archive

[php] iframe überdeckt restlichen inhalt der tabelle..

[php] iframe überdeckt restlichen inhalt der tabelle..

Lutz Zetzsche Lutz.Zetzsche at sea-rescue.de
Fre Jan 21 10:46:23 CET 2005


Hi Koray,

Koray C. schrieb:
> Problem:
> die ganze Beschreibung rechts neben dem iframe wird gar nicht angezeigt.
> Ich hab schon alles versucht. Irgendwie überdeckt das Iframe den
> restlichen Inhalt der Tabelle.
> Ich bin mir auch nicht sicher ob es am PHPscript selber liegt dass er
> probleme mit iframes hat..
>
> hier ein auszug
>
> *PHP*
> |<table width='700' border='0' cellpadding='0' cellspacing='0'>
>     <tr>
>       <td width='1'>&nbsp;</td>
>     <td valign='top' height='70'>
>         <div class='titel'>
>            <b>{$row['titel']}</b>
>         </div>
>         <br>
>     </td>
>       <td valign='top'>&nbsp;</td>
>     </tr>
>     <tr>
>       <td width='1'>&nbsp;</td>
>     <td valign='top' width='600'> <a href='adm/{$row[file]}'
> target='main2'> <img src='adm/{$row[file]}' width='60' border='0'>
>      </a>&nbsp;&nbsp; <a href='adm/{$row[file2]}' target='main2'> <img
> src='adm/{$row[file2]}' width='60' border='0'>
>      </a>&nbsp;&nbsp; <a href='adm/{$row[file3]}' target='main2'> <img
> src='adm/{$row[file3]}' width='60' border='0'>
>      </a>&nbsp; &nbsp; <a href='adm/{$row[file4]}' target='main2'> <img
> src='adm/{$row[file4]}' width='60' border='0'>
>      </a>&nbsp; &nbsp; <a href='adm/{$row[file5]}' target='main2'> <img
> src='adm/{$row[file5]}' width='60' border='0'>
>      </a>&nbsp; &nbsp; <a href='adm/{$row[file6]}' target='main2'> <img
> src='adm/{$row[file6]}' width='60' border='0'>
>         </a>&nbsp;</td>
>       <td valign='top' width='200'> <div align='justify'> </div></td>
>     </tr>
>     <tr>
>       <td width='1'>&nbsp;</td>
>     <td align='left' valign='top'> <iframe name='main2' width='600'
> height='400' frameborder='0' src='range.htm'>
>       </td>
>       <td align='left' valign='top'>{$row['beschreibung']}</td>
>     </tr>
>   </table>
> */PHP*
> |

ich habe noch nie <iframe> in einer Tabelle verwendet. Vielleicht gibt es
alleine schon wegen dieser Konstellation Probleme. Aber eine Sache ist mir
schon aufgefallen, die das Problem auch verursachen könnte:

...table width='700'...
...td width='1'...
...td ... width='600'...
...td ... width='200'...

Du hast die Tabellenbreite auf 700 festgelegt, die Zellen aber zusammen
mit einer Breite von 801. Vielleicht gerät Dein Browser da etwas
durcheinander.


Viele Grüße

Lutz


php::bar PHP Wiki   -   Listenarchive