Лучший Ответ Kess , 02 October 2013 - 05:57
Try to change your CSS modifications to this
.tm-noblog #ui-id-1.ui-autocomplete {
top: 78px !important;
}
.tm-noblog #ui-id-1.ui-autocomplete.fx {
position: fixed;
top: 49px !important;
}
Also I removed frontpage support because we'll hopefully remove sticky from there.
I've noticed that the <body> has .tm-noblog class on all pages except frontpage. Let's use it to disable sticky header there:
if (_rys(this).scrollTop() > 120) {
_rys('.tm-noblog #fixedheader').addClass("headerbar");
_rys('.tm-noblog #ui-id-1').addClass("fx");
} else {
_rys('.tm-noblog #fixedheader').removeClass("headerbar");
_rys('.tm-noblog #ui-id-1').removeClass("fx");
}
Перейти к сообщению


Тема закрыта








