Niklas
Neues Mitglied
Hallo,
Hba ein Problem wen ich Scrolle verrutschen 2 Balken unter der Menüleiste ( Also bei Opera ja andere Browser weiß ich nicht )
Hier der Css Code Html bekommt ihr selbst oder ?
Css
Hier die Seite: PuiTv
Gruß Niklas
Hba ein Problem wen ich Scrolle verrutschen 2 Balken unter der Menüleiste ( Also bei Opera ja andere Browser weiß ich nicht )
Hier der Css Code Html bekommt ihr selbst oder ?
Css
Code:
body {
background-color: #2688db;
color: black;
text-align: center;
font: 25px Arial;
margin: 0 auto;
background-repeat: repeat-x;background-image:url(/bidler/blau.png);
}
#wrapper {
padding: 22px 0px 25px 0px ;
margin: 0 auto;
}
#wrap {
width: 946px;
background: rgb(248,130,20);
margin: 0 auto;
}
#box1 {
width: 0px;
float:left;
background: #f88214;
}
#box2 {
width: 916px;
float:right;
background: white url(balken20.png) -246px 0 no-repeat;
margin: 0 auto;
border-style: solid;
border-color: #f88214 ;
border-width: 0px 15px 0px 0px ;
padding: 15px 0;
}
#navcontainer ul {
margin: 0 auto 0 auto;
padding: 0;
width: 946px;
height: 30px;
background: url("/bilder/navBarBh.gif");
}
#navcontainer {
display: block;
width: 946px;
margin: 0 auto;
}
#navcontainer ul li
{
list-style-type: none;
padding: 0;
float: left;
background: url("navBarBh.gif") repeat-x 30px;
font: 10px/30px "Lucida Grande", verdana, sans-serif;
text-align: center;
}
#navcontainer a
{
color: #000;
text-decoration: none;
display: block;
width: 189px;
border-top: 0px solid #A8B090;
border-bottom: 0px solid #A8B090;
border-left: 0px solid #A8B090;
}
#navcontainer li#active { background: url("/bilder/navBarBg.gif") repeat-x 20px; }
#navcontainer a:hover { background: url("/bilder/navBarBg.gif") repeat-x 20px; }
Hier die Seite: PuiTv
Gruß Niklas