Hallo.
Ich hab folgendes problem. Mein Header verschiebt das logo ganz komisch.
hier steckt glaub ich der fehler:
wär super wenn mir jmd helfen könnte
gruss Jan
Ich hab folgendes problem. Mein Header verschiebt das logo ganz komisch.
hier steckt glaub ich der fehler:
PHP-Code:
</script>
<link href="./theme/default/dropdown.css" media="all" rel="stylesheet" type="text/css" />
<link href="./theme/default/default.advanced.css" media="all" rel="stylesheet" type="text/css" />
<style type="text/css">
body{
font-size:11px;
color:#FFFFFF;
font-family:Verdana, Geneva, sans-serif;
background-color:#202020;
margin:0;
padding:0;
background-image: url('./theme/default/images/new/bgtile.gif');
background-repeat: repeat;
}
A:link {
color:#FFFFFF;
text-decoration: underline;
}
A:visited {
color:#FFFFFF;
text-decoration: underline;
}
A:hover {
color:#a5a5a5;
}
#wrap {
background-color:#141414;
border-left: 1px solid #940808;
border-right: 1px solid #940808;
width:900px;
margin:0 auto;
overflow:hidden;
padding:0;
position:relative;
}
#header {
background:url(./theme/default/images/new/header_bg.jpg) ;
width:900px;
margin:0;
height:225px;
padding:0;
}
.htopspace {
background:url(./theme/default/images/new/htopspace.gif) repeat-x;
width:900px;
height:25px;
margin:0;
padding:0;
}
.time {
text-align: left;
margin:0;
padding:5px 0 0 8px;
}
.links {
padding:0;
margin-bottom:1px;
}
.logo {
background:url(./theme/default/images/new/logo.png);
width:300px;
margin:0;
padding:5px 0 0 8px;
float:left;
}
.login-box {
background:url(./theme/default/images/new/login.png) no-repeat;
width:350px;
margin:0 20px 0 0;
padding:0;
float:right;
}
.login-box label{
margin-right: 1em;
}
.login-box A:link {
color:#FFFFFF;
text-decoration: none;
}
.login-box A:visited {
color:#FFFFFF;
text-decoration: none;
}
.login-box A:hover {
color:#a5a5a5;
}
.sbox {
border:1px solid #000000;
background-color:#303030;
height:14px;
width:220px;
color:#ffffff;
font-size:11px;
margin:8px 0 0 37px;
}
.logbox {
border:1px solid #64676a;
height: 15px;
font-size:11px;
margin:8px 0 0 0;
}
.logbut {
border:1px solid #64676a;
font-size:11px;
margin:8px 0 0 0;
}
.login-submit {
border:1px solid #940808;
background-color: #3d3d3d;
color:#ffffff;
font-size:11px;
margin:8px 0 5px 0;
}
.sbutton{
margin:5px 0 0 0;
}
#main {
width:600px;
margin:0;
padding:0;
}
.index19 {
background:url(./theme/default/images/index_19.png) no-repeat;
width:900px;
height:7px;
margin:0;
padding:0;
}
.sidebar-con {
border: 1px solid #940808;
width:290px;
margin:10px 0 10px 0;
float: right;
}
.sidebar-con2 {
border: 1px solid #940808;
width:590px;
margin:10px 0 10px 0;
float: left;
}
.sidebar-con3 {
border: 1px solid #940808;
width:290px;
margin:10px 0 10px 0;
float: left;
}
.sidebar-con4 {
border: 1px solid #940808;
width:893px;
margin:10px 0 10px 2px;
float: left;
}
.sidebar-title {
background:url(./theme/default/images/new/sidebar-title.gif) no-repeat;
width:290px;
height:28px;
}
.sidebar-title2 {
background:url(./theme/default/images/new/sidebar-title-2.gif) no-repeat;
width:590px;
height:28px;
}
.sidebar-title3 {
background:url(./theme/default/images/new/sidebar-title-2.gif) no-repeat;
width:290px;
height:28px;
}
.sidebar-title4 {
background:url(./theme/default/images/new/sidebar-title-3.gif) no-repeat;
width:892px;
height:28px;
}
.sidebar-title-text {
padding: 6px 0 0 0;
text-align: center;
font-size: 11px;
font-weight: bold;
}
.sidebar-con td {
padding: 5px 0 5px 0;
}
.recentposts {
padding: 2px 0 2px 0;
}
.smalltext {
font-size: 9px;
color: #D9AB18;
}
/*main content*/
.rotator- {
margin-top:10px;
}
.maincontentbg {
background:#141414;
width:600px;
padding:0;
float:left;
}
#footer {
background:url(./theme/default/images/new/footer.gif) repeat-x;
text-align:center;
width:900px;
height:52px;
margin-top:10px;
clear:both;
}
.input {
border:1px solid #000000;
background-color:#303030;
height:14px;
color:#ffffff;
font-size:11px;
}
.button {
border:1px solid #000000;
background-color:#303030;
color:#ffffff;
font-size:11px;
}
#toolbar{
display:block;
width: 900px;
height: 40px;
float: left;
padding: 0;
margin: 0;
background:url(./theme/default/images/new/toolbar.gif) repeat-x;
}
.clear{clear:both;height:10px;}
</style>
</head>
wär super wenn mir jmd helfen könnte
gruss Jan
Kommentar