Suche im Forum:
Suchen


Autor Nachricht
Beitrag29.05.2009 um 14:56 (UTC)    
Titel: Falscher Code

#header {
width: 1000px;
height: 98px;
background:;
background-image:url(http://img.webme.com/pic/d/dede-manga-fans/bannerabenteuergeschichte.gif);
color: ;
margin: 0px 0px 0px 0px;
padding: 10px;
float: left;overflow:auto;
z-index: 10;
position:absolute;left:100px;top:60px;}

mein Header funktioniert nicht, weiss jemand, was daran falsch ist?

ps: Es ist auf einer meiner Testseiten monsterfight.de.tl


lg
Jonas


edit:

Hier mal der ganze Code, vlt. findet ihr hier einen Fehler:



h1#title{display: none;}
#sidebar_container{display: none;}
#nav_container{display: none;}
body {background:#9a9ea2;}
div.header{display:none;}
li.nav_element{list-style-type: none;}
a{color#BBBBB; font-size: 12px; text-decoration: none;}
a:hover {color: #FFFFFF; font-size: 12px; text-decoration: none;}
a:link {color: #FFFFFF; font-size: 12px; text-decoration: none;}
a:active {color: #FFFFFF; font-size: 12px; text-decoration: none;}
a:visited {color: #000000; font-size: 12px; text-decoration: none;}
#Design {
width: 1000px;
height: 598px;
background:;
background-image:url();
color: ;
margin: 0px 0px 0px 0px;
padding: 10px;
float: left;overflow:auto;
z-index: 2;
position:absolute;left:125px;top:174px;}
#content {
height: 430px;
width: 700px;
z-index:1;
background:;
background-image:url(http://img13.imageshack.us/img13/3731/contenthm0.png);
color: #000000;
margin: 0px 0px 0px 0px;
padding: 0px;
display: inline;
float: left;
overflow:auto;
z-index: 4;
position:absolute;left:150px;top:218px;}
h2#title span {display:none}
#counter{
position:absolute;
left: 140px;
top: 760px;
z-index: 10;
color: #FFFFFF;
}
#header {
width: 1000px;
height: 98px;
background:;
background-image:url(http://img.webme.com/pic/d/dede-manga-fans/bannerabenteuergeschichte.gif);
color: ;
margin: 0px 0px 0px 0px;
padding: 10px;
float: left;overflow: auto;
z-index: 10;
position:absolute;left:100px;top:60px;}


Zuletzt bearbeitet von abenteuergeschichte am 29.05.2009, 16:01, insgesamt einmal bearbeitet
Beitrag29.05.2009 um 16:06 (UTC)    
Titel:

Hast du eventuel das "<div id="header"></div>" vergessen??

vg tjpeiler


Zuletzt bearbeitet von tjpeiler-designs am 29.05.2009, 17:07, insgesamt einmal bearbeitet
Beitrag29.05.2009 um 16:34 (UTC)    
Titel:

habe ich mir auch schon gedacht, aber das war zu Beginn gar nicht in dem Code, und hat funktioniert, werde es aber mal ausprobieren.

edit: Klappt nicht... Crying or Very sad Crying or Very sad


Zuletzt bearbeitet von abenteuergeschichte am 29.05.2009, 17:36, insgesamt einmal bearbeitet
Beitrag30.05.2009 um 16:44 (UTC)    
Titel:

push
niemand eine Idee?
Ich brauche das Dringend!
Beitrag30.05.2009 um 16:46 (UTC)    
Titel:

hier ist noch der ganze Code, hoffe, das keine Fehler drin sind



<style type="text/css">
<!--
body{
background-image: url(http://shop.rabenring.com/WebRoot/Store/Shops/Rabenring/4643/3794/A01E/95B8/0310/7F00/0001/E6C8/schwarz.jpg);
background-color: #XXXXXX;
color: #000000 !important;}
</style>

<style type="text/css" media="screen">
<!--

body
{
font-family: Broadaway, sans-serif;
font-size: 14px;
overflow: auto;
padding: 10px;
margin: 10px;
}

ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}


li a
{
padding-right: 25px;padding-top: 7px;
}


div.menu
{
position: absolute;
z-index: 10;
top: 200px;
left: 52%;
margin-left:-730px;
width:905px;
}


.menu li
{
width: 120px;
float: left;
}


.menu a
{
border: 0px solid #000000;
background-color: #000000;
background-image: url(http://www.oekologische-technik.de/hs-down-hs-weiss-auf-weiss-ruecken-ob.jpg);
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: pointer;
color: #000000;
margin: 0px;
display: block;
height: 30px;
}


.menu a:hover
{
background-image: url(http://img.webme.com/pic/d/dede-manga-fans/aufzeichnen.jpg);
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5
{
font-size: 12px;
display: none;
width: 130px;
float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a
{
font-weight: bold;
padding-top:5px;
border-top: 0px;
cursor: pointer;
color: #00000;
}
//-->

</style>

<!-- Anfang des Scriptes -->

<script type="text/javascript">
<!--
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}

function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
else if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
//-->
</script>

<!-- Ende des Scriptes -->

<div class="menu">

<li><a href="http://abenteuergeschichte.de.tl/Home.htm">Home</a></li>
<li><a href="http://abenteuergeschichte.de.tl/Gbook.htm">Gbook</a></li>
<li><a href="http://abenteuergeschichte.de.tl/Handlung.htm">Handlung</a></li>
<li><a href="http://abenteuergeschichte.de.tl/Bio.htm">Bio</a></li>
<li><a href="http://abenteuergeschichte.de.tl/News.htm">News</a></li>
<li><a href="http://abenteuergeschichte.de.tl/Newsletter.htm">Newsletter</a></li>

</ul>
</li>

</div>


h1#title{display: none;}
#sidebar_container{display: none;}
#nav_container{display: none;}
body {background:#9a9ea2;}
div.header{display:none;}
li.nav_element{list-style-type: none;}
a{color#BBBBB; font-size: 12px; text-decoration: none;}
a:hover {color: #FFFFFF; font-size: 12px; text-decoration: none;}
a:link {color: #FFFFFF; font-size: 12px; text-decoration: none;}
a:active {color: #FFFFFF; font-size: 12px; text-decoration: none;}
a:visited {color: #000000; font-size: 12px; text-decoration: none;}
#Design {
width: 1000px;
height: 598px;
background:;
background-image:url();
color: ;
margin: 0px 0px 0px 0px;
padding: 10px;
float: left;overflow:auto;
z-index: 2;
position:absolute;left:125px;top:174px;}
#content {
height: 430px;
width: 700px;
z-index:1;
background:;
background-image:url(http://img13.imageshack.us/img13/3731/contenthm0.png);
color: #000000;
margin: 0px 0px 0px 0px;
padding: 0px;
display: inline;
float: left;
overflow:auto;
z-index: 4;
position:absolute;left:150px;top:218px;}
h2#title span {display:none}
#counter{
position:absolute;
left: 140px;
top: 760px;
z-index: 10;
color: #FFFFFF;
}
>
#header {
width: 1000px;
height: 98px;
background:;
background-image:url(http://img.webme.com/pic/d/dede-manga-fans/bannerabenteuergeschichte.gif);
color: ;
margin: 0px 0px 0px 0px;
padding: 10px;
float: left;overflow: auto;
z-index: 10;
position:absolute;left:100px;top:60px;}
Beitrag31.05.2009 um 16:42 (UTC)    
Titel:

Es wäre gut, wenn Du uns mitteilen würdest, wo wir einen Fehler suchen sollen?
Was wird nicht richtig angezeigt?
Beiträge der letzten Zeit anzeigen:   


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