04.11.2012, 11:37
wersja skryptu MyBB: 1.6.8
adres forum: www.4films.pl
na czym polega problem (screen, opis, komunikaty):
Witam, chciałbym zmienić nawigację tematów na taką: http://ss-host.pl/images/1uru.png
Zmieniłem w .css classe navigation, ale nie działa, obrazki również dobrze wgrałem.
global.css
adres forum: www.4films.pl
na czym polega problem (screen, opis, komunikaty):
Witam, chciałbym zmienić nawigację tematów na taką: http://ss-host.pl/images/1uru.png
Zmieniłem w .css classe navigation, ale nie działa, obrazki również dobrze wgrałem.
global.css
Kod:
#navigation {
background: #efefef url(images/trow.png) top repeat-x;
height: 30px;
line-height: 30px;
border: solid 1px #cacaca;
border-radius: 5px;
padding-left: 2px;
margin-top: 60px;
margin-bottom: 20px;
font-family: Arial;
font-size: 11px;
}
#navigation li {
list-style-type: none;
float: left;
padding-left: 5px;
}
#navigation a {
background: url(images/separator.png) no-repeat right;
color: #adadad;
height: 30px;
display: block;
padding-right: 10px;
text-shadow: 1px 1px 0px #fff;
text-decoration: none;
}
#navigation a:hover {
color: #1f132a;
}
#navigation .active {
color: #211529;
}