Suche im Forum:
Suchen


Autor Nachricht
Beitrag30.01.2010 um 19:45 (UTC)    
Titel: Gästebucheinträge nicht im Design

Was muss ich am CSS Code verändern, damit die Eintrage des Gb`s nicht unterm Design sind?

Hier ein Screenshot des Problems:


Und hier noch der gesamte Code:

Zitat:
-->
</style>
<center>
<style type="text/css">
<!--

/* Nullformatierung für alle Browser */
* {margin:0px; padding:0px;}

/* Hintergrund hinter Design */
body {
background-color: #6f8ac4;
background-image: url();
background-repeat: repeat-x; }

/* Hintergrund-Container */
#container {
width: 980px;
margin: auto;
background-color: #222222;
background-image: url();
border: 2px solid #c9c9c9;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
overflow: hidden; }

/* Dein Header-Banner oben */
#header_container {
margin-top: 10px;
width: 940px;
height: 145px;
background-image: url(http://img.webme.com/pic/w/wrestlingchat/wsbanner.png);
border: 1px solid #898989;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-bottomright: 7px; }

/* Feld der Navigation */
#nav_container {
width: 980px;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
border: 0px solid #c9c9c9; }

/* Feld Navi-Buttons */
li.nav_element {
display: inline-block;
list-style-type: none;
text-align: center;
margin-right: 10px;
margin-left: 10px;
width: 85px !important;
padding: 5px;
background-color: #000000;
background-image: url(http://img.webme.com/pic/g/grafik-werkstatt/blacky.jpg);
border: 1px solid #999999;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px; }

/* Linkfarbe und Linkgröße im Navi-Button */
li.nav_element a {
font-size:15px;
color: #FFFFFF;
font-family: arial; }

/* Hover-Effekt bei Mauskontakt */
li.nav_element:hover {
background-color:#FF0000;
background-image:url(); }

/* gerade besuchte Seite */
li.nav_element {
display: inline-block;
list-style-type: none;
text-align: center;
margin-right: 10px;
margin-left: 10px;
width: 85px !important;
padding: 5px;
background-color: #FF0000;
background-image: url(http://img.webme.com/pic/g/grafik-werkstatt/blacky.jpg);
border: 1px solid ##FF0000;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px; }


/* Textfeld / Seiteninhalt */
#content {
margin-top: 10px;
margin-bottom: 20px;
width: 900px;
padding: 20px;
color: #000000;
font-size: 14px;
font-family: arial;
text-align: left;
background-color: #FFFFFF;
border: 1px solid #c9c9c9;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px; }

/* Linkfarbe und Größe im Textfeld */
#content a {
font-size: 14px;
color: #FF0000;
font-family: arial; }

/* Balken unter dem Design */
#unten {
width: 960px;
color: #FFFFFF;
font-family: arial;
padding: 10px;
margin-top: 10px;
margin-bottom: 50px;
background-color: #222222;
border: 2px solid #c9c9c9;
-moz-border-radius-topleft: 7px;
moz-border-radius-topright: 7px;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-bottomright: 7px; }

/*unnötige Elemente entfernt */
#sidebar_container {display:none; }
#sidebar_heading {display: none;}
#nav_heading {display:none;}
h1#header {display:none;}
h2#title {display:none;}
#pre_content {display: none;}
#pre_header {display:none;}
div.header{display: none;}
#post_header {display:none;}
#post_content {display:none;}
#below_content{display: none;}
#extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {display:none;}
#counter {display:none;}



Wäre sehr dankbar, wenn mir jemand weiterhelfen könnte!

mfg,
Thomas! Very Happy
Beitrag31.01.2010 um 15:27 (UTC)    
Titel:

weiß es denn niemand? Crying or Very sad
Beitrag31.01.2010 um 15:56 (UTC)    
Titel:

Füge folgenden Code in "Text über dem Design" ein:

Zitat:
<div id="unten"></div>

______________
Spendet jetzt für den User -Name entfernt - , damit er sich ein Duden kaufen kann, da seine Schreibkünste die einens 11-jährigen sehr stark ähneln. Smile
Beitrag31.01.2010 um 18:58 (UTC)    
Titel:

Hilft leider auch nichts. Trotzdem Danke!
Beitrag31.01.2010 um 21:09 (UTC)    
Titel:

Was hast du alles bei "Text über dem Design" stehen? Confused

Ich habe es mal bei meiner Testseite versucht und der Fehler lag am
an fehlenden Code...
______________
Spendet jetzt für den User -Name entfernt - , damit er sich ein Duden kaufen kann, da seine Schreibkünste die einens 11-jährigen sehr stark ähneln. Smile
Beiträge der letzten Zeit anzeigen:   


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