Headlink nicht durchgängig eingefärbt.

Thorben

Aktives Mitglied
30. November 2014
9
0
Guten Abend.

Ich benutze z.Z. das Lucid Template, wollte aber gerne ein paar Abstände verändern.
Nachdem nun meine Abstände so eingerichtet sind, wie ich es mir vorgestellt habe, habe ich nun in der Leiste der Headlinks ( in meinem Fall Startseite, Mein Konto, News, Kontakt und Warenkob) einen weissen Balken zwischen Warenkorb und Kontakt.
Wenn ich eine weitere Kategorie anlege, verkleinert sich der weisse Bereich.
Wie kann ich es ändern, dass der gesamte Bereich, unabhängig der Anzahl der Kategorien, eingefärbt bleibt.

Code:
#headlinks, #headlinks.active { background: transparent url(images/main_backgrounds.png) no-repeat top left; height:15px; border: none; }
#headlinks ul li > a, #headlinks ul li > a:hover, #headlinks li.basket > a, #headlinks li.basket > a:hover { background-color: transparent;  margin: 0; padding: 0 0 0 10px; -moz-border-radius: 0; border-radius: 0; }
#headlinks li { padding: 0; }
#speciallinks { display: none; }
#headlinks_wrapper { margin-left: 0; }
.form fieldset select, .form fieldset textarea, .form fieldset input[type="text"], .form fieldset input[type="password"] { font-size: 1em; }
#styled_view li.gallery { width: 32.9%; }

/* Base Styles */
.page_width { width: 980px; }
body { color: #444; background: #F4F4F4 url(images/page_bg.jpg) repeat-x top left; }
#page { background: transparent none; }
#content { background: #fff; border: 1px solid #ccc; padding: 10px; -moz-border-radius:5px 5px 5px 5px; }
.sidebox { background: #fff; }
a, a:visited, a:link { color: #666; }
a:hover, a:focus { color: #fc7f20; }
h1, h2 { text-transform: uppercase; }
#breadcrumb, #breadcrumb a { color: #999; }
#logo a { position:relative; display: block; margin-top: 5px; z-index: 999; }
#logo img { position: inherit; top: 0; }
#headlinks ul li > a, .sidebox h3, .sidebox .boxtitle { font: 12px "Trebuchet MS", sans-serif; font-weight: bold;  color: #fff !important; text-transform:uppercase; text-shadow:0 0 2px #AC5F24; }
#page_wrapper { margin-top: 50px; }

/* Eigene Header-Styles */

#header, #header_wrapper { height: 120px; position: relative; }
#style, #settings { top: 15px; right: 300px;  }

/* Suche */
#search { background:none repeat scroll 0 0 transparent; padding:0; position:relative; text-align:right; top:-100%; }
#search-form { width:300px; padding-right:10px; position:absolute; right:0; top:0; height: 40px; padding: 15px 0 0 0; }
#search input[type="text"], #submit_search { vertical-align: top; }
#search input[type="text"] { width:180px; border: none; background: transparent url(images/search_input_bg.png) top left no-repeat; height: 25px; line-height: 25px; padding: 0 10px; }
#submit_search { width: 76px; border: none; background: transparent url(images/search_button_bg.png) top left no-repeat; height: 25px; line-height: 25px; padding: 0 20px 0 0px; font-size: 12px; }
#submit_search:hover span, #submit_search:focus span { text-decoration: underline; }

/* Headlinks */
#headlinks ul li > a, #headlinks ul li > a > span { line-height: 48px; height: 48px; display: block; }
#headlinks ul li > a, #headlinks ul li.basket { background: transparent url(images/main_backgrounds.png) repeat-y 0 144px; padding-right: 0; }
#headlinks ul li > a:hover, #headlinks ul li > a:focus, #headlinks ul li.current > a { background-position: 0 96px !important; }

#headlinks ul li.first > a { background-position: top left; }
#headlinks ul li.first > a:hover, #headlinks ul li.first > a:focus, #headlinks ul li.first.current > a { background-position: 0 192px !important; }
#headlinks ul li > a > span { padding-right: 10px; }

#headlinks ul li.basket { position: relative; left: -10px; background-position: 9px 144px; }
#headlinks ul li.basket > a, #headlinks ul li.basket > a:hover { padding-left: 10px; position: relative; left: 10px; background: transparent url(images/main_backgrounds.png) top right !important; }
#headlinks li.basket.items > a { padding-right: 0; }
#headlinks ul li.basket > a > span { padding-left: 20px; background: transparent url(images/cart.png) no-repeat 0px 15px; }
#headlinks ul li.basket > a:hover, #headlinks ul li.basket > a:focus, #headlinks ul li.basket.current > a { background-position: right 192px !important; }

#headlinks li.basket div { top: 48px; }
#headlinks li.basket div.articles { border-color: #ccc; right: -10px; -moz-border-radius:5px 5px 5px 5px; }

/* Sidepanels */
.panel_left #sidepanel_left { width: 200px; }
.panel_left #content { margin-left: 210px; }
.panel_right #content { margin-right:210px; }

.sidebox { border: none; }
.sidebox h3, .sidebox .boxtitle { background: transparent url(images/main_backgrounds.png) 0 288px repeat-y; border: none; }
.sidebox .sidebox_content { border: 1px solid #ccc; border-top: none; }
 

blackgren

Gut bekanntes Mitglied
1. Februar 2011
370
21
AW: Headlink nicht durchgängig eingefärbt.

Mit nem Link zum Shop wäre es einfacher zu helfen.

VG
 

blackgren

Gut bekanntes Mitglied
1. Februar 2011
370
21
AW: Headlink nicht durchgängig eingefärbt.

Also hier schaut alles gut aus.

2015-01-04_22-12-41.jpg
 

Anhänge

  • 2015-01-04_22-12-41.jpg
    2015-01-04_22-12-41.jpg
    67 KB · Aufrufe: 22

Dalibor Josic

Sehr aktives Mitglied
22. Dezember 2014
1.188
144
Gaildorf
AW: Headlink nicht durchgängig eingefärbt.

Jepp. Kann auch nicht erkennen was für ein Problem du hast.

Unbenannt.jpg
 

Anhänge

  • Unbenannt.jpg
    Unbenannt.jpg
    33,2 KB · Aufrufe: 10

Thorben

Aktives Mitglied
30. November 2014
9
0
AW: Headlink nicht durchgängig eingefärbt.

Hat sich erledigt.
Danke für die schnellen Antworten 🙂
 

Conny

Sehr aktives Mitglied
7. September 2009
571
61
AW: Headlink nicht durchgängig eingefärbt.

und wie hast du dein Problem gelöst ?
 

Ähnliche Themen