by J0k3R^ April 16th 2014, 1:53 pm
well, i have a nav bar on top but i dont remember how i made it. but give it a try to this:
add to css:
- Code:
#pun-head #pun-navlinks{
    background-color:#33678A;
    position:fixed;
    padding-top:5;
    z-index: 899;
    width:100%;
    height: 23px;
    border-bottom:double 4px #000;
    }
    body {
    margin-top:30px!important;
    }
    .pun {
    margin-top: 30px!important;
    }
keep a backup of "overall_header" templates and then try this:
find:
- Code:
<!-- END switch_login_popup -->
tillÂ
- Code:
<!-- BEGIN switch_ticker_new -->
and make it like:
- Code:
<!-- END switch_login_popup -->
<a id="top" name="top" accesskey="t"></a>
<div class="minwidth_IE">
<div class="layout_IE">
<div class="container_IE">
<div class="pun">
<div id="pun-intro" class="clearfix">
<a href="{U_INDEX}" id="pun-logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>
<!-- BEGIN switch_h1 -->
<div id="pun-title">{switch_h1.MAIN_SITENAME}</div>
<!-- END switch_h1 -->
<!-- BEGIN switch_desc -->
<p id="pun-desc">{switch_desc.SITE_DESCRIPTION}</p>
<!-- END switch_desc -->
</div>
<div id="pun-head">
    <div id="pun-navlinks" style="position:fixed; left:0%; top: 0px;">
<ul class="clearfix">
<li>{GENERATED_NAV_BAR}</li>
</ul>
</div>
</div>
<!-- BEGIN switch_ticker_new -->
Last edited by J0k3R^ on April 16th 2014, 3:44 pm; edited 1 time in total