lissylucky
Mitglied
Hallo,
ich habe ein iFrame eingefügt.
Dieser hat folgendes Problem verursacht:
Nach einfügen des iFrames, verschwand das Textfeld mit Impressum
HTML Code:
CSS:
Schon mal vielen Dank im Voraus!
ich habe ein iFrame eingefügt.
Dieser hat folgendes Problem verursacht:
Nach einfügen des iFrames, verschwand das Textfeld mit Impressum

HTML Code:
Code:
<div id="subscribe2">
<iframe src="ticker/index.html" width="960" height="450" name="Liveticker" frameborder="0">
</div>
<div id="idea">
<div id="left2">
<p><span class="black"><center><a href="impressum.html">Impressum</a> | Alle Rechte an Bildern, Dateien, etc. unterliegen dem ... e.V . Diese Seite steht in keiner Verbindung zum ......! </center></span></p>
</div>
CSS:
Code:
#subscribe2{
width:960px;
height:450px;
line-height: 40px;
margin: 10px auto;
overflow: hidden;
background-color:#FFF;
}
#subscribe2 p{
font-size: 20px;
color: #000;
font-family: "Myriad Pro", Arial, Helvetica;
margin:0 0 0 60px;
float: center;
clear: both;
}
#left2{
background-color:#333;
width:960px;
height:22px;
font-size: 15px;
font-family: "Myriad Pro", Arial, Helvetica;
color: #FFF;
line-height: 20px;
margin-left:40px;
margin:0 0 0 60px;
margin: 0px auto;
overflow: visible;
}
#idea p{
font-size: 14px;
color: #FFF;
font-family: "Myriad Pro", Arial, Helvetica;
margin:0 0 0 60px;
float: center;
clear: both;
}
Schon mal vielen Dank im Voraus!