728x90 AdSpace

Latest News

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://blogmuathi.blogspot.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!

[ phần 3] Tạo hiệu ứng khi rê chuột qua menu vbb
  • Title : [ phần 3] Tạo hiệu ứng khi rê chuột qua menu vbb
  • Posted by :
  • Date : 09:17
  • Labels :
  • Blogger Comments
  • Facebook Comments

0 nhận xét:

Đăng nhận xét

Top