Suche im Forum:
Suchen


Autor Nachricht
Beitrag16.10.2009 um 15:12 (UTC)    
Titel: Design zerstört :O

Hallo, das Design hat sich irgendiwe geändert, die streifen sind nicht mehr zu sehen, warum denn ?

Text über dem Design:
Code:
<div id="HabboThing">
<div id="oben_streifen"></div>
<div id="middle"></div>
<div id="unten_streifen">Du befindes dich hier "---" - Ist alles ein momentaner Test!</div>


CSS-Code
ohne Style Tags:
Code:
#extraDiv1 {display: none;}
            #extraDiv2 {display: none;}
            #extraDiv3 {display: none;}
            #extraDiv4 {display: none;}
            #extraDiv5 {display: none;}
            #extraDiv6 {display: none;}
            #pre_header {display: none;}
            #post_header {display: none;}
            #pre_content {display: none;}
            #nav_heading{display: none;}
            div.header{display: none;}
            h1#title{display: none;}
            h2#title span {display: none;}
a{
            color:#f17703;
            text-decoration: none;
            font-size:13px;}
           
a:hover {
            color: #f17703;
            font-size: 13px;
            text-decoration: none;}
           
a:link {
            color: #f17703;
            font-size: 13px;
            text-decoration: none;}
           
a:active {
            color: #f17703;
            font-size: 13px;
            text-decoration: none;}
           
a:visited {
            color: #f17703;
            font-size: 13px;
            text-decoration: none;}
           
body {
background-color:#000000;
background-image:url(http://img.webme.com/pic/h/habbo-thing/background.png);
}

* {
padding: 0;
margin: 0;
}
           
#HabboThing {
margin: 0 auto;
width: 980px;
height:500px;
}

           
#header_container {
            position: absolute;
            left: 50%;
            top:150px;
            margin-left:-490px;
            width: 960px;
            height: 144px;
            background-color:#000324;
            background-image:url(http://leced.le.ohost.de/habbo-thing/design/header.png);
            color:#FFFFFF;
            font-size:13px;
            border: 0px solid #ffea21;}
           
#content {
            position: absolute;
            left: 50%;
            top:478px;
            margin-left:-320px;
            width: 590px;
            height: 380px;
            padding:10px;
            color: #2e3f49;
            font-size:13px;
            background-color:#ffffff;
            background-image:url();
            border: 0px solid #ffea21;
            overflow:auto;}
           
#sidebar_container{
            position: absolute;
            left: 50%;
            top: 316px;
            margin-left:243px;
            width: 227px;
            height: 140px;
            background-color:#455e6c;
            background-image:url(http://leced.le.ohost.de/habbo-thing/news/bg.png);
            border:0px solid #ffea21;
            color:#000000;
            overflow:auto;}
           
#nav_container{
            position: absolute;
            left: 50%;
            top:700px;
            margin-left: -490px;
            width: 160px;
            height:400px;
            border:0px solid #ffea21;
            overflow:auto;}
           
ul#nav{
            width: 130px;
            padding: 0px;
            margin: 0px;}
           
li.nav_element{
            list-style-type: none;
            position: relative;
            padding:0px;
           
li.nav_element a{
            display: block;
            width: 198px;
            padding:4px;
            font-weight: bold;
            text-decoration: none;
            text-align: left;
            color:#F2F2F2;
            background-color:#000324;
            background-image:url(http://leced.le.ohost.de/habbo-thing/design/button_1.png);
            border: 0px solid #ffea21;}
           
li.nav_element a:hover{
            color: #000000;
            background-color:#000324;
            background-image:url(http://leced.le.ohost.de/habbo-thing/design/button_2.png);}
           
#counter {
            position: absolute;
            left: 50%;
            top:30px;
            margin-left: 300px;
            width: 150px;
            height:20px;
            color:#9cd5c3;
            font-size:13px;
            border: 2px solid #ffea21;}

#oben_streifen{
            position: absolute;
            left: 50%;
            top:294px;
            margin-left:-490px;
            width: 960px;
            height: 22px;
            background-color:#000324;
            background-image:url(http://leced.le.ohost.de/habbo-thing/design/middle.png);
            border:0px solid #ffea21;
            color:#000000;}

#middle{
            position: absolute;
            left: 50%;
            top: 316px;
            margin-left:-490px;
            width: 733px;
            height: 140px;
            background-color:#343434;
            background-image:url(http://leced.le.ohost.de/habbo-thing/design/news/haut.png);
            border:0px solid #FFFFFF;
            color:#000000;
            overflow:auto;
            z-index: 2;}

#unten_streifen{
            position: absolute;
            left: 50%;
            top:456px;
            margin-left:-490px;
            width: 960px;
            height: 22px;
            background-color:#000324;
            background-image:url(http://leced.le.ohost.de/habbo-thing/design/middle.png);
            border:0px solid #ffea21;
            color:#000000;}
Beitrag16.10.2009 um 17:22 (UTC)    
Titel:

So habe denn Fehler korrigiert:

Code:
#extraDiv1 {display: none;}
            #extraDiv2 {display: none;}
            #extraDiv3 {display: none;}
            #extraDiv4 {display: none;}
            #extraDiv5 {display: none;}
            #extraDiv6 {display: none;}
            #pre_header {display: none;}
            #post_header {display: none;}
            #pre_content {display: none;}
            #nav_heading{display: none;}
            div.header{display: none;}
            h1#title{display: none;}
            h2#title span {display: none;}
a{
            color:#f17703;
            text-decoration: none;
            font-size:13px;}
           
a:hover {
            color: #f17703;
            font-size: 13px;
            text-decoration: none;}
           
a:link {
            color: #f17703;
            font-size: 13px;
            text-decoration: none;}
           
a:active {
            color: #f17703;
            font-size: 13px;
            text-decoration: none;}
           
a:visited {
            color: #f17703;
            font-size: 13px;
            text-decoration: none;}
           
body {
background-color:#000000;
background-image:url(http://img.webme.com/pic/h/habbo-thing/background.png);
}

* {
padding: 0;
margin: 0;
}
           
#HabboThing {
margin: 0 auto;
width: 980px;
height:500px;
}

           
#header_container {
            position: absolute;
            left: 50%;
            top:150px;
            margin-left:-490px;
            width: 960px;
            height: 144px;
            background-color:#000324;
            background-image:url(http://leced.le.ohost.de/habbo-thing/design/header.png);
            color:#FFFFFF;
            font-size:13px;
            border: 0px solid #ffea21;}
           
#content {
            position: absolute;
            left: 50%;
            top:478px;
            margin-left:-320px;
            width: 590px;
            height: 380px;
            padding:10px;
            color: #2e3f49;
            font-size:13px;
            background-color:#ffffff;
            background-image:url();
            border: 0px solid #ffea21;
            overflow:auto;}
           
#sidebar_container{
            position: absolute;
            left: 50%;
            top: 316px;
            margin-left:243px;
            width: 227px;
            height: 140px;
            background-color:#455e6c;
            background-image:url(http://leced.le.ohost.de/habbo-thing/news/bg.png);
            border:0px solid #ffea21;
            color:#000000;
            overflow:auto;}
           
#nav_container{
            position: absolute;
            left: 50%;
            top:700px;
            margin-left: -490px;
            width: 160px;
            height:400px;
            border:0px solid #ffea21;
            overflow:auto;}
           
ul#nav{
            width: 130px;
            padding: 0px;
            margin: 0px;}
           
li.nav_element{
            list-style-type: none;
            position: relative;
            padding:0px; }
           
li.nav_element a{
            display: block;
            width: 198px;
            padding:4px;
            font-weight: bold;
            text-decoration: none;
            text-align: left;
            color:#F2F2F2;
            background-color:#000324;
            background-image:url(http://leced.le.ohost.de/habbo-thing/design/button_1.png);
            border: 0px solid #ffea21;}
           
li.nav_element a:hover{
            color: #000000;
            background-color:#000324;
            background-image:url(http://leced.le.ohost.de/habbo-thing/design/button_2.png);}
           
#counter {
            position: absolute;
            left: 50%;
            top:30px;
            margin-left: 300px;
            width: 150px;
            height:20px;
            color:#9cd5c3;
            font-size:13px;
            border: 2px solid #ffea21;}

#oben_streifen{
            position: absolute;
            left: 50%;
            top:294px;
            margin-left:-490px;
            width: 960px;
            height: 22px;
            background-color:#000324;
            background-image:url(http://leced.le.ohost.de/habbo-thing/design/middle.png);
            border:0px solid #ffea21;
            color:#000000;}

#middle{
            position: absolute;
            left: 50%;
            top: 316px;
            margin-left:-490px;
            width: 733px;
            height: 140px;
            background-color:#343434;
            background-image:url(http://leced.le.ohost.de/habbo-thing/design/news/haut.png);
            border:0px solid #FFFFFF;
            color:#000000;
            overflow:auto;
            z-index: 2;}

#unten_streifen{
            position: absolute;
            left: 50%;
            top:456px;
            margin-left:-490px;
            width: 960px;
            height: 22px;
            background-color:#000324;
            background-image:url(http://leced.le.ohost.de/habbo-thing/design/middle.png);
            border:0px solid #ffea21;
            color:#000000;}


lG. Patrick
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de