Demo: http://hienblog.net
Bước 1:Bạn hãy download file bên dưới về máy và giải nén sau đó upload thư mục menu lên thư mục gốc của host
Bước 2: - Mở file index.php trong thư mục gốc sau đó tìm đoạn mã sau :Code:Menu Download
Thay thế bằng :Code://Section: Top - ở dòng thứ 99 $section_head_components="<li>".@implode("</li>\r\n<li>", $section_header)."</li>";
Hoặc tải fie index.php tại đâyCode://Section: Top include_once ("menu/menu.php"); if (file_exists('data/cache_categories.php')) { $section_head_components=makemenu(); } else $section_head_components="<div id='menu'>"."<li>".@implode("</li>\r\n<li>", $section_header)."</li>"."</div>";
- Mở file elements.php ( của giao diện bạn đang sử dụng)
Thêm đoạn mã sau vào trước thẻ </head>
Trong thư mục "menu/chrometheme" có sẵn 4 file css tương ứng với 4 mẫu giao diện khác nhau . Nhưng bạn nên chỉnh sửa các thông số trong file chromestyle.css sao cho giao diện của menu drop down phù hợp với giao diện của blog ( để làm được đều này bạn cần phải có kiến thức về css ).Code:<script type="text/javascript" src="menu/menu.js"></script> <link rel="stylesheet" type="text/css" href="menu/chrometheme/chromestyle.css" />
- Tìm tiếp đoạn mã
Thay bằngCode:<div id="menu"> <ul> {section_head_components} </ul> </div>
Sau khi chỉnh sửa xong bạn save lại và upload đè các file này lên hostCode:{section_head_components} <script type="text/javascript">cssdropdown.startchrome("chromemenu")</script>
Bookmarks