Posts

Showing posts with the label tabber

Tạo nhiều tabber cho Blogspot

Image
 Tạo nhiều tabber cho Blogspot là một thủ thuật blogspot đơn giản dùng CSS rất thích hợp cho những Blogspot bán hàng , chia bài viết ra làm nhiều tabber. Ví dụ như : mô tả, hình ảnh, video ... XEM DEMO   Tạo nhiều tabber cho Blogspot Bước 1 : Đăng nhập vào templates blogspot của bạn tìm đến thẻ </head> và thêm đoạn code sau bên trên thẻ </head> và lưu lại. <script type='text/javascript'> //<![CDATA[ document.write('<style type="text/css">.tabber{display:none;}<\/style>'); function tabberObj(argsObj) { var arg; this.div = null; this.classMain = "tabber"; this.classMainLive = "tabberlive"; this.classTab = "tabbertab"; this.classTabDefault = "tabbertabdefault"; this.classNav = "tabbernav"; this.classTabHide = "tabbertabhide"; this.classNavActive = "tabberactive"; this.titleElements = ['h2','h3','h4','h5','h6']; this....