Hintergrund transparent
Verfasst: 08.07.2008 13:13
Hallo
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:
Nach langer Suche habe ich herausgefunden, dass ich wohl
Noch in dem Forum einbauen muss... nur wo?
LG Marco
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