Mario348
Neues Mitglied
Meine Scrollbar wird nicht angezeigt, hier der komplette CSS Code, in der sie enthalten ist:
Code:
body {
color: black;
font-weight: bold;
background-color: gray;
font-family: Arial, Helvetica, Sans-Serif;
text-align: left;
object-align: center;
}
a {
text-decoration: underline;
color: orange;
}
a:visited {
text-decoration: underline;
color: yellow;
}
a:hover {
text-decoration: underline;
color: red;
}
a:active {
text-decoration: none;
color: red;
}
* {
scrollbar-base-color:orange;
scrollbar-arrow-color:black;
scrollbar-shadow-color: black;
}
#oben
{
width: 1280px;
height: 262px;
background-repeat: no-repeat;
}
#content
{
width: 793px;
height: 596px;
float: left;
}
html, body {
margin:0;
padding:0;
height:100%;
overflow:hidden;
}
#content_container {
height:95%;
overflow:auto;
}
#footer {
background:gray;
height:10%;
text-align:center;
padding-top:1%;
}
#navigation {
position:fixed;
width:193px;
height:1280px;
}
#inhalt {
position:absolute;
width:592px;
height:1280px;
}
.p1 { border:2px solid orange;
margin-bottom:30px;
margin-right:310px;
padding:6px;
font-size:12pt;
}
.font-big {
font-family: Verdana, sans-serif;
font-size:16px; font-weight:bold;
color:#000000;
}
.font-small {
font-family: Verdana, sans-serif;
font-size:10px; font-weight:normal;
color:#000000;
}
.table {
background-color:#000000;
width:50%;
}
.head {
background-color:#FFA500;
}
.main {
background-color:#919191;
font-family: Verdana, sans-serif;
font-size:12px; font-weight:normal;
color:#000000;
}
.foot {
background-color:#FFA500;
}
.align {
text-align:left;
}
.textarea {
background-color:#FFFFFF;
color:#000000;
font-family : Verdana, Helvetica, sans-serif;
font-size: 12px;
border : 1px solid #808080;
}
.input {
background-color:#FFFFFF;
color:#000000;
font-family : Verdana, Helvetica, sans-serif;
border : 1px solid #808080;
font-size: 12px;
}
.select {
background-color:#FFFFFF;
color:#000000;
font-family : Verdana, Helvetica, sans-serif;
font-size: 12px;
}
.button {
width : 130px;
}