08.11.2012, 15:42
wersja skryptu MyBB: 1.6.8
adres forum: EnterPlace.pl
na czym polega problem (screen, opis, komunikaty):
Aktywna strona w menu.
https://webboard.pl/wiki.php?aktywne-zak...w-ipb.html
Nie pomogło.
Moje css od przycisków:
Proszę o info jak zrobić ten tutek tak by był pod te cssy??
adres forum: EnterPlace.pl
na czym polega problem (screen, opis, komunikaty):
Aktywna strona w menu.
https://webboard.pl/wiki.php?aktywne-zak...w-ipb.html
Nie pomogło.
Moje css od przycisków:
Kod:
.przycisk1{
background: url(images/gravityblue/menu1.jpg) repeat-x top;
width:60px;
height:18px;
position:relative;
top:5px;
float: left;
margin-left: 0px;
border-left: 1px solid #f9f9f9;
border-right: 1px solid #f9f9f9;
border-top: 1px solid #f9f9f9;
padding: 6px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.przycisk1:hover{
background: url(images/gravityblue/menu1.jpg) repeat-x top;
width:60px;
height:18px;
position:relative;
top:5px;
float: left;
margin-left: 0px;
border-left: 1px solid #f9f9f9;
border-right: 1px solid #f9f9f9;
border-top: 1px solid #f9f9f9;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.przycisk2{
width: 84px;
height:18px;
position:relative;
top:5px;
float: left;
margin-left: 7px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
padding: 6px;
}
.przycisk2:hover{
background: #3d3d3d;
width: 84px;
height:18px;
position:relative;
top:5px;
float: left;
margin-left: 7px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
Proszę o info jak zrobić ten tutek tak by był pod te cssy??