Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • 941networks Friend
    #164255

    I am trying to have a logo image dip down over the main navbar using z-indexing. That works, but now my menu items are not clickable. Please advise.

    http://refactortactical.com

    Thanks!

    chavan Friend
    #392188

    Edit the File path: /templates/ja_ores/css/template.css

    Replace this

    #ja-search {
    float: left;
    margin: 120px 15px 0 -60px;
    }

    with

    #ja-search {
    float: left;
    margin: 120px 15px 0 160px;
    }

    Replace this

    h1.logo {
    margin: 5px 0 0 15px;
    }

    with

    h1.logo {
    left: 0;
    margin: 5px 0 0 15px;
    position: absolute;
    }

    Replace this

    #ja-mainnav {
    background: url("../images/mainnav-bg.gif") repeat-x scroll left top transparent;
    border-bottom: 1px solid #000000;
    float: right;
    line-height: 1;
    margin: -65px 0 0 200px;
    overflow: hidden;
    position: relative;
    z-index: -1;
    }

    with

    #ja-mainnav {
    background: url("../images/mainnav-bg.gif") repeat-x scroll left top transparent;
    border-bottom: 1px solid #000000;
    float: right;
    line-height: 1;
    overflow: hidden;
    position: relative;
    }

    Note: If you Find my Post useful please click on the Thanks Icon

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  chavan 13 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum