Announcement

Collapse
No announcement yet.

feststehende bereiche

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • feststehende bereiche

    hallo,

    habe mit hilfe von meinem css-buch folgendes gemacht:
    http://marlem-software.de/SOH/

    und

    http://marlem-software.de/SOH/produkte.htm

    bei opera kommt ein scrollbalken, beim scheiß IE mal wieder nicht! da muss man was mit expressions rum basteln!

    hier noch der css-code:
    <pre>
    .NormalerText{font-size:100%;font-weight:normal;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#000080; }
    #Menue{font-size:100%;
    font-family:Verdana, Arial, Helvetica,sans-serif;
    color:white;
    background-color:#FF8000;
    Border-style:solid;
    border-color:black;
    border-width:1;
    position: fixed;
    top: 0px;
    height: 100px;
    width: 99%;
    overflow: auto;}

    #Inhalt{font-size:100%;
    font-family:Verdana, Arial, Helvetica,sans-serif;
    color:black;
    background-color: #C0C0C0;
    Border-style:solid;
    border-color:black;
    border-width:1;
    position: fixed;
    top: 101px;
    bottom: 60px;
    width: 99%;
    overflow: auto;
    }

    #Statuszeile{font-size:100%;
    font-family:Verdana, Arial, Helvetica,sans-serif;
    color:white;
    background-color:#FF8000;
    border-style:solid;
    border-color:black;
    border-width:1;
    position: fixed;
    bottom: 0px;
    height: 60px;
    width: 99%;
    overflow: auto;}
    </pre>

    weiß jemand wie es richtig geht, so dass es bei opera und ie funzt?

    Gruß

    Markus
    Herzliche Grüße

    Markus Lemcke
    barrierefreies Webdesign
Working...
X