Jump to content

Featured Replies

comment_33773

Ребята как закрепить на этом шаблоне панель пользователя вверху форума 

в ipb_style.css найти: 

#user_navigation {

добавить в него:

position: fixed;
  • Author
comment_33774

 

в ipb_style.css найти: 

#user_navigation {

добавить в него:

position: fixed;

Вот нашел #user_navigation {

float: left;
color: #9f9f9f;
text-shadow: -1px -1px 1px rgba(0,0,0,0.55);
font-size: 12px;
line-height: 36px;
height: 36px;
overflow: hidden;
}
 

а куда вписывать position: fixed;

Подскажите плиз новичку:)

comment_33775
#user_navigation {
float: left;
color: #9f9f9f;
text-shadow: -1px -1px 1px rgba(0,0,0,0.55);
font-size: 12px;
line-height: 36px;
height: 36px;
overflow: hidden;
position: fixed;
}
  • Author
comment_33776
#user_navigation {
float: left;
color: #9f9f9f;
text-shadow: -1px -1px 1px rgba(0,0,0,0.55);
font-size: 12px;
line-height: 36px;
height: 36px;
overflow: hidden;
position: fixed;
}

нечего не выходит прошу помощь вот ссылка на css не СПАМ,НЕ РЕКЛАМА

Guest
This topic is now closed to further replies.

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

  • No registered users viewing this page.