[CSS] Problem mit CSS - Opera und Firefox zeigen falsch an

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • [CSS] Problem mit CSS - Opera und Firefox zeigen falsch an

    Hallo Leute,

    ich habe 2 Probleme.

    Und zwar.
    1Problem:

    Ich habe eine Seite programmiert. Diese wird im IE einwandfrei angezeigt, doch im Opera und im Firefox wird diese Fehlerhaft angezeigt.

    www.hluniverse.com

    Oben der Header sprich kurz unter dem Banner wir im Firefox und im Opera
    eine 5px unterbrechung angezeigt. Im IE aber nicht!

    2 Problem:

    Der Content Bereich wird im IE auch einwandfrei angezeigt. Doch im Firefox und Opera werden auf einmal nicht mehr meine definition der Überschriften richtig angezeigt.

    Code der style.css:

    PHP-Code:
    <style type="text/css">
    *{

    }

    body{
    font:12px "Trebuchet MS"verdanaarialsans-serif;
    /* Für Zentrierung in älteren Browsern wichtig: */
    background#646362;
    margin-top:0px;
    }
    /*Inhalt
    #inhalt {
    color: #ffffff;
    width:802px; 
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12;
    margin-top: 0px;
    /*border-bottom: 1px solid #999999;*/
    /*border-right: 1px solid #999999;*/
    }
    #inhalt h1 {
    color#dedede;
    font-size14px;
    padding0 0 1px 0;
    displayblock;
    border-bottom1px solid #ffffff;
    }
    #inhalt h2 {
    color#ffffff;
    font-size14px;
    padding0 0 1px 0;
    margin10px 0 0 0;
    displayblock;
    border-bottom1px solid black dotted;
    }
    */
    #navigation
    {
    padding-left:0px;
    list-
    stylenone;
    }
    #navigation 
    {
    font12px "verdana";
    }
    #navigation a
    {

    text-decorationnone;
    color#cccccc;
    }
    #navigation a:hover
    {
    color#ffffff;
    }
    #navigation2
    {
    padding-left:0px;
    list-
    stylenone;
    }
    #navigation2
    {
    font10px "verdana";
    }
    #navigation2 a
    {

    text-decorationnone;
    color#cccccc;
    }
    #navigation2 a:hover
    {
    color#ffffff;
    }
    </
    style>
    <!--[if 
    IE]>
    <
    style>
    #navigationtop{
    list-stylenone;
    width840px;
    margin-left:-40px;
    margin-top:-4px;
    height20px;
    text-align:center;
    border-right1px solid #999999;
    border-bottom1px solid #999999;
    }
    #navigationtop li{
    floatleft;
    }
    #navigationtop li a{
    displayblock;
    height20px;
    margin-top:0px;
    width120px/* Breite 650px:5 = 130px */
    text-decorationnone;
    line-height20px;
    floatcenter;
    background#cccccc;
    colorwhite;
    }
    #navigationtop li a:hover{
    background#ededed;
    colorblack;
    }
    </
    style>
    <![endif]--> 
    Habt ihr vieleicht eine Idee worann das leigen könnte?!
    Zuletzt geändert von cheesburger; 11.11.2005, 11:44.

  • #2
    Re: [CSS] Problem mit CSS - Opera und Firefox zeigen falsch an

    Original geschrieben von cheesburger
    Diese wird im IE einwandfrei angezeigt, doch im Opera und im Firefox wird diese Fehlerhaft angezeigt.
    Das ist in 99,9% der Fälle ein deutliches Zeichen für Fehler des Seitenerstellers.

    Beseitige also erst mal die zahlreichen Fehler.
    I don't believe in rebirth. Actually, I never did in my whole lives.

    Kommentar


    • #3
      [CSS] jo geht

      habe das problem glöst

      danke 4 help!

      Kommentar

      Lädt...
      X