Gunnar Bittersmann: Probleme mit den verschieden Browsern

Beitrag lesen

Hello out there!

<style type="text/css">
<!--

Die Auskommentierung ist unnötig; weg mit den HTML-Kommentarzeichen aus dem Stylesheet.

div {border: 1}

Das ist eine ungültige Angabe. (1 wovon?)

Dein Stylesheet wäre übersichtlicher, wenn nicht alle Angaben in einer Zeile stünden. [Meiert]

<style type="text/css">  
[code lang=css]  div {  
    border: 1px;  
  }  
  #Logo {  
    position: absolute;  
    left: 12%;  
    top: 0%;  
    height: 15%;  
    width: 53.1%;  
    border-bottom: 1px solid black;  
    border-left: 1px solid black;  
    border-right: 1px solid black;  
  }  
  #Navi {  
    position: absolute;  
    left: 12%;  
    top: 15%;  
    height: 150%;  
    width: 18.0%;  
    background-color: #DDFFBB;  
    border-bottom: 1px solid black;  
    border-left: 1px solid black;  
    border-right: 1px solid black;  
  }  
  #Text {  
    position: absolute;  
    left: 30.2%;  
    top: 15.2%;  
    height: 150%;  
    width: 35.0%;  
    background-color: #CCFF99;  
    border-bottom: 1px solid black;  
    border-left: 0px solid black;  
    border-right: 1px solid black;  
  }  
  #Shoutbox {  
    position: absolute;  
    left: 65.1%;  
    top: 0%;  
    height: 165.2%;  
    width: 19.5%;  
    background-color: #DDFFBB;  
    border-bottom: 1px solid black;  
    border-left: 1px solid black;  
    border-right: 1px solid black;  
  }

</style>[/code]

Das ändert natürlich nichts an deinem Problem, hilft aber vielleicht bei der Lösung.

See ya up the road,
Gunnar

--
“Remember, in the end, nobody wins unless everybody wins.” (Bruce Springsteen)