Nicole: Scrollbalken horizontal, sobald vertikaler Scrollbalken kommt

Beitrag lesen

CSS ist so:

.lowText {
  text-decoration: none;
  color: black;
  font-family: Helvetica;
  font-size: 11px;
}

.highText {
  text-decoration: none;
  color: black;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
}

.itemBorder {
  border-top: 1px #666666 solid;
  border-right: 1px #666666 solid;
  border-bottom: 1px #666666 solid;
  border-left: 1px #666666 solid;
}

.itemBorderBlank {
  border-top: 1px #CCCCDD solid;
  border-right: 1px #CCCCDD solid;
  border-bottom: 1px #CCCCDD solid;
  border-left: 1px #CCCCDD solid;
}

.buttonText {
  text-decoration: none;
  color: black;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
}

.buttonHover {
  text-decoration: none;
  color: black;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
}

.buttonBorder {
  border-top: 1px #339966 outset;
  border-right: 1px #339966 outset;
  border-bottom: 1px #339966 outset;
  border-left: 1px #339966 outset;
}

.buttonBorderOver {
  border-top: 1px #CC9966 inset;
  border-right: 1px #CC9966 inset;
  border-bottom: 1px #CC9966 inset;
  border-left: 1px #CC9966 inset;
}

H1 {
  font-size: 12pt;
  color: #0084D3;
  font-style: normal;
  font-weight: bold;
  font-family: sans-serif;
  margin-bottom: 0pt;
}

H2 {
  font-size: 12pt;
  font-family: sans-serif;
  color: #F69E00;
  font-weight: bold;
}

H3 {
  font-size: 10pt;
  font-weight: bold;
  background-repeat: no-repeat;
  margin-top: 0pt;
  margin-bottom: 0pt;
  padding-bottom: 0pt;
  padding-top: 0pt;
}

TABLE, TBODY, TD, TR, P {
  font-family: sans-serif;
  font-family: sans-serif;
  font-size: 10pt;
  margin-bottom: 0pt;
}

A {
  color: #BBB6A3;
  text-decoration: none;
}

A:hover {
  color: #BBB6A3;
  text-decoration: underline;
}