Thứ Hai, 6 tháng 8, 2012

[ phần 3] Tạo hiệu ứng khi rê chuột qua menu vbb


Nếu bạn nào có hứng thú với menu kiểu này thì Hôm nay mình xin hướng dẩn các bạn làn nhé

Demo: http://kenhdaihoc.com



Hướng dẩn
Vào template vbulletin-chrome.css
Tìm: .navtabs li a.navtab:hover {

Thau đoạn code 


.navtabs li a.navtab:hover {
background:transparent url(themes/styleorigin/gradients/selected-tab-gradient-with-top-alpha.png) repeat-x   0 -4px;
        _background-image:none;
/*color:rgb(0, 0, 0);*/
color:rgb(255, 255, 255);
}

Thành

.navtabs li a.navtab:hover {
background: #FFA54F;
        color: white;
        text-decoration: none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

Chúc thành công!

Không có nhận xét nào:

Đăng nhận xét