Einzelnen Beitrag anzeigen
Alt 25.10.2006, 11:51   #3
creibl
Veteran
 
Registriert seit: 24.04.2002
Beiträge: 278


Standard

Bei mir funktionierts jetz auch.

Habe eine neue Section eingefügt mit einer höhe von 20px und nun wirds auch im IE 7 korrekt angezeigt.

sieht nun so aus:

<div id="header">
<h1 style="width: 760px">Text WIRD ANGEZEIGT</h1>
</div>

<div id="header1">
<p class="style1" style="width: 315px; height: 7px">
Text WIRD JETZ AUCH ANGEZEIGT!</p>
</div>



bzw. im css:

#header1 {
clear: both;
margin: 0px 0 0 0;
padding: 0;
height: 20px;
}

Danke für die Info.
creibl ist offline   Mit Zitat antworten