CSS - Problem mit Höhenangabe

Status
Nicht offen für weitere Antworten.

kasal

Erfahrenes Mitglied
Hallo Freunde!


Ich schon wieder!
Hab hier ein Problem:

Code:
<div style='margin-left:10%;margin-right:10%;height:100%;margin-top:0px;border:1px solid #000000;background-color:#3F3F3F;'><!-- Haupt-Box -->

<div style='border-bottom:1px solid #000000;background-image:url(bilder/bg_main.PNG);height:97px;'><!-- Logo-Box -->
</div><!-- Ende Logo-Box -->

<div style='border-bottom:1px solid #000000;padding-left:0px;background-image:url(bilder/l2.PNG);'></div><!-- News-Leiste-->

<!-- Das ist die Leiste Links, welche übersteht-->
<div style='float:left; width:15px;height:100%;background-image:url(bilder/ll1.PNG);'></div>


<div style='margin-left:0px;margin-right:0px;height:100%;margin:0'>
Inhalt
</div>

</div><!-- Ende Haupt-Box -->

<div>sadsadasd</div><!-- Footer-->

Die kleine Leiste Links steht immer im Firefox über, was kann Ich da tun?


lg,
kasal
 

Anhänge

  • p1.PNG
    p1.PNG
    3,8 KB · Aufrufe: 14
  • p2.PNG
    p2.PNG
    5,9 KB · Aufrufe: 17
Hallo!

Hat leider nicht funktioniert.
Im IE ist alles ok, aber halt im Firefox nicht.
Aber trotzdem danke!


lg,
kasal
 
Vielleicht hilft das weiter?

Code:
<div style="..."><!-- Haupt-Box -->
     ...
     ...
     <div style='margin-left:15px;margin-right:0px;height:100%;'>
          Inhalt
          <div>sadsadasd</div><!-- Footer-->
     </div>

</div><!-- Ende Haupt-Box -->
 
Hallo Michael,

Hilft leider auch nicht. Das Problem ist echt der Hammer, oder?

Kann Man das auch ganz anders realisieren?


lg,
kasal
 
Das ist wirklich seltsam, denn beide Vorschläge funktionieren bei mir im Firefox soweit einwandfrei.

Gibt es evtl. eine Online-Version der Seite, damit sich das mal "live" anschauen kann?
 
Status
Nicht offen für weitere Antworten.
Zurück