To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

Ogólna pomoc dotycząca stylów - [Problem] Przenieść wyżej

IceTeA. - 18-07-2017, 14:55
Temat postu: [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

luk19952 - 19-07-2017, 01: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. - 19-07-2017, 18:26

Nadal nic, ciąg dalszy to samo :roll:
shanonWEB - 19-07-2017, 20: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. - 20-07-2017, 11:32

Dobra działa, wielkie dzięki :) ;)


Powered by phpBB modified by Przemo © 2003 phpBB Group