|
|
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo
|
|
[Problem] Przenieść wyżej |
Autor |
Wiadomość |
IceTeA.
Posty: 63
|
Wysłany: 18-07-2017, 13:55 [Problem] Przenieść wyżej
|
|
|
Witam,
Czy dałoby radę zaznaczone na screenie na kolor pomarańczowy te belki przenieść troszkę wyżej? Potrzebuję to przenieść z tego względu, że napisy zaznaczone w kółeczku w kolorze czerwonym przeszkadzają żeby klikać w np. ,,Stronę Główną".
Strona forum: uc.xaa.pl
Użytkownik testowy: Tester
Hasło użytkownika: test123 |
|
|
|
|
Gadatliwa Kasia
|
|
|
|
luk19952
Pomógł: 129 razy Posty: 743
|
Wysłany: 19-07-2017, 00:55
|
|
|
Witaj.
W pliku menu.css
Kod: | .glowna{width:118px;height:25px;background:url(images/glowna.png) no-repeat;position:relative;top:15px;float:left;margin-left:25px}.glowna:hover{width:118px;height:25px;background:url(images/glowna_hover.png) no-repeat;position:relative;top:15px;float:left;margin-left:25px}.grupy{width:118px;height:25px;background:url(images/grupy.png) no-repeat;position:relative;top:15px;float:left;margin-left:20px}.grupy:hover{width:118px;height:25px;background:url(images/grupy_hover.png) no-repeat;position:relative;top:15px;float:left;margin-left:20px}.user{width:118px;height:25px;background:url(images/user.png) no-repeat;position:relative;top:15px;float:left;margin-left:20px}.user:hover{width:118px;height:25px;background:url(images/user_hover.png) no-repeat;position:relative;top:15px;float:left;margin-left:20px}.search{width:118px;height:25px;background:url(images/szukaj.png) no-repeat;position:relative;top:15px;float:left;margin-left:20px}.search:hover{width:118px;height:25px;background:url(images/szukaj_hover.png) no-repeat;position:relative;top:15px;float:left;margin-left:20px}.amxbans{width:118px;height:25px;background:url(images/amxbans.png) no-repeat;position:relative;top:15px;float:left;margin-left:20px}.amxbans:hover{width:118px;height:25px;background:url(images/amxbans_hover.png) no-repeat;position:relative;top:15px;float:left;margin-left:20px} |
Zamień:
Kod: | .glowna{width:118px;height:25px;background:url(images/glowna.png) no-repeat;position:relative;bottom:25px;float:left;margin-left:25px}.glowna:hover{width:118px;height:25px;background:url(images/glowna_hover.png) no-repeat;position:relative;bottom:25px;float:left;margin-left:25px}.grupy{width:118px;height:25px;background:url(images/grupy.png) no-repeat;position:relative;bottom:25px;float:left;margin-left:20px}.grupy:hover{width:118px;height:25px;background:url(images/grupy_hover.png) no-repeat;position:relative;bottom:25px;float:left;margin-left:20px}.user{width:118px;height:25px;background:url(images/user.png) no-repeat;position:relative;bottom:25px;float:left;margin-left:20px}.user:hover{width:118px;height:25px;background:url(images/user_hover.png) no-repeat;position:relative;bottom:25px;float:left;margin-left:20px}.search{width:118px;height:25px;background:url(images/szukaj.png) no-repeat;position:relative;bottom:25px;float:left;margin-left:20px}.search:hover{width:118px;height:25px;background:url(images/szukaj_hover.png) no-repeat;position:relative;bottom:25px;float:left;margin-left:20px}.amxbans{width:118px;height:25px;background:url(images/amxbans.png) no-repeat;position:relative;bottom:25px;float:left;margin-left:20px}.amxbans:hover{width:118px;height:25px;background:url(images/amxbans_hover.png) no-repeat;position:relative;bottom:25px;float:left;margin-left:20px} |
|
|
|
|
|
IceTeA.
Posty: 63
|
Wysłany: 19-07-2017, 17:26
|
|
|
Nadal nic, ciąg dalszy to samo |
|
|
|
|
shanonWEB
Pomógł: 10 razy Posty: 147
|
Wysłany: 19-07-2017, 19:12
|
|
|
znajdź:
Kod: | .glowna {
width:118px;
height:25px;
background:url(images/glowna.png) no-repeat;
position:relative;
float:left;
margin-left:25px
}
.glowna:hover {
width:118px;
height:25px;
background:url(images/glowna_hover.png) no-repeat;
position:relative;
top:15px;
float:left;
margin-left:25px
}
.grupy {
width:118px;
height:25px;
background:url(images/grupy.png) no-repeat;
position:relative;
top:15px;
float:left;
margin-left:20px
}
.grupy:hover {
width:118px;
height:25px;
background:url(images/grupy_hover.png) no-repeat;
position:relative;
top:15px;
float:left;
margin-left:20px
}
.user {
width:118px;
height:25px;
background:url(images/user.png) no-repeat;
position:relative;
top:15px;
float:left;
margin-left:20px
}
.user:hover {
width:118px;
height:25px;
background:url(images/user_hover.png) no-repeat;
position:relative;
top:15px;
float:left;
margin-left:20px
}
.search {
width:118px;
height:25px;
background:url(images/szukaj.png) no-repeat;
position:relative;
top:15px;
float:left;
margin-left:20px
}
.search:hover {
width:118px;
height:25px;
background:url(images/szukaj_hover.png) no-repeat;
position:relative;
top:15px;
float:left;
margin-left:20px
}
.amxbans {
width:118px;
height:25px;
background:url(images/amxbans.png) no-repeat;
position:relative;
top:15px;
float:left;
margin-left:20px
}
.amxbans:hover {
width:118px;
height:25px;
background:url(images/amxbans_hover.png) no-repeat;
position:relative;
top:15px;
float:left;
margin-left:20px
} |
zmień na:
Kod: | .glowna {
width:118px;
height:25px;
background:url(images/glowna.png) no-repeat;
position:relative;
float:left;
margin-left:25px
}
.glowna:hover {
width:118px;
height:25px;
background:url(images/glowna_hover.png) no-repeat;
position:relative;
float:left;
margin-left:25px
}
.grupy {
width:118px;
height:25px;
background:url(images/grupy.png) no-repeat;
position:relative;
float:left;
margin-left:20px
}
.grupy:hover {
width:118px;
height:25px;
background:url(images/grupy_hover.png) no-repeat;
position:relative;
float:left;
margin-left:20px
}
.user {
width:118px;
height:25px;
background:url(images/user.png) no-repeat;
position:relative;
float:left;
margin-left:20px
}
.user:hover {
width:118px;
height:25px;
background:url(images/user_hover.png) no-repeat;
position:relative;
float:left;
margin-left:20px
}
.search {
width:118px;
height:25px;
background:url(images/szukaj.png) no-repeat;
position:relative;
float:left;
margin-left:20px
}
.search:hover {
width:118px;
height:25px;
background:url(images/szukaj_hover.png) no-repeat;
position:relative;
float:left;
margin-left:20px
}
.amxbans {
width:118px;
height:25px;
background:url(images/amxbans.png) no-repeat;
position:relative;
float:left;
margin-left:20px
}
.amxbans:hover {
width:118px;
height:25px;
background:url(images/amxbans_hover.png) no-repeat;
position:relative;
float:left;
margin-left:20px
} |
Po wszystkim zastosuj się do tego poradnika -> http://www.przemo.org/php...ic.php?p=791497
IceTeA., sposób luk19952 też działa tylko trzeba usunąć ciasteczka dla wszystkich lub tylko dla siebie (dla siebie-> CTRL+F5 lub wejść z przeglądarki typu "anonim") |
|
|
|
|
IceTeA.
Posty: 63
|
Wysłany: 20-07-2017, 10:32
|
|
|
Dobra działa, wielkie dzięki |
|
|
|
|
|
Nie możesz pisać nowych tematów Nie możesz odpowiadać w tematach Nie możesz zmieniać swoich postów Nie możesz usuwać swoich postów Nie możesz głosować w ankietach Nie możesz załączać plików na tym forum Możesz ściągać załączniki na tym forum
|
Dodaj temat do Ulubionych Wersja do druku
|
Kopiowanie wszelkich treści zawartych na forum, modyfikacji oraz instrukcji bez zgody administracji i autorów tematów/postów zabronione!
Powered by phpBB modified by Przemo © 2003 phpBB
|