Suche im Forum:
Suchen


Autor Nachricht
Beitrag03.05.2010 um 12:21 (UTC)    
Titel: Wieso 2x Navi ? HiLFE !

Hallo,

undzwar habe ich ein Problem, habe ebend ein Design erstellt + Navi.. Nun ist aber links nochmal die selbe Navi halt nur Standart.. Wie bekomm ich die da weg ?

Zum anschauen : www.love-soul.de.tl

Vielen Dank schonmal für Antworten !
Beitrag03.05.2010 um 12:36 (UTC)    
Titel:

Seh ich das richtig, du willst die Linke Navi verschwinden lassen und die Rechte behalten ?

Stell mal bitte deinen CSS Code hier rein dann kann ich dir vielleicht helfen, bin zwar jetzt nicht der experte aber ich hab ja auch was zu stande gebracht

www.equitum-ultimorum.de.tl/Burghof.htm


wie gesagt erst mal den css code posten
Beitrag03.05.2010 um 12:41 (UTC)    
Titel:

Genau das mein ich Smile

Hier der CSS Code:

TEXT UEBER DEM DESiGN:

<div id="Mein_Bild"></div>


<div id="textbox">

<p class="ueberschrift">Home</p>

<a href="http://love-soul.de.tl/Willkommen.htm" class="navi2">Home</a>
<a href="http://love-soul.de.tl/-Ue-ber-mich-.--.-.htm" class="navi2">Über mich..</a>
<a href="http://love-soul.de.tl/G.ae.stebuch.htm" class="navi2">Gästebuch</a>
<a href="http://love-soul.de.tl/Kontakt.htm" class="navi2">Kontakt</a>
<a href="http://love-soul.de.tl/Mein-Schatz-.--.-.htm" class="navi2">Mein Schatz</a>
<br>




<p class="ueberschrift">Verschiedenes</p>


<table id="table1" width="100%" border="0"><tbody>
<tr valign="top">
<td style="width: 50%">
<a href="http://love-soul.de.tl/Gedichte.htm" class="navi">Gedichte</a>
<a href="http://love-soul.de.tl/Perlenb.ae.umchen.htm" class="navi">Perlenbäumchen</a>
<a href="http://love-soul.de.tl/Stricksachen.htm" class="navi">Stricksachen</a>
<a href="http://love-soul.de.tl/Nachdenkliches.htm" class="navi">Nachdenkliches</a>


<td style="width: 50%">
<a href="http://love-soul.de.tl/Trennlinien.htm" class="navi">Trennlinien</a>
<a href="http://love-soul.de.tl/Bilder.htm" class="navi">Bilder</a>
<a href="http://www.love-soul.de.tl" class="navi">//</a>
<a href="http://love-soul.de.tl/Sonstiges.htm" class="navi">Sonstiges</a>
</td>
</tr>
</tbody></table>
<br>
<br>





<p class="ueberschrift">Mehr</p>


<table id="table1" width="100%" border="0"><tbody>
<tr valign="top">
<td style="width: 50%">
<a href="http://love-soul.de.tl/Schalke-O4.htm" class="navi">Schalke O4</a>
<a href="http://love-soul.de.tl/Meine-Musik.htm" class="navi">Meine Musik</a>
<a href="http://www.love-soul.de.tl" class="navi">//</a>
<a href="http://www.love-soul.de.tl" class="navi">//</a></td>


<td style="width: 50%">
<a href="http://www.love-soul.de.tl" class="navi">//</a>
<a href="http://www.love-soul.de.tl" class="navi">//</a>
<a href="http://www.love-soul.de.tl" class="navi">//</a>
<a href="http://www.love-soul.de.tl" class="navi">//</a>
</td>
</tr>
</tbody></table>
<br><br>

</div>

<div id="Love-Soul.de.tl">
</div>




CSS-Code
ohne Style Tags:



.ueberschrift{
display: block;
font-family: arial;
font-size: 9pt;
padding-left: 5px;
color: #ffffff;
-moz-border-radius: 3px;
text-shadow: 0px 0px 3px #ffe3e6;
background-image: url('http://i43.tinypic.com/2cej5fq.png');
text-decoration: bold;
text-align: left;
margin-bottom: 6px;
margin-right: 1px;
line-height: 4 px;
letter-spacing: 1px;
border-bottom: 0px solid #e5cdb6;}


.titel{
display: block;
font-family: Edwardian Script ITC;
font-size: 30pt;
padding-left: 5px;
color: #a77efc;
-moz-border-radius: 3px;
text-shadow: 0px 0px 1px #000000;
text-decoration: bold;
text-align: center;
margin-bottom: 6px;
margin-right: 1px;
line-height: 4 px;
letter-spacing: 1px;
padding-top: 6px;
border-bottom: 0px solid #e5cdb6;}

.ueberschrift2{
display: block;
font-family: arial;
font-size: 8pt;
color: #fb80a7;
text-transform: uppercase;
text-decoration: bold;
text-align: left;
margin-bottom: 6px;
margin-right: 1px;
line-height: 4 px;
letter-spacing: 0px;
border-bottom: 1px dashed #fb80a7;}


#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;}
#pre_content {display: none;}
#bling-gb_content {display: none;}
div.header{display: none;}

h2#title{display: none;}
a:link {
color: #cccccc;
font-family: arial;
font-size: 11px;

text-decoration: none;}

a:visited {
font-family: arial;
font-size: 11px;
color: #cccccc;
text-decoration: none;}

a:hover {
color: #a77efc;
font-family: arial;
font-size: 11px;
border-bottom: 0px dotted #fc647d;}



body {
overflow-x: hidden;
background-image: url('http://i41.tinypic.com/2gw8cq8.jpg');

}



*{ padding: 0; margin: 0; }

#Mein_Bild {
margin: 0px;
margin-top: -110px;
width: 1600px;
height:750px;
border:0px;
background-image:url(http://i41.tinypic.com/o3atg.jpg);}


#content {
position: absolute;
left: 590px;
top:604px;
margin-left:-423px;
width: 520px;
padding: 15px;
color: #dfdfdf;
font-family: tahoma;
font-size: 11px;
text-align: justify;
word-spacing: px;
letter-spacing: 1px;
overflow:auto;}





#textbox{
position: absolute;
left:738px;
top:619px;
width: 148px;
background-image:url;
border:0px solid #FFFFFF;
color: #bababa;
font-family: verdana;
font-size: 11px;
word-spacing: 0px;
letter-spacing: 0px;
overflow:auto;}




#hptitel{
position: absolute;
left:574px;
top:130px;
width: 325px;
height: 60px;
background-image:url;
border:0px solid #FFFFFF;
color:#818181;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: justify;
word-spacing: 0px;
letter-spacing: 0px;
overflow:auto;}




#nav_container{
position: absolute;

top:605px;
margin-left: -0px;
high: 100px;
width: 121px;
font-family: Verdana;

border:0px solid #333333;}


::-moz-selection
{
background: #cccccc;
color: #8d52ee;
}

ul#nav{
width: 20px;
padding: 5px;
margin: 5px;}

li.nav_element{
list-style-type: none;
position: relative;
padding:1px;
width: 100px;}

li.nav_element a{
display: block;
width: 100px;
height: 14px;
padding: -2px;
font-weight:;
text-decoration:;
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: right;
word-spacing: 0px;
letter-spacing: 0px;
color: #8d52ee;
background-color:#434343;
background-image:url(xx);
border: px solid color:#ffffff; }



li.nav_element a:hover{
color: #af83f6;
background-color:#434343;
background-image:url(xx);}


A.navi:link, A.navi:active, A.navi:visited {
display: block;
padding-left: 2px;
padding-bottom: 3px;
font-family: arial;
font-size: 10px;
height: 10px;
margin-bottom: 2px;
border-bottom: 1px solid #8d52ee;
border-left: 0px solid #ffc9d5;
border-right: 0px dotted #7C757B;
border-top: 0px dotted #7C757B;
letter-spacing: 1px;
margin-right: 3px;
color: #bababa;
background-color: #393939;
text-align: left;
margin-top: 7px;
line-height: 10px;}

A.navi:hover {
display: block;
padding-left: 2px;
padding-bottom: 3px;
font-family: arial;
font-size: 10px;
height: 10px;
margin-bottom: 2px;
border-bottom: 1px solid #7752ee;
border-left: 0px solid #ffc9d5;
border-right: 0px dotted #7C757B;
border-top: 0px dotted #7C757B;
letter-spacing: 1px;
margin-right: 3px;
color: #ffffff;
text-shadow: #ffffff 0px 0px 4px;
background-color: #393939;
text-align: left;
line-height: 10px;}

A.navi2:link, A.navi2:active, A.navi2:visited {
display: block;
padding-top: 7px;
padding-left: 5px;
-moz-border-radius: 3px;
font-family: Arial;
margin-left: 2px;
margin-top: 2px;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 1px;
border-bottom: 0px solid #ff94ab;
border-left: 0px solid #DAE2E8;
border-right: 0px solid #C8CFD5;
background-color: #3e3e3e;
height: 20px;
border-top: 0px solid #DAE2E8;
color: #ffffff;
}

A.navi2:hover {
display: block;
padding-top: 7px;
padding-left: 5px;
-moz-border-radius: 3px;
font-family: Arial;
margin-left: 2px;
margin-top: 2px;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 1px;
border-bottom: 0px solid #ff94ab;
border-left: 0px solid #DAE2E8;
border-right: 0px solid #C8CFD5;
background-color: #414141;
height: 20px;
text-shadow: #ffffff 0px 0px 4px;
border-top: 0px solid #DAE2E8;
color: #ffffff;
}
Beitrag03.05.2010 um 13:46 (UTC)    
Titel:

Kannst du vllt. nochmal das CSS Design einblenden?
Sonst würde ich dir jetzt mal spontan diesen Code raten:
Zitat:
#nav_container{
display:none;}
mfg Dominik
______________
Besucht die offizielle Hilfeseite vom Homepage-Baukasten:

Iceblue Generator | Red Generator | Butterfly Generator
Beitrag03.05.2010 um 13:58 (UTC)    
Titel:

Okay hab es jetzt nochmal drin. Wo genau muss der Code hin ?
Beitrag03.05.2010 um 14:05 (UTC)    
Titel:

ok, wie gesagt ich bin kein experte, aber ich würde nach dem prinzip versuch und Irrtum vorgehen und nach und nach alle Textblöcke im Css code die mit nav beschriftet sind einmal markieren dann strg+c im dem zwischenspeicher nehmen und dann löschen und speichern und sehen was passiert, wenn sich was geändert hat was du nicht willst dann einfach wider in den code rein gehen und an der stelle wo es war strg+v drücken um den Block an dieser stelle wider ein zufügen. die die mit nav... hover beschriftet sind brauchst du nicht auf diese weise zu testen dass sien die so genannten Mouse over effekt also die alternatieven button darstellungen wenn man mit der Maus drüber fährt

ok dass war alles was ich dir dazu sagen kann aber vielleicht meldet sich ja noch jemand wie GRINGO zu wort , oder einer der anderen Craks die könnten dir sicher genau sagen was weg mus aber so lange die nicht da sind würd ich so vorgehen wie ichs dir gesagt hab

Grüße
Beitrag03.05.2010 um 14:07 (UTC)    
Titel:

Vielen Dank an euch für die Antworten Smile Habs hinbekommen, danke für den Code "der-bielefeld-club" ! Hat geklappt.

LG
Beitrag03.05.2010 um 14:08 (UTC)    
Titel:

Okay Wink
Danke für die Rückmeldung!

mfg Dominik
______________
Besucht die offizielle Hilfeseite vom Homepage-Baukasten:

Iceblue Generator | Red Generator | Butterfly Generator
Beiträge der letzten Zeit anzeigen:   


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