Suche im Forum:
Suchen


Autor Nachricht
Beitrag30.04.2011 um 14:17 (UTC)    
Titel: Content geht nicht weiter

Hallo,

Ich hab ein Problem bei meinem Content, es geht nicht mehr weiter und es muss dan noch eine Grafik angezeigt werden. Geht aber nicht hier sind meine Code.

Text über dem Desig

Code:
<style type="text/css">
         <!--
                  h2#title span {display: none;}
div.header {display: none;}
li.nav_element {list-style-type: none;}
li.nav_element checked_menu {display:none;}
li.nav_element subpage {display:none;}
li.nav_element {display:none;}
#counter {display: none;}

* {
margin: 0;
padding: 0; }

img {
border: 0; }

h1 {
color: #ff1c33; }

h2 {
color: #ff1c33; }

h3 {
color: #ff1c33; }

h4 {
color: #ff1c33; }

h5 {
color: #ff1c33; }

h6 {
color: #ff1c33; }

a {
color: #474747;
text-decoration: underline; }

a:hover {
color: #666666;
text-decoration: underline; }

a:focus {
color: #ff1c33;
text-decoration: none; }

a.navi {
float: left;
padding: 13px 19px 13px 17px;
background: url(http://img.webme.com/pic/p/psking/menu_div.gif) no-repeat right;
color: #c9c9c9;
text-decoration: none; }

a.navi:hover {
color: #e8e8e8; }

a.footer {
margin-left: 20px;
color: #c9c9c9;
text-decoration: none; }

a.footer:hover {
color: #e8e8e8; }

textarea, input {
border: #474747 1px solid; }

textarea:hover, input:hover {
border: #666666 1px solid; }

textarea:focus, input:focus {
border: #ff1c33 1px solid; }

body {
background: url(http://img.webme.com/pic/p/psking/bg.gif
);
font-size: 13px;
font-family: Arial, sans-serif; }

#headerbg {
float: left;
height: 158px;
width: 100%;
background: url(http://img.webme.com/pic/p/psking/header_bg.gif) repeat-x; }

#header {
z-index: 83;
position: relative;
top: 0;
left: 50%;
height: 158px;
width: 965px;
margin-left: -672px;
background: url(http://img.webme.com/pic/p/psking/header_bg.gif) no-repeat; }

#navibg {
float: left;
height: 43px;
width: 100%;
margin-bottom: 10px;
background: url(http://img.webme.com/pic/p/psking/menu_bg.gif) repeat-x; }

#navi {
position: relative;
top: 0;
left: 50%;
height: 43px;
width: 965px;
margin-left: -488px;
color: #c9c9c9; }

#main {
position: relative;
top: 0;
left: 50%;
width: 965px;
margin-left: -482px;
color: #474747;
text-align: justify; }

#contentcontainer {
float: left;
width: 760px;
text-align: left;
}
#contenttop {
float: left;
height: 10px;
width: 760px;
background: url(http://img.webme.com/pic/p/psking/contenttop.png) no-repeat; }

#content {
float: left;
width: 730px;
padding: 5px 15px 5px 15px;
background: url(http://img.webme.com/pic/p/psking/content.png) repeat-y;
min-height: 100%;
}

#contentfoot {
float: left;
height: 10px;
width: 760px;
background: url(http://img.webme.com/pic/p/psking/contentfoot.png) no-repeat;

#sidebarcontainer {
float: right;
width: 200px;
text-align: left;
}


#sidebartop {
float: left;
height: 10px;
width: 200px;
background: url(http://img.webme.com/pic/p/psking/sidebartop.png) no-repeat; }

#sidebar {
float: left;
width: 170px;
padding: 5px 15px 5px 15px;
background: url(http://img.webme.com/pic/p/psking/sidebar.png) repeat-y; }

#sidebarfoot {
float: left;
height: 10px;
width: 200px;
background: url(http://img.webme.com/pic/p/psking/sidebarfoot.png) no-repeat; }

#footerbg {
float: left;
height: 155px;
width: 100%;
margin-top: 10px;
background: url(http://img.webme.com/pic/p/psking/footerbg.png) repeat-x bottom; }

#footer {
position: relative;
top: 5px;
left: 50%;
width: 931px;
margin-left: -482px;
padding: 0 17px 0 17px;
color: #c9c9c9;
font-size: 10px; }         //-->
      </style>
         </head>

   <body id="hpb_cssonly">
      <style type="text/css">
<!--
table.edit_main_table{display:none;}
#container{display:none;}
-->
</style>


<div id="headerbg">
  <div id="header"></div>
</div>
<div id="navibg">
  <div id="navi">
<a class="navi" href="http://djrezo.de.tl/Start.htm">Home</a>
<a class="navi" href="http://djrezo.de.tl/Team.htm">Team</a>

<a class="navi" href="http://djrezo.de.tl/G.ae.stebuch.htm">Gästebuch</a>
<a class="navi" href="http://djrezo.de.tl/Kontakt.htm">Kontakt</a>
<a class="navi" href="http://djrezo.de.tl/referenzen.htm">Referenzen</a>
<a class="navi" href="http://djrezo.de.tl/Clubland.htm">Clubland</a>
  </div>
</div>
<div id="main">
  <div id="contentcontainer">
    <div id="contenttop"></div>      <div id="container">

         <div id="header_container">
            <div id="pre_header"></div>
            <div class="header"><h1 id="header"><span>Hey</span></h1></div>
            <div id="post_header"></div>
         </div>
         <div id="nav_container">
         <h2 id="nav_heading"><span></span></h2>
            <ul id="nav">

            </ul>
         </div>
         <div id="content_container">
            <div id="pre_content"></div>
            <div id="content">



Hoffe jemand kann mir helfen
Beiträge der letzten Zeit anzeigen:   


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