Suche im Forum:
Suchen


Autor Nachricht
Beitrag14.08.2008 um 18:39 (UTC)    
Titel: navigation will sich nicht bewegen

hi

ich benützde das design css und

ich habe folgendes problem, ich habe 2 navigationen gemacht und eine der beiden will sich nicht weiterbewegen, egal was ich eingebe, es ändert nicht die position

hier der quelltext:

text über design:

Code:
<div id="Dein_Design"></div>

<div id="Navi"> <a href="http://ecs-markt.de.tl/Schn.ae.pchen.htm">Schnäpchen</a></span></span></p>
<p class="Stil1"><span class="Stil1"><a href="http://ecs-markt.de.tl/Neuwaren.htm">Neuwaren</a></span></p>
<p class="Stil1"><a href="http://ecs-markt.de.tl/Gebrauchte-Systeme.htm">Gebrauchte Systeme</a></p>
<p class="Stil1"><a href="http://http://ecs-markt.de.tl/Service.htm">Service</a></p>


<div id="Navi2">
  <a href="http://ecs-markt.de.tl/Home.htm"> <img alt="" src="http://img.webme.com/pic/e/ecs-markt/home.jpg" border="0"></a><a href="http://ecs-markt.de.tl/Login.htm"><img alt="" src="http://img.webme.com/pic/e/ecs-markt/login.jpg" border="0"></a><a href="http://ecs-markt.de.tl/Kontakt.htm"><img alt="" src="http://img.webme.com/pic/e/ecs-markt/kontakt.jpg" border="0"></a><a href="http://ecs-markt.de.tl/Impressum.htm"><img alt="" src="http://img.webme.com/pic/e/ecs-markt/impresium.jpg" border="0"></a></p>
<p> </p></div>


und css code ohne tag:

Code:
div.header {display: none;}
 #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;}
 #header_container {display: none;}
 #pre_content {display: none;}
 #nav_heading{display: none;}
 div#nav_container{display: none;}
 div.header{display: none;}
 h1#title{display: none;}
 h2#title span {display: none;}
 li.nav_element{display: none;}
 li.nav_element a{display: none;}

body {
background-color:#FFFFF;
font-family: arial,verdana;
font-size:12px;
color:#000000;}

div{
font-family: arial,verdana;
font-size:12px;
color:#000000;}

a{
color:#000080;
font-size: 12px;
text-decoration: none;}

a:hover {
color:#000080;
font-size: 12px;
text-decoration: none;}

a:link {
color: #000080;
font-size: 12px;
text-decoration: none;}
 
a:active {
color:#000080;
font-size: 12px;
text-decoration: none;}

a:visited {
color:#000080;
font-size: 12px;
text-decoration: none;}

#Dein_Design {
position: absolute;
left: 50%;
margin-left:-485px;
width: 1024px;
height: 768px;
background-image:url(http://img.webme.com/pic/e/ecs-markt/homepagbackgorund1.jpg);
background-repeat: no-repeat;}

#content {
position: absolute;
left: 50%;
top: 280px;
margin-left:-300px;
width: 630px;
height: 730px;
color: #000000;
border: 1px solid #FFFFFF;
overflow:auto;}


#sidebar_container {
position: absolute;
left: 50%;
top: 290px;
margin-left: 360px;
height: 600px;
width: 165px;
background: transparent;
background-image:url();
color: #000000;
border: 0px solid #000000;
overflow:auto;}

#Navi1 {
position: absolute;
left: 50%;
top: 500px;
margin-left: -280px;
width:165px;
height:400px;
border: 0px solid #000000;}


#Navi2 {
position: absolute;
left: 50%;
top: 200px;
margin-left: -270px;
width: 1000px;
height:32px;
border: 0px solid #000000;}


kann mir jemand helfen?
Beitrag14.08.2008 um 19:05 (UTC)    
Titel:

hat sich schon erledigt
Beiträge der letzten Zeit anzeigen:   


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