PDA

View Full Version : [Tutorial] Code source thanh menu WFV (topbar)



Robocon
01-08-2009, 11:52 AM
Em thấy nhiều người khi vào web hỏi về cái thanh Menu trên cùng của diễn đàn

Và sau đây là code source:

Vào Templates FORUMHOME

Tìm

<!-- end what's going on box -->

Thêm vào bên dưới


<!-- Menu topbar Windowsvn.net -->
<div style="position: fixed; top: 0px; left: 0px; width: 100%; z-index: 49999; height: 30px; background-image: url('topbar_bg.png'); background-position: center center; background-repeat: no-repeat; text-align: center;">
<div style="width: 85%; height: 25px;">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody><tr> <td height="25px" align="center" style="color: rgb(255, 255, 255); font-size: 9pt;">
<span style="width: 150px; padding-right: 50px; color: rgb(255, 255, 255); font-size: 11pt; font-family: 'Arial'; letter-spacing: -1px;"><strong>WINDOWSVN</strong>NETWORK</span><font face="Arial, Helvetica, sans-serif"><span style="padding-left: 5px; padding-right: 5px; text-decoration:none"><a style="color: rgb(255, 255, 255);" title="iWindowsVN News" href="http://i.windowsvn.net/">News</a></span> | <span style="padding-left: 5px; padding-right: 5px;"> <a style="color: rgb(255, 255, 255);" title="WindowsVN Forum" href="http://windowsvn.net/forum">Forum</a></span> | <span style="padding-left: 5px; padding-right: 5px;"> <a style="color: rgb(255, 255, 255);" title="WindowsVN Downloads" href="http://i.windowsvn.net/downloads">Downloads</a></span> | <span style="padding-left: 5px; padding-right: 5px;"> <a style="color: rgb(255, 255, 255);" title="WindowsVN Tutorials" href="http://windowsvn.net/forum/forumdisplay.php?f=24">Tutorial</a></span> | <span style="padding-left: 5px; padding-right: 5px;"> <a style="color: rgb(255, 255, 255);" title="WindowsVN Wallpapers" href="http://wallpaper.windowsvn.net/">Wallpaper</a></span> | <span style="padding-left: 5px; padding-right: 5px;"> <a style="color: rgb(255, 255, 255);" title="WindowsVN Video" href="http://windowsvn.net/forum/video.php">Video</a></span> | <span style="padding-left: 5px; padding-right: 5px;"> <a style="color: rgb(255, 255, 255);" title="Dự thi Desktop đẹp tháng 8" href="http://windowsvn.net/forum/showthread.php?p=112824"><blink>Desktop đẹp tháng 8</blink></a></span>
</font></td> </tr>
</tbody>
</table>
</div></div>
<!-- Menu topbar Windowsvn.net -->

Thay đường link, title,v.v.và link topbar_bg.png phù hợp
topbar_bg.png
http://windowsvn.net/forum/topbar_bg.png


Lưu ý: code này không hiển thị tốt đối với những IE phiên bản củ
Chúc thành công ! :)