Jump to content

Featured Replies

Как опустить сие чудо ниже(не знаю как называется)? для наглядности о чем речь скрин

post-2889-0-81585300-1365092669_thumb.jp

как выглядит у меня

FinalFrontier.zip

стиль стандартный чууть перекрашеный версия 333

ps за название темы не бейте, я не знаю как эта штука называется :)

Link to comment
https://ipbmafia.ru/topic/1834-zagruzka/
Share on other sites

В ipb_styles.css за это отвечает #ajax_loading

Думаю разберёшься как подвинуть :)

Link to comment
https://ipbmafia.ru/topic/1834-zagruzka/?&do=findComment&comment=11671
Share on other sites

Найти нашел но как пододвинуть еще не понял :))


#ajax_loading {

background: #95C715;

background: -moz-linear-gradient(top, #95C715 0%, #7BA60D 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95C715), color-stop(100%,#7BA60D));

background: linear-gradient(top, #95C715 0%,#7BA60D 100%);

border: 1px solid #7BA60D;

color: #fff;

text-align: center;

padding: 5px 0 8px;

width: 8%;

top: 0px;

left: 46%;

-moz-border-radius: 0 0 5px 5px;

-webkit-border-bottom-right-radius: 5px;

-webkit-border-bottom-left-radius: 5px;

border-radius: 0 0 5px 5px;

z-index: 10000;

position: fixed;

-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2), inset 0px -1px 0px rgba(255,255,255,0.2);

-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2), inset 0px -1px 0px rgba(255,255,255,0.2);

box-shadow: 0px 3px 5px rgba(0,0,0,0.2), inset 0px -1px 0px rgba(255,255,255,0.2);

}

Link to comment
https://ipbmafia.ru/topic/1834-zagruzka/?&do=findComment&comment=11688
Share on other sites

top: 0px;

Элементарно же

Link to comment
https://ipbmafia.ru/topic/1834-zagruzka/?&do=findComment&comment=11689
Share on other sites

top: 0px;

Элементарно же

я пробывал ставил top: 10px;

что то не изменилось не чего

однако надо было побольше и кэш обновить ;)

спасибо за наводку.

Edited by alcone

Link to comment
https://ipbmafia.ru/topic/1834-zagruzka/?&do=findComment&comment=11691
Share on other sites

Значит поставь 200px для примера и смотри, если опять не изменится ничего, поменяй


position: fixed;
На

position: absolute;
[/code]

Link to comment
https://ipbmafia.ru/topic/1834-zagruzka/?&do=findComment&comment=11694
Share on other sites
Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.