Suche im Forum:
Suchen


Autor Nachricht
Beitrag31.12.2011 um 13:10 (UTC)    
Titel: Feld über Content entfernen

Hallo zusammen,

ich will das Feld über dem Textfeld entfernen, leider klappt es nicht. Könnt ihr mir helfen?

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

/* Werbung mittig */
table[height="102"] { margin: auto; }

/* Hintergrund hinter Design */
body {
background-color:   #000000;
background-image: url();
font-family: Copperplate / Copperplate Gothic Light, sans-serif;
font-size: 14px;
color: #000000; }

/* Design-Container */
#container {
width: 1000px;
margin: 10px auto;
overflow: hidden;
color: #808080;}

/* Headerfeld 1000 x 158 */
#header_container {
width: 1000px;
height: 158px;
margin-bottom: 10px;
background-color: #FFFFFF;
background-image: url(http://img.webme.com/pic/t/testseitetestseite/testbanner.jpg);
border: 0px solid #c9c9c9; }

/* Titel im Headerfeld entfernt */
h1#header {display: none; }

/* Feld der Navigation */
#nav_container {
width: 1000px;
height: 40px;
margin-bottom: 10px;
background-color: #000000;
background-image: url();
border: 0px solid #c9c9c9; }

/* Titel über Navigation entfernt */
#nav_heading {display: none; }

/* Aufzählungspunkte in Navi entfernt */
ul#nav {
list-style-type: none; }

/* Navi-Buttons */
li.nav_element {
width: 141px;
height: 40px;
float: left;
text-align: center;
border-right: 1px solid #c9c9c9;
background-color: #000000;
background-image: url(http://img.webme.com/pic/t/testseitetestseite/button.jpg); }

/* Hover Navi-Button */
li.nav_element:hover { background-color: #008080;
background-image: url(http://img.webme.com/pic/t/testseitetestseite/button_mouseover.jpg);}

/* Linktexte in Navigation */
li.nav_element a {
display: block;
font-size: 15px;
color: #808080;
line-height: 40px;
text-decoration: none; }

/* Hover Linktexte Navigation */
li.nav_element a:hover { color: #FFFFFF; }

/* Seiteninhalt */
#content {
float:right;
width: 665px;
min-height: 200px;
padding: 20px 20px 20px 20px;
background-color: #000000;
background-image: url(http://img.webme.com/pic/t/testseitetestseite/hintergrund_holz.jpg);
border: 0px solid #c9c9c9;
overflow: bottom; background-position: bottom;
margin: 10px auto;background-repeat:no-repeat;}

/* Titel Seiteninhalt + Titel über Box */
h2#title , #sidebar_heading {
padding: 5px 0px 5px 20px;
margin: -20px -20px 15px -20px;
background-color: #dddddd;
color: #000000;
font-size: 30px;
font-weight: normal;}

/* Link im Seiteninhalt */
#content a {color: #000080; }

/* Hover Link im Seiteninhalt */
#content a:hover {color: #008080; }

/* Rechte Box */
#sidebar_container {
float: left;
font-family: cursive;
font-size: 14px;
color: #000000;
width: 160px;
min-height: 160px;
padding: 40px 40px 40px 40px;
background-color: #000000;
background-image: url(http://img.webme.com/pic/t/testseitetestseite/jeans_label.jpg);
border: 0px solid #c9c9c9;
overflow: hidden;
margin-bottom: 0px;}

/* Liste in rechter Box */
#sidebar_content ul {
list-style-type: square;
margin: 15px 0px 15px 25px; }

/* Linktexte in Box */
#sidebar_content ul li a {
color: #000000;
font-size: 14px;
text-decoration: none; }

/* Hover Linktexte Box */
#sidebar_content ul li a:hover { color: chocolate; }

/* Feld unter dem Design */
#footer {
width: 920px;
padding: 20px 20px 20px 20px;
margin: auto;
background-color: #FFFFFF;
background-image: url();
border: 1px solid #c9c9c9; }

/* unnötige Felder im Design entfernt */
#pre_header {display:none;}
#post_header {display:none;}
#post_content {display:none;}
#below_content{display:none;}
#counter{display:none;}
#sidebar_heading{display:none;}
#sidebar_heading{display:none;}



Vielen Dank im vorraus und guten Rutsch
______________
Beitrag31.12.2011 um 14:00 (UTC)    
Titel:

Welches Feld? Das, wo die Seitenüberschrift drin steht?
EDIT: Dafür folgenden Code einfügen:
Zitat:
td.edit_content_headline { display:none; }


Und nimm doch bitte die Rechsklicksperre raus, die bringt sowieso nichts!

Gruß,

TransInt
______________
Kein Support per PN - Im Forum hilft es allen!

Life is what happens while you are busy making other plans.
- John Lennon


Zuletzt bearbeitet von transint am 31.12.2011, 15:03, insgesamt einmal bearbeitet
Beiträge der letzten Zeit anzeigen:   


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