Help Kéo dài thanh selected tap

[VNXF] Theme Digital – Sự lựa chọn hoàn hảo cho diễn đàn công nghệ hiện đại

chaien

Private
Bạn nào chỉ mình kéo dài thanh selected tap cho bằng với thanh Navigation tap container với nhé


Untitled.png
 
  • Like
Reactions: THB
Bạn nào chỉ mình kéo dài thanh selected tap cho bằng với thanh Navigation tap container với nhé


View attachment 10703
Vào templ....

Tìm đoạn css sau :
Mã:
.navTabs .navTab.selected .tabLinks
{
xxxxxxxxx
}

thay bằng đoạn sau :
Mã:
.navTabs .navTab.selected .tabLinks
{
    background-color: rgb(101,169,209);
    background-repeat: repeat-x;
    background-position: top;
    width: 110%;
    padding: 0;
    border: none;
    overflow: hidden;
    zoom: 1;
    position: absolute;
    left: -30px;
    top: 47px;
    height: 45px;
    background-position: 0px -45px;
    *
    clear:expression(style.width = document.getElementById('navigation').offsetWidth + 'px', style.clear = "none", 0);
}

2016-04-09_205454.jpg
 
Vào templ....

Tìm đoạn css sau :
Mã:
.navTabs .navTab.selected .tabLinks
{
xxxxxxxxx
}

thay bằng đoạn sau :
Mã:
.navTabs .navTab.selected .tabLinks
{
    background-color: rgb(101,169,209);
    background-repeat: repeat-x;
    background-position: top;
    width: 110%;
    padding: 0;
    border: none;
    overflow: hidden;
    zoom: 1;
    position: absolute;
    left: -30px;
    top: 47px;
    height: 45px;
    background-position: 0px -45px;
    *
    clear:expression(style.width = document.getElementById('navigation').offsetWidth + 'px', style.clear = "none", 0);
}

View attachment 10706
Bạn ơi nó bị mất phần selected tap sub-link rồi. lấy lại chổ nào bạn?
 
ko hieu ban sua the nao khoi phuc lai templ ban vua sua la dc
 
Back
Top