Posted by kukung | File under : ,
Đây là các code trong css để tùy biến tab, cách sử dụng css xem bài này http://gachvoz.blogspot.com/2012/01/lam-firefox-trong-suot-khong-can-cai.html

Code thiết lập độ rộng mặc định tab

/* Fixed width Tabs*/
tab {max-width: 150px !important;}


Độ rộng tối thiểu và tối đa
/* change width of tabs (supposedly)*/
/* Fixed width Tabs*/
tabbrowser tab {
min-width: 150px !important;
max-width: 150px !important;
}


Chiều cao của tab
/* Tab height
tab {min-height: 20px !important;}
tab {max-height: 20px !important;} */

0 nhận xét:

Đăng nhận xét