ich versuche zwei container als Layout nebeneinander zustellen.
Im IE6 und IE7 sieht das ziemlich gut aus. Aber firefox positioniert die container überall bloß nicht da wo sie stehen sollen.
Wie kann ich firefox beibringen die container so darzustellen wie im IE?
Hier mal mein code:
- Code: Alles auswählen
#div1 {float: left; width:600px; background-image: url(images/light_grey.jpg); border:solid 1px #000000; margin-left:8px; margin-top:10px;}
#div2 {
float: right; position:absolute; width:180px; background-image: url(images/bg_light_blue.jpg); border:solid 1px #000000;
margin-left:35px; margin-top:10px; clear: right;}
Wäre toll wenn mir jemad helfen könnte.
Gruß
[/code]
