Nach langem Suchen und keinem Erfolg hoffe ich auf eure Hilfe.
Ich lade das phpBB3 über nen iframe (liegt auf nem andrem server) in meine Homepage. Den Hintergrund möchte ich nun transparent machen. Dazu lade ich das iframe so:
Code: Alles auswählen
<iframe align="center" allowtransparency="true" width="700px" height="1300px" scrolling="no" frameborder="0" style="background-color:transparent;" src="/Forum/index.php"></iframe>
Code: Alles auswählen
<body style="background-color:transparent">
LG Marco