FMVI
Demo: [You must be registered and logged in to see this link.]
Cho Vào Cuối Overall_Footer_End[hide]
Cho Vào Cuối Overall_Footer_End[hide]
- Code:
<div id="topmenu">
<div id="innermenu">
<div id="topleftmenu">
<a href="http://sinhviendongthap.net/@4r/">Diễn đàn</a>
<a href="http://sinhviendongthap.net/@4r/forumdisplay.php?fid=212">Video</a>
<a href="http://sinhviendongthap.net/@4r/search.php">Tìm kiếm</a>
<a href="http://sinhviendongthap.net/@4r/memberlist.php">Thành viên</a>
<a href="http://sinhviendongthap.net/@4r/calendar.php">Lịch</a>
<a href="http://sinhviendongthap.net/@4r/misc.php?action=help">Trợ giúp</a>
</div>
<div id="toprightmenu">
<!-- BEGIN switch_user_logged_in -->
<a href="/profile?mode=editprofile" class="login-window">Lý Lịch</a>
<a href="/login?logout">Thoát</a>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<a href="/login" class="login-window">Đăng nhập</a>
<a href="/register">Đăng Ký</a>
<!-- END switch_user_logged_out -->
</div>
</div>
<style>
/* CSS Document */
#topmenu {
background-color: #464646;
color: #FFFFFF;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
height: 44px;
left: 0;
position: fixed;
text-align: center;
text-transform: none;
top: 0;
vertical-align: top;
width: 100%;
z-index: 999;
}
#innermenu {
color: #FFFFFF;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
height: 40px;
margin: 0 auto;
width: 1000px;
}
#topleftmenu {
display: inline-block;
float:left;
}
#toprightmenu {
height:40px;
float: right;
}
#toprightmenu a {
color: #FFFFFF;
display: inline-block;
padding: 12px;
text-decoration: none;
/*text-shadow: 1px 1px 0 #121212;*/
font-weight: bold;
}
#toprightmenu a:hover {
background-color: #292929;
}
#topleftmenu a {
color: #FFFFFF;
display: inline-block;
padding: 12px;
text-decoration: none;
text-shadow: 1px 1px 0 #121212;
font-weight: bold;
}
#topleftmenu a:hover {
background-color: #292929;
}
</style>[/hide]