CHINH PHỤC
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
Đăng nhập

Ghi nhớ
Latest topics
» Tôi sẽ đỗ đại học!
by vi01239984564 26/8/2024, 7:41 pm

» Kỷ niệm xưa của chúng ta
by nightWalker 9/2/2024, 6:49 pm

» Bị lệch khung cần người giúp đỡ
by webhuy28 7/10/2021, 10:34 pm

» [HỎI ĐÁP] Danh sách bạn bè không thể hiển thị
by anhdaodaica1 2/10/2021, 10:04 pm

» [HỎI ĐÁP] Thông tin tài khoản không thể lưu thay đổi
by anhdaodaica1 2/10/2021, 6:05 am

» Phim bố già full
by huy.pc52 24/8/2021, 12:20 am

» Xin code Box HTML cho Forumvi
by Larva 1/7/2021, 12:57 pm

» Hello Anh Em Chinh phục
by HoàngTửNaivip5p 28/5/2021, 5:03 am

» Trang chủ tin tức cập nhật HOT 2016
by kenbi05 1/1/2020, 11:02 pm

» Không Dang9 bài viết = hình ảnh được
by huy.pc52 30/11/2019, 10:52 am

» CHÚC ANH EM NĂM MỚI VUI VẺ TRÀNG ĐẦY HẠNH PHÚC
by sps.kủn 12/2/2019, 1:16 pm

» Skin CNTT-K3 2015 (Full Mod)[✔]
by kenbi05 6/7/2018, 12:30 am

» baivong, handsome,....
by sps.kủn 29/6/2018, 1:54 pm

» [SHARE] SKIN ĐHFM.V7 @PUNBB
by tonyhoaivu 2/5/2018, 2:37 pm

» Share Skin Xanh Dương Cùi Bắp
by tonyhoaivu 28/4/2018, 5:57 pm

» Xin Skin http://v1.hotrofm.net/
by tonyhoaivu 28/4/2018, 5:45 pm

» Xin Skin Rao Vặt
by tonyhoaivu 15/4/2018, 12:07 pm

» Làm Sao Để Xóa Khung Này
by tonyhoaivu 14/4/2018, 7:18 pm

» [Lập nhóm]Lập nhóm fm
by vietkanpy 31/3/2018, 11:53 am

» [Help] về server úp ảnh của phutu [✔]
by baivong 17/3/2018, 10:18 pm

» Đừng khóc cho “tôi – Chinh Phục!”…
by AnHung 27/2/2018, 5:33 pm

» [Share] Skin Diendandaihoc.com [ Punbb ] [✔]
by Lu Mờ 13/2/2018, 7:28 pm

» Mời mấy thím vào groups Forumotion Việt Nam.
by dang02315 13/2/2018, 12:40 am

» Có thể làm các kiểu giao diện được không?
by Lu Mờ 9/2/2018, 3:40 pm

» ltns chinhphuc.info
by Shinichi Kudo 27/1/2018, 2:27 am

Top posting users this week
No user


[Thắc mắc] Tại sao mình không thể tạo được menu cho 4rum

2 posters

Go down

[Thắc mắc] Tại sao mình không thể tạo được menu cho 4rum Empty [Thắc mắc] Tại sao mình không thể tạo được menu cho 4rum

Bài gửi by vaystein 2/8/2011, 9:58 am

Mình đã làm code như vậy
Code:
<html>
<head>
<meta http-equiv="Content-Type"content="text/html; charset=UTF-8">
<Title>Menu</Title>
</head>
<body>

<style type="text/css">      @charset "utf-8";
/* CSS Document */

/*^'^ Navigation Structure ^'^*/
.nav-container-outer{
background: #CC0000;
padding: 0px;
height: 30px;

}
.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .divider-vert{
float:center;
width:0px;
display: none;
}
.nav-container .item-secondary-title{
display:block;
white-space:nowrap;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
zoom:1;
margin: 0 auto;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin:0px;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.nav-container ul{
z-index:10;
}
.nav-container ul ul{
z-index:20;
}
.nav-container ul ul ul{
z-index:30;
}
.nav-container ul ul ul ul{
z-index:40;
}
.nav-container ul ul ul ul ul{
z-index:50;
}
li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}

/*^'^ Primary Items ^'^*/
#nav-container a{
padding:4px 20px 5px 15px;
margin: 1px 0px 0px 0px;
color: #FFFFFA;
font-family: Times New Roman, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:14px;
text-decoration:none;
font-weight: bold;
background: url('');
background-repeat: no-repeat;
background-position: top;
}

#nav-container a:hover{
color: #FF0000;
background: #FFFFD9;
background-repeat: no-repeat;
background-position: center;
}

/*^'^ Secondary Items Container ^'^*/
#nav-container div, #nav-container ul{
padding:10px 28px 10px 10px;
margin:0px 0px 0px 0px;
background: url('');
background-repeat: repeat-x;
background-color: #70B1FB;
border-bottom: 2px solid #CA6500;
}

/*^'^ Secondary Items ^'^*/
#nav-container div a, #nav-container ul a{
padding:5px 5px 5px 5px;
background-color: #70B1FB;
background-repeat: no-repeat;
background-position: 0px 20px;
font-size:14px;
border-width:0px;
border-style:none;
margin: 0px 0px 0px 0px;
width: 166px;
}
  </style>   

<table width="100%">
<tr>

<td align="left">
<div class="nav-container-outer">
  <ul id="nav-container" class="nav-container" >

          <li><a class="item-primary" href="/forum" target="_self">Diễn đàn</a>
              <ul style="width:150px;">
                  <li> <a href="http://ngothoinhiem.forumvi.com/c5-category" target="_blank">Hội đồng 4rum</a></li>
                  <li> <a href="http://ngothoinhiem.forumvi.com/c1-category" target="_blank">Trường Ngô Thời Nhiệm</a></li>
                  <li> <a href="http://ngothoinhiem.forumvi.com/c2-category" target="_blank">Góc học tập</a></li>
                  <li> <a href="http://ngothoinhiem.forumvi.com/c3-category" target="_blank">Tin tức, sự kiện</a></li>
<li> <a href="http://ngothoinhiem.forumvi.com/c4-category" target="_blank">Thế giới giải trí</a></li>
<li> <a href="http://ngothoinhiem.forumvi.com/c6-category" target="_blank">Một số nhóm, bang</a></li>
<li> <a href="http://ngothoinhiem.forumvi.com/c7-category" target="_blank">Mấy cái vớ vẩn</a></li>
<li> <a href="http://ngothoinhiem.forumvi.com/c8-category" target="_blank">Container Rác</a></li>
                </ul>
        </li>

      <li><a class="item-primary" href="#" target="_self">Menu Trợ giúp</a>
              <ul style="width:150px;">
                  <li> <a href="http://ngothoinhiem.forumvi.com/calendar" target="_blank">Lịch</a></li>
                  <li> <a href="http://ngothoinhiem.forumvi.com/faq" target="_blank">Trợ giúp</a></li>
                  <li> <a href="http://ngothoinhiem.forumvi.com/search" target="_blank">Tìm kiếm</a></li>
              <li> <a href="http://facebook.com.vn" target="_blank">Facebook</a></li>

                </ul>
        </li>

      <li><a class="item-primary" href="#" target="_self">Bản thân</a>
              <ul style="width:150px;">
                  <li> <a href="http://ngothoinhiem.forumvi.com/memberlist" target="_blank">Thành viên</a></li>
                  <li> <a href="http://ngothoinhiem.forumvi.com/groups" target="_blank">Nhóm</a></li>
<li><!-- BEGIN switch_user_logged_in --><a href="http://ngothoinhiem.forumvi.com/privmsg?folder=inbox" title="Tin nhắn">Tin nhắn</a><!-- END switch_user_logged_in --></li>
          <li><!-- BEGIN switch_user_logged_in --><a href="http://ngothoinhiem.forumvi.com/profile?mode=editprofile" title="Lý lịch">Lý lịch</a><!-- END switch_user_logged_in --></li>
                </ul>
        </li>

      <li><a class="item-primary" href="#" target="_self">Hướng dẫn</a>
              <ul style="width:150px;">
                  <li> <a href="http://ngothoinhiem.forumvi.com/t92-topic" target="_blank">Hướng dẫn Post bài và bình luận</a></li>
                  <li> <a href="http://ngothoinhiem.forumvi.com/t130-topic" target="_blank">Hướng dẫn xem bài</a></li>
                  <li> <a href="http://ngothoinhiem.forumvi.com/t96-topic" target="_blank">Hướng dẫn mua thú nuôi</a></li>
               

                </ul>
        </li>

<li> <a href="http://ngothoinhiem.forumvi.com/h2-page">Shop</a></li>

<li><!-- BEGIN switch_user_logged_out --><a href="/register"><blink>Đăng ký</blink></a><!-- END switch_user_logged_out --></li>
  <li><!-- BEGIN switch_user_logged_out --><a href="/login">Đăng nhập</a><!-- END
switch_user_logged_out --></li>
 
   
    <li><!-- BEGIN switch_user_logged_in --><a href="/login?logout=1" title="Thoát">Thoát</a><!-- END switch_user_logged_in --></li>

  </ul>
</div>

</body>
</html>
</td>
</tr></table>

Thử thay vào chỗ

Code:
{GENERATED_NAV_BAR}

trong header thì nó hiện ra lỗi, và thông báo:

Code:
The tag has been closed before being opened or the tag hasn't been opened.

Như vầy là bị sao? Có ai giúp mình sửa nhanh giùm với!
vaystein
vaystein
CPMember
CPMember

Firefox PunBB
Ngày đăng ký : 31/05/2011
Số bài : 2
CPP : -1
Châm ngôn sống : Einstein không bao giờ sai

http://echemgio.tk

Về Đầu Trang Go down

[Thắc mắc] Tại sao mình không thể tạo được menu cho 4rum Empty Re: [Thắc mắc] Tại sao mình không thể tạo được menu cho 4rum

Bài gửi by batonchinsu 2/8/2011, 10:04 am

Thử thay tưng đây thôi xem:
Code:
<style type="text/css">      @charset "utf-8";
/* CSS Document */

/*^'^ Navigation Structure ^'^*/
.nav-container-outer{
background: #CC0000;
padding: 0px;
height: 30px;

}
.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .divider-vert{
float:center;
width:0px;
display: none;
}
.nav-container .item-secondary-title{
display:block;
white-space:nowrap;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
zoom:1;
margin: 0 auto;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin:0px;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.nav-container ul{
z-index:10;
}
.nav-container ul ul{
z-index:20;
}
.nav-container ul ul ul{
z-index:30;
}
.nav-container ul ul ul ul{
z-index:40;
}
.nav-container ul ul ul ul ul{
z-index:50;
}
li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}

/*^'^ Primary Items ^'^*/
#nav-container a{
padding:4px 20px 5px 15px;
margin: 1px 0px 0px 0px;
color: #FFFFFA;
font-family: Times New Roman, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:14px;
text-decoration:none;
font-weight: bold;
background: url('');
background-repeat: no-repeat;
background-position: top;
}

#nav-container a:hover{
color: #FF0000;
background: #FFFFD9;
background-repeat: no-repeat;
background-position: center;
}

/*^'^ Secondary Items Container ^'^*/
#nav-container div, #nav-container ul{
padding:10px 28px 10px 10px;
margin:0px 0px 0px 0px;
background: url('');
background-repeat: repeat-x;
background-color: #70B1FB;
border-bottom: 2px solid #CA6500;
}

/*^'^ Secondary Items ^'^*/
#nav-container div a, #nav-container ul a{
padding:5px 5px 5px 5px;
background-color: #70B1FB;
background-repeat: no-repeat;
background-position: 0px 20px;
font-size:14px;
border-width:0px;
border-style:none;
margin: 0px 0px 0px 0px;
width: 166px;
}
  </style> 

<table width="100%">
<tr>

<td align="left">
<div class="nav-container-outer">
  <ul id="nav-container" class="nav-container" >

          <li><a class="item-primary" href="/forum" target="_self">Diễn đàn</a>
              <ul style="width:150px;">
                  <li> <a href="http://ngothoinhiem.forumvi.com/c5-category" target="_blank">Hội đồng 4rum</a></li>
                  <li> <a href="http://ngothoinhiem.forumvi.com/c1-category" target="_blank">Trường Ngô Thời Nhiệm</a></li>
                  <li> <a href="http://ngothoinhiem.forumvi.com/c2-category" target="_blank">Góc học tập</a></li>
                  <li> <a href="http://ngothoinhiem.forumvi.com/c3-category" target="_blank">Tin tức, sự kiện</a></li>
<li> <a href="http://ngothoinhiem.forumvi.com/c4-category" target="_blank">Thế giới giải trí</a></li>
<li> <a href="http://ngothoinhiem.forumvi.com/c6-category" target="_blank">Một số nhóm, bang</a></li>
<li> <a href="http://ngothoinhiem.forumvi.com/c7-category" target="_blank">Mấy cái vớ vẩn</a></li>
<li> <a href="http://ngothoinhiem.forumvi.com/c8-category" target="_blank">Container Rác</a></li>
                </ul>
        </li>

      <li><a class="item-primary" href="#" target="_self">Menu Trợ giúp</a>
              <ul style="width:150px;">
                  <li> <a href="http://ngothoinhiem.forumvi.com/calendar" target="_blank">Lịch</a></li>
                  <li> <a href="http://ngothoinhiem.forumvi.com/faq" target="_blank">Trợ giúp</a></li>
                  <li> <a href="http://ngothoinhiem.forumvi.com/search" target="_blank">Tìm kiếm</a></li>
              <li> <a href="http://facebook.com.vn" target="_blank">Facebook</a></li>

                </ul>
        </li>

      <li><a class="item-primary" href="#" target="_self">Bản thân</a>
              <ul style="width:150px;">
                  <li> <a href="http://ngothoinhiem.forumvi.com/memberlist" target="_blank">Thành viên</a></li>
                  <li> <a href="http://ngothoinhiem.forumvi.com/groups" target="_blank">Nhóm</a></li>
<li><!-- BEGIN switch_user_logged_in --><a href="http://ngothoinhiem.forumvi.com/privmsg?folder=inbox" title="Tin nhắn">Tin nhắn</a><!-- END switch_user_logged_in --></li>
          <li><!-- BEGIN switch_user_logged_in --><a href="http://ngothoinhiem.forumvi.com/profile?mode=editprofile" title="Lý lịch">Lý lịch</a><!-- END switch_user_logged_in --></li>
                </ul>
        </li>

      <li><a class="item-primary" href="#" target="_self">Hướng dẫn</a>
              <ul style="width:150px;">
                  <li> <a href="http://ngothoinhiem.forumvi.com/t92-topic" target="_blank">Hướng dẫn Post bài và bình luận</a></li>
                  <li> <a href="http://ngothoinhiem.forumvi.com/t130-topic" target="_blank">Hướng dẫn xem bài</a></li>
                  <li> <a href="http://ngothoinhiem.forumvi.com/t96-topic" target="_blank">Hướng dẫn mua thú nuôi</a></li>
             

                </ul>
        </li>

<li> <a href="http://ngothoinhiem.forumvi.com/h2-page">Shop</a></li>

<li><!-- BEGIN switch_user_logged_out --><a href="/register"><blink>Đăng ký</blink></a><!-- END switch_user_logged_out --></li>
  <li><!-- BEGIN switch_user_logged_out --><a href="/login">Đăng nhập</a><!-- END
switch_user_logged_out --></li>
 
 
    <li><!-- BEGIN switch_user_logged_in --><a href="/login?logout=1" title="Thoát">Thoát</a><!-- END switch_user_logged_in --></li>

  </ul>
</div>

</body>
</html>
</td>
</tr></table>
batonchinsu
batonchinsu
CPPurpleMember
CPPurpleMember

Firefox PunBB
Ngày đăng ký : 11/03/2011
Số bài : 816
CPP : 528
Châm ngôn sống : Hãy mỉm cười với bao chuyện đời!

http://www.a5pro.tk/

Về Đầu Trang Go down

[Thắc mắc] Tại sao mình không thể tạo được menu cho 4rum Empty Re: [Thắc mắc] Tại sao mình không thể tạo được menu cho 4rum

Bài gửi by vaystein 2/8/2011, 12:32 pm

Cũng không được! khóc
vaystein
vaystein
CPMember
CPMember

Firefox PunBB
Ngày đăng ký : 31/05/2011
Số bài : 2
CPP : -1
Châm ngôn sống : Einstein không bao giờ sai

http://echemgio.tk

Về Đầu Trang Go down

[Thắc mắc] Tại sao mình không thể tạo được menu cho 4rum Empty Re: [Thắc mắc] Tại sao mình không thể tạo được menu cho 4rum

Bài gửi by Sponsored content


Sponsored content


Về Đầu Trang Go down

Về Đầu Trang

- Similar topics

 
Permissions in this forum:
Bạn không có quyền trả lời bài viết