Judy: Div-Ebenen + Firefox / IE

Beitrag lesen

Hallo Mika,

also meine .css Datei sieht wie folgt aus:

----------------HINTERGRUND BZW. HINTERGRUNDBILD----------------
  body {
    color: #000000; background-color: #000000;
    font-size: 100.01%;
    font-family: Arial;
    margin: 0; padding: 0;
  }

div#bg {
    float: left; width: 861px; height: 525px;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    background: #000000 url(lay2.gif);
    border: 0px;
  }

-----------------------HIER DAS EIGENTLICHE MENÜ ---------------

div#menue2 {
    float: left; width: 800px;
    padding: 0;
    margin: 0px;
    border: 0px;
    font-family: Arial;
    color: #FFFFFF;
    background-color: #000000;
  }

.active {
    color: #FFFFFF; text-decoration: none;
  }

div#menue2 a {
    width: 80;
    padding: 0.2em;
    font-weight: bold;
    font-family: Arial;

}
  div#menue2 a:link {
    color: #FFFFFF; text-decoration: none;
  }
  div#menue2 a:visited {
    color: #FFFFFF; text-decoration: none;
  }
  div#menue2 a:hover {
    color: #A41C33; background-color: #FFFFFF; text-decoration: none;
  }
  div#menue2 a:active {
    color: #FFFFFF; text-decoration: none;
  }

------------ und danach dann halt noch die formatierung für das textfeld.

Liebe Grüße!
Judy