5
hmm it must be an other thing.
I mean this blue stripe
Maybe it is a bug, because in the newwBB2.0r3 archiv isn't a newbb.css so i have the one from version 2.0r1.
i hope you can help me.
thx
wdsl
My newbb.css looks like:
/* -- style.css -- */
div.karma
{
background-color: transparent;
text-align: center;
border-top: 1px solid #DDDDFF;
border-left: 1px solid #DDDDFF;
border-right: 1px solid #AAAAAA;
border-bottom: 1px solid #AAAAAA;
padding: 10px;
}
span.digest
{
}
body {
behavior:url("include/newbb.htc");
}
{
font-family:arial,tahoma,verdana,helvetica;
font-size:10px;color:black;
}
ul,li,.link {
display:block;
margin:0;
padding:0;
border:0;
}
ul {
width:160px;
border:0px solid #9d9da1;
/*background-color:#F9F9F9;*/
list-style:none;
}
li {
position:relative;
padding:1px;
padding-left:10px;
background-color:#F9F9F9;
z-index:9;
}
li.folder { background-color:inherit; list-style:none;}
li.folder:hover { z-index:10;}
li.folder ul {
position:absolute;
display:none;
left:-56px; /* IE */
top:17px;
}
li.folder>ul { left:-1px; top: 16px}
ul.level1 {z-index:1} li.folder:hover ul.level2,
ul.level2 li.folder:hover ul.level3 {
display:block;
border: 1px solid black;
background-color: #F9F9F9;
}
.link {
border: 0px;
padding: 2px;
text-decoration: none;
color: black
!important;
font-weight: bold;
width: 100%; /* IE */
text-align: left;
}
li>.link { width:auto; }
li link.submenu {
background-color:#F9F9F9;
}
.link:hover {
border:0px;
color:orange
!important;
}
li.folder .link:hover {
}
.submenu {color: black;}
li.newbb_folder {
position:relative;
padding:0;
padding-left:10px;
color:#ffffff;
background:#CCCCCC;
z-index:9;
}