Hallo Menschen, ich versuche heute schon den ganzen Tag vergeblich auf meinem Blog ( http://fucksteufelswild.de/ ) unter den Header eine eigenen Navbar zu erstellen. Nun füge ich in meinen dafür erstellten container im style.css die bild url dazu ein. Allerdings wird das einfach nicht angezeigt. Aber auch wenn ich meinen hintergrund oder den header ändern möchte kann ich das nicht im style.css machen sondern muss sie in der head.php ändern.. woran kann das denn liegen? :/
/* @group Navigation
-------------------------------------------------------------- */
.menu-menu-container {
background: url(http://fucksteufelswild.de/wp-content/upl…13/08/nav.png);
width: 950px;
height: 85px;
position: absolute;
margin-left: -56px;
top: 330px;
z-index: 10;
}
.menu {
padding-top: 14px;
clear: both;
}
.menu ul {
margin: 0;
padding: 0;
clear: both;
border: 0;
}
.menu li {
background: transparent;
float: left;
list-style: none;
padding: 0 !important;
clear: none !important;
}
.menu li a {
display: block;
height: 23px;
border: 0;
padding: 0;
margin-top: 13px;
margin-left: 32px;
text-indent: -10000px;
}
.menu li.first a {
margin-left: 122px;
}
/*.menu li.last a {
width: 116px;
}*/
.menu li.news a { background-image: url(http://fucksteufelswild.de/wp-content/upl…/nav_news.gif); width: 92px; }
.menu li.info a { background-image: url(images/nav_info.gif); width: 52px; }
.menu li.gallery a { background-image: url(images/nav_gallery.gif); width: 93px; }
.menu li.merch a { background-image: url(images/nav_merch.gif); width: 72px; }
.menu li.network a { background-image: url(images/nav_network.gif); width: 110px; }
.menu li.contact a { background-image: url(images/nav_contact.gif); width: 105px; }
/*.menu li a:hover,
.menu li a:focus {
background-color: transparent !important;
background-position: 0 -70px;
}*/
/* eNd */
/* @group Entry