Suche im Forum:
Suchen


Autor Nachricht
Beitrag05.01.2013 um 21:56 (UTC)    
Titel: tranparent weiß aus den navi entfernen

huhu leute habe mein navi jetzt nee andere farbe gegeben. jedoch ist uber der farbe ein weiß tranparent vordergrund drauf. wie entferne ich diesen????

hier mal nee zeichung
http://img.webme.com/pic/t/test-twardygrosz2/unbenannt.jpg

thx im vorraus
Beitrag06.01.2013 um 18:50 (UTC)    
Titel:

push

bitte helft mir bin am verzweifeln
Beitrag06.01.2013 um 19:24 (UTC)    
Titel:

es würde mir auch schon reichen wenn der dunkelblaue streifen unter der navi weg wäre. siehe dazu bild posting 1
Beitrag06.01.2013 um 19:30 (UTC)    
Titel:

lese dir hier mal im bereich die sachen zum design clean durch. sicher findest du dann auch die lösung.

gruss gringo
______________
Mein Youtube Kanal | Standard-Designs als Red Design ohne rechte Boxen | Tips zum Design Professionell



Zuletzt bearbeitet von 6p-iceblue am 06.01.2013, 20:41, insgesamt einmal bearbeitet
Beitrag06.01.2013 um 19:32 (UTC)    
Titel:

Vielleicht wärst du auch noch so nett und würdest und die Seite preisgeben um die es sich handelt. Ich war auf deiner Seite mit der du hier im Forum geschrieben hast und leider sehe ich nichts davon, was ich auf dem Bild sehe Wink
Beitrag06.01.2013 um 19:33 (UTC)    
Titel:

Beitrag06.01.2013 um 19:35 (UTC)    
Titel:

hallo 6p-iceblue.de.tl

wo soll ich denn was lesen. steh auf dem schlauch Very Happy
Beitrag06.01.2013 um 19:36 (UTC)    
Titel:



Zuletzt bearbeitet von 6p-iceblue am 06.01.2013, 20:40, insgesamt 2-mal bearbeitet
Beitrag06.01.2013 um 19:41 (UTC)    
Titel:

wo füge ich den code denn ein. hab den einfach beim text über dem design eigefügt aber leider klappt das nicht
Beitrag06.01.2013 um 19:50 (UTC)    
Titel:

hast du das korrekt zwischen styletags eingefügt?

im code sieht es mir an einer stelle nicht so aus.

gruss gringo
______________
Mein Youtube Kanal | Standard-Designs als Red Design ohne rechte Boxen | Tips zum Design Professionell

Beitrag06.01.2013 um 19:54 (UTC)    
Titel:

<style type="text/css">
<!--
#access li:hover > a,#access a:focus{
background-color: #8B8B8B!important;
}
-->
</style>
Beitrag06.01.2013 um 19:58 (UTC)    
Titel:

aber eigl. ist das auch nicht den code den ich suche.
denn will entweder diese dunkelblaue leiste weg haben oder das ganze navi dunkelblau haben. der code ist ja zum verändern aber dadurch sind beide varianten nicht behoben. wie ich die farbe ändere weiß ich
Beitrag06.01.2013 um 20:03 (UTC)    
Titel:

der code und das hier:

http://clean-test.de.tl/Navi-oben-anpassen.htm

sollte dir helfen. allerdings solltest du nicht codes doppelt drin haben.

beginne am besten nochmal von vorn.

gruss gringo
______________
Mein Youtube Kanal | Standard-Designs als Red Design ohne rechte Boxen | Tips zum Design Professionell

Beitrag06.01.2013 um 20:12 (UTC)    
Titel:

hab ich doch. mit dem code konnte ich ja alles ändern. hier mal der code:

hab mal beides dick markiert

<style type="text/css">
<!--
#main h1 { display: none; }
#inner-claim{
display:none!important; }
#masthead{
background: url() transparent!important;
padding: 0px!important;
margin-bottom: 20px!important; }
#inner-masthead{
margin: 0px!important; }
-->
</style>

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

/* Menü-Button */
#access li a {
color: #000000;
font-size: 15px;
; }

/* HOVER Button */
#access li a:hover {
color: brown;
background-color: #FFFFB2; }

/* Unterseiten im Menü */
#access ul ul li a {
color: black;
font-size: 14px !important;
background-color: orange; }

/* HOVER Unterseiten */
#access ul ul li a:hover {
color: brown;
background-color: orange; }

-->
</style>


<style type="text/css">
<!--
/* Original-Box Hintergrundfarbe weiß */
#sidebar {
background-color: #FFFFFF!important;
}

/* Aussehen neue Boxen */
.boxen {
width: 90%;
min-height: 100px;
padding: 10px;
margin: 0px 0px 20px 0px;
backgroundcolor: #eee;
border: 1px solid #ccc;
overflow: hidden;
}

/* Aussehen Balken mit Ueberschrift */
.boxen h2 {
background-color: #2B71BE;
color: white;
font-size: 14px;
margin: -10px 0px 20px -25px;
width: 225px;
padding-left: 30px;
box-shadow: 3px 5px 10px 5px #bbb;
}
-->
</style>

<style type="text/css">
<!--
#access {
background-color: #2B71BE; }
-->
</style>

<style type="text/css">
<!--
#access li:hover > a,#access a:focus{
background-color: #8B8B8B!important;
}
-->
</style>
Beitrag06.01.2013 um 20:24 (UTC)    
Titel:

twardygrosz hat Folgendes geschrieben:
hab ich doch. mit dem code konnte ich ja alles ändern. hier mal der code:

hab mal beides dick markiert

<style type="text/css">
<!--
#main h1 { display: none; }
#inner-claim{
display:none!important; }
#masthead{
background: url() transparent!important;
padding: 0px!important;
margin-bottom: 20px!important; }
#inner-masthead{
margin: 0px!important; }
-->
</style>

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

/* Menü-Button */
#access li a {
color: #000000;
font-size: 15px;
; }

/* HOVER Button */
#access li a:hover {
color: brown;
background-color: #FFFFB2; }

/* Unterseiten im Menü */
#access ul ul li a {
color: black;
font-size: 14px !important;
background-color: orange; }

/* HOVER Unterseiten */
#access ul ul li a:hover {
color: brown;
background-color: orange; }

-->
</style>


<style type="text/css">
<!--
/* Original-Box Hintergrundfarbe weiß */
#sidebar {
background-color: #FFFFFF!important;
}

/* Aussehen neue Boxen */
.boxen {
width: 90%;
min-height: 100px;
padding: 10px;
margin: 0px 0px 20px 0px;
backgroundcolor: #eee;
border: 1px solid #ccc;
overflow: hidden;
}

/* Aussehen Balken mit Ueberschrift */
.boxen h2 {
background-color: #2B71BE;
color: white;
font-size: 14px;
margin: -10px 0px 20px -25px;
width: 225px;
padding-left: 30px;
box-shadow: 3px 5px 10px 5px #bbb;
}
-->
</style>

<style type="text/css">
<!--
#access {
background-color: #2B71BE; }
-->
</style>

<style type="text/css">
<!--
#access li:hover > a,#access a:focus{
background-color: #8B8B8B!important;
}
-->
</style>
Beiträge der letzten Zeit anzeigen:   


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