phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

FAQFAQ - PIERWSZA POMOC!!  regulaminREGULAMIN  SzukajSZUKAJ  UżytkownicyUżytkownicy  GrupyGrupy  StatystykiStatystyki
RejestracjaRejestracja  ZalogujZaloguj  DownloadDownload  katalog Forów DyskusyjnychKatalog Forów   FAQ Video tutoriale

Poprzedni temat «» Następny temat
[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: 742
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 :roll:
 
     
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 :) ;)
 
     
Wyświetl posty z ostatnich:   
Odpowiedz do tematu
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

Skocz do:  

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
Strona wygenerowana w 0,07 sekundy. Zapytań do SQL: 12
Polecane serwisy

Najlepsze oprogramowanie do prowadzenia sklepu internetowegoNajlepszy program do sklepu firmowany przez Przem'a

Sklep z gadżetami

mediaclick.pl

serwis laptopów

phpbb

Polisy Ubezpieczeniowe TU Europa

Design Cart - Tworzenie sklepu internetowego

dnirozwoju.pl

Ranking Hostingów HostingOnline.pl

• Zamów reklamę