Lordi: Firefox und css

Beitrag lesen

Das mit der schwachsinnigen Schriftgrösse ist klar, wollte aber beim
Testen nur sichergehen, dass ich wirklich erkenne, ob die CSS
funktioniert oder nicht ... und 6px kann ich von der Normalschriftgrösse nun mal gut unterscheiden :-)

Html File:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
     <title></title>
    </head>

<body style="background-color:#dce0d3">
    <link rel="stylesheet" href="_vorlage.css" type="text/css" />

Css:

body {
     scrollbar-base-color:#FFFFFF;
     scrollbar-track-color:#6F6F6F ;
     scrollbar-face-color:#FFFFFF;
     scrollbar-highlight-color:#6F6F6F ;
     scrollbar-3d-light-color:#CFCFCF;
     scrollbar-darkshadow-color:#000000;
     scrollbar-shadow-color:#4F4F4F;
     scrollbar-arrow-color:#000000;
     margin-top:0.5cm;
  }
  a:link {
     text-decoration:underline;
     color:#0000FF;
  }
  a:visited {
     text-decoration:underline;
     color:#0000FF;
  }
  a:hover {
     text-decoration:underline;
     color:#FF0000;
  }
  a:active {
     text-decoration:underline;
     color:#FF0000;
  input
  {
     color:#0F00FF;
     margin-top:0px;
     margin-bottom:0px;
     margin-left:0px;
  border-width:1px;
  }
  textarea
  {
     background-color:#FFFFFF;
     color:#0000AD;
     border : 1px #000000 single;
     margin-top : 0px;
     margin-right : 0px;
     margin-bottom : 0px;
     margin-left : 0px;
  }
  body
  {
     font-family: Arial;
     font-size: 20px;
     text-align: left;
  }
  td
  {
     font-family: Arial;
     font-size: 20px;
     text-align: left;
  }
  a
  {
     font-size:20px;
     font-family:Arial;

}
  b
  {
     font-size:20px;
     font-family:Arial;

}