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 nightWalker 9/2/2024, 7:00 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


Mọi người giúp em làm cái navbar .

2 posters

Go down

Mọi người giúp em làm cái navbar . Empty Mọi người giúp em làm cái navbar .

Bài gửi by duongmanhpk 30/11/2009, 10:20 pm

Đây là overall_header_new cuar em:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
   <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
   <meta http-equiv="content-script-type" content="text/javascript" />
   <meta http-equiv="content-style-type" content="text/css" />
   {META_FAVICO}
   {META}
   <meta name="title" content="{SITENAME_TITLE}{APAGE_TITLE}" />
   {T_HEAD_STYLESHEET}
{CSS}<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
   <!-- BEGIN switch_enable_pm_popup -->
   <script type="text/javascript">
   //<![CDATA[
      pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
      pm.focus();
   //]]>
   </script>
   <!-- END switch_enable_pm_popup -->

   <!-- BEGIN switch_report_popup -->
   <script type="text/javascript">
   //<![CDATA[
      report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
      report.focus();
   //]]>
   </script>
   <!-- END switch_report_popup -->

   {GREETING_POPUP}
   

   <!-- BEGIN hitskin_preview -->
   <style type="text/css">
   #hitskin_preview {
      margin: 0; padding: 0;
      position: fixed;
      top: 0; left: 0;
      width: 100%;
      height: 65px;
      background: url('http://2img.net/i/fa/hitskin/hitskin_bar.png') repeat-x left -15px;
      color: #fff;
   }
   * html #hitskin_preview { /* Fix for IE6 since it doesn't implement fixed positionning */
      position: absolute;
      top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
      z-index: 2;
      background: transparent url('http://2img.net/i/fa/hitskin/hitskin_bar-ie6.gif') repeat-x left -15px;
   }
   * html { /* Gunlaug's Speed fix for the above positionning fix. Sorry for the fix for the fix */
    background: #fff url(foo) fixed;
    }
   #hitskin_preview h1 {
      float: left;
      margin: 3px 0 0 0;
      padding: 0 0 0 10px;
      font: italic normal 25px Arial,sans serif;
      color: #fff;
   }
   #hitskin_preview h1 img {
      vertical-align: middle;
   }
   #hitskin_preview em {
      color: #7CBA2C;
      font-weight: bold;
   }
   #hitskin_preview a {
   color: #fff;
   }
   #hitskin_preview a:hover {
   text-decoration: underline;
   }

   #hitskin_preview .content {
      text-align: right;
   }
   #hitskin_preview .content p {
      margin: 4px 1em 0px 1em;
      font-size: 13px;
      line-height: 1.8em;
      color: #fff;
      font-weight: bold;
   }
   #hitskin_preview .content p span {
      font-weight: normal;
      font-size: 0.8em;
   }
   body {
      margin-top: 40px !important;
   }
   {hitskin_preview.HITSKIN_RTL_CSS}
   </style>
   <!-- END hitskin_preview -->
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
   <!-- BEGIN hitskin_preview -->
   <div id="hitskin_preview" style="display: block;">
      <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
      <div class="content">
         <p>
            {hitskin_preview.L_THEME_SITE_PREVIEW}
            <br />
            <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
         </p>
      </div>
   </div>
   <!-- END hitskin_preview -->
   <a name="top"></a>
   {JAVASCRIPT}
<table border="0" width="930" cellpadding="0" cellspacing="0" align="center">
<tr>


         <td class="page" width="100%">
<center><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="930" height="232">
 <param name="movie" value="http://i803.photobucket.com/albums/yy313/duongmanh_2009/banner1.jpg" />
 <param name="quality" value="high" />
 <param name="wmode" value="transparent" />
 <embed src=http://i803.photobucket.com/albums/yy313/duongmanh_2009/banner1.jpg" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="225" wmode="transparent"/>
</object></center>




   
<table class="tborder" cellpadding="0" cellspacing="1" border="0" width="100%" align="center">
<tr>
   <td class="alt1" width="100%">
      
         <div class="navbar" style="font-size:10pt">      <table cellpadding="0" cellspacing="0" border="0">
      <tr><td><a href="/index.htm" accesskey="1"><img class="inlineimg" src="http://spacedisks.comze.com/tdtstyle/skylife/misc/navbits_start.gif" alt="" border="0" /></a> </td><td><strong>{MAIN_SITENAME} </strong></td></tr></table></div>
      
   </td>

   <td class="alt2" nowrap="nowrap" style="padding:0px">
<!-- BEGIN switch_user_login_form_header -->
      <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
      <table cellpadding="0" cellspacing="3" border="0">
      <tr>
         <td style="white-space: nowrap;"><label><span class="smallfont">Kí danh:</span></label></td>
         <td> <input class="post" type="text" size="10" name="username" /></td>
         <td nowrap="nowrap"><label><span class="smallfont">Ghi nh?</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
</td>
      </tr>
      <tr>
         <td class="gensmall"><label><span class="smallfont">Mật khẩu:</span></label></td>
         <td> <input class="post" type="password" size="10" name="password" /></td>
<td nowrap="nowrap">{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}"></td>      </tr>
      </table>

      </form>
<!-- END switch_user_login_form_header -->
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
      <table cellpadding="0" cellspacing="3" border="0">
      <tr>
         <td style="white-space: nowrap;"><label><span class="smallfont">Kí Danh:</span></label></td>
         <td> <input class="post" type="text" size="10" name="username" /></td>
         <td nowrap="nowrap"><label><span class="smallfont">Ghi nhớ</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
</td>
      </tr>
      <tr>
         <td class="gensmall"><label><span class="smallfont">Mật  khẩu:</span></label></td>
         <td> <input class="post" type="password" size="10" name="password" /></td>
<td nowrap="nowrap">{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}"></td>      </tr>
      </table>

      </form>
<!-- END switch_user_login_form_footer -->
   </td>

</tr>
</table>
<div align="center">
   <table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
   <tr align="center">
      
      
                  <!-- BEGIN switch_user_logged_out --><td class="vbmenu_control"><a href="/profile.forum?mode=register" rel="nofollow">Ðăng Kí</a></td>   <td class="vbmenu_control"><a href="/login.forum?connexion" rel="nofollow">Ðang Nhập</a></td>      <!-- END switch_user_logged_out -->
      
      <td class="vbmenu_control"><a href="/forum.htm" accesskey="5">Diễn Ðàn</a></td>
      <td class="vbmenu_control"><a href="/memberlist.forum">Thành Viên</a></td>

      <td class="vbmenu_control"><a href="/calendar.htm">Lịch</a></td>
            
         
            
            <td class="vbmenu_control"><a href="/search.forum?search_id=activetopics" accesskey="2">Bài Trong Ngày</a></td>
            
            <td id="navbar_search" class="vbmenu_control"><a href="/search.forum" rel="nofollow">Tìm Kiếm</a> </td>
         
                  <!-- BEGIN switch_user_logged_in --><td class="vbmenu_control"><a href="/profile.forum?mode=editprofile" accesskey="2">Lí lịch</a></td>         <!-- END switch_user_logged_in -->
               <!-- BEGIN switch_user_logged_in --><td class="vbmenu_control"><a href="/msg.forum?folder=inbox" accesskey="2">Tin nhắn</a></td>         <!-- END switch_user_logged_in -->
               <!-- BEGIN switch_user_logged_in --><td class="vbmenu_control"><a href="/login.forum?logout=true" accesskey="2">Thoát</a></td>         <!-- END switch_user_logged_in -->
   </tr>
   </table>
</div>
<br /><br />
            <div style="clear: both;"></div>

                <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                  <table cellpadding="0" cellspacing="0" width="100%" border="0">
                    <tbody>
                        <tr>
                          <td valign="top" width="100%">
                              <div class="test"><table  class="thongke" cellpadding="0" cellspacing="0" width="100%" align="center"><tr><!-- BEGIN giefmod_index1 --><td align="center">
                                {giefmod_index1.MODVAR}
                                                             
</td><!-- END giefmod_index1 --></tr></table><br /></div>
                          </td>
</tr><tr>
                          <td valign="top" width="100%">
<!-- BEGIN html_validation -->
                          </td>
                        </tr>
                    </tbody>
                  </table>
              </div>
            </div>
        </td>
      </tr>
  </table>
</body>
</html>
<!-- END html_validation -->
mọi người có thể giúp em làm cái thanh navbar gì đó giống cái này được không:
Mọi người giúp em làm cái navbar . 86219744.th
mong mọi người giúp đỡ
avatar
duongmanhpk
CPMember
CPMember

No choice Ngày đăng ký : 17/09/2009
Số bài : 27
CPP : -8
Châm ngôn sống : sống vì $$$

http://c2yendinh2.forum-viet.net

Về Đầu Trang Go down

Mọi người giúp em làm cái navbar . Empty Re: Mọi người giúp em làm cái navbar .

Bài gửi by Optimus_Prime 6/12/2009, 2:05 pm

Cái này bạn tạo một cái bảng = HTML
Code:

<table.......>
<tr>
<td>nội dung 1</td>
....
</tr>
</table>
Optimus_Prime
Optimus_Prime
CPMember
CPMember

No choice Ngày đăng ký : 23/05/2009
Số bài : 351
CPP : -27
Châm ngôn sống : Phải biết mình là ai và mình đang làm gì. Đó chính là chìa khóa mở cánh cửa thành công của bạn

http://xuyenlucdia.8forum.info

Về Đầu Trang Go down

Mọi người giúp em làm cái navbar . Empty Re: Mọi người giúp em làm cái navbar .

Bài gửi by duongmanhpk 6/12/2009, 7:11 pm

Cái nội dung 1 là gì thế anh?
anh chỉ rõ hơn dc không ạ?
avatar
duongmanhpk
CPMember
CPMember

No choice Ngày đăng ký : 17/09/2009
Số bài : 27
CPP : -8
Châm ngôn sống : sống vì $$$

http://c2yendinh2.forum-viet.net

Về Đầu Trang Go down

Mọi người giúp em làm cái navbar . Empty Re: Mọi người giúp em làm cái navbar .

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