Thread CSS: div, float, clear: Probleme mit IE (3 answers)
Opened by Alex at 2006-07-20 22:38

Alex
 2006-07-22 07:21
#24851 #24851
User since
2003-12-04
285 Artikel
BenutzerIn
[default_avatar]
Habe es hinbekommen. Würde mich über Eure Kommentare oder Verbesserungsvorschläge sehr freuen! Vielen Dank! Alex
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
<HTML>
<HEAD>
<TITLE>Template</TITLE>

</HEAD>

<BODY>

<!--openBORDER-->
<div style="position:relative;right:80px;width:645px;margin: 0px auto;border:2px solid �background-image:url(hg_main.jpg);background-repeat:no-repeat;background-position: 0% 100%;">

<!--openPUSHER-->
<div style="width:830px;margin: 0px -185px 0px 0px;border:2px solid #ff0000;">

<!--openLEFT-->
<div style="position:relative;right:35px;float:left;width:170px;border:2px solid #00cc00;">
<p>Leftinhalt</p>
</div>
<!--endLEFT-->

<!--openCONTENT-->
<div style="position:relative;left:0px;float:left;width:465px;border:2px solid #ffff00;">
<p>Contentinhalt</p>
</div>
<!--endCONTENT-->

<!--openRight-->
<div style="position:relative;left:15px;float:left;width:170px;border:2px solid #0000ff;">
<p>Rightinhalt</p>
</div>
<!--endRIGHT-->

<div style="clear:both;"></div>
</div>
<!--endPUSHER-->

</div>
<!--endBORDER-->

</BODY>
</HTML>
<center>Schönen Gruß, Alex
Mit dem Computer geht alles viel schneller - es dauert nur ein bißchen länger!
</center>

View full thread CSS: div, float, clear: Probleme mit IE