• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

IE floating Bug?

Status
Für weitere Antworten geschlossen.

clownish

Neues Mitglied
Hallo Community,

Ich probier grade eine Hp zu erstellen wo der Text Links um ein Auf der Rechten Seite Platziertes Div floaten soll... FF Und Opera spielen mit, IE nicht... weder display:inline; noch height:1% in allen Variationen haben geholfen... liegt es vielleicht gar nicht am IE? Wäre über jede Hilfe dankbar.

LG,
Fabian

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
    <title>zta</title>    
<style type="text/css">
#newscondiv {
border: 1px solid #000;
width:800px;
}

#newsdiv {
float: right;
width: 196px;
height: 400px;
border: 1px solid #000;
}
</style>
</head>
<body>
<div style="width:800px; border: 1px solid #000;">


    <div id='newsdiv'>
        Whatever
    </div>

    <div id='newscondiv'>
        psydottextpsydottextpsydottextpsydottextpsydottext
        psydottextpsydottextpsydottextpsydottextpsydottext
    </div>

</div>
</body>
</html>
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben