Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • brutalco Friend
    #157349

    hi,

    i created a new position called “left-box” and place a baner module in the side of the site.
    but it getting under the slideshow and the main menu on top. i need it to be on top of everything in the site.

    image attached.

    ps: i an’t give you link couse the site is offline now.

    thanks


    1. bunner
    kobenes Friend
    #366397

    You should use z-index CSS code to make your div item to be top of everything. For example you can use:

    z-index: 99;

    Enes

    brutalco Friend
    #366400

    hi thanks..

    it didnt help.. 🙁

    kobenes Friend
    #366401

    Please do not provide your admin user informations on public forum post. You can send it via PM, it is better for you 😉
    I will check it

    brutalco Friend
    #366402

    oppppsy! youre right.
    sending.

    kobenes Friend
    #366404

    Also do not forget to edit your reply…

    OK I found it out. You should go to templates/ja_sulfur/css/template.css and find these codes:

    #ja-mainnav {
    background: url("../images/mainnav-bg.gif") repeat-x scroll left bottom transparent;
    border-bottom: 1px solid #D5D5D5;
    border-top: 5px solid #F4F4F4;
    position: relative;
    z-index: 100;
    }

    Please remove z-index: 100;

    Also in the same file (templates/ja_sulfur/css/template.css) you should find these codes:

    #ja-slideshow {
    background: url("../images/topsl-bg.gif") repeat-x scroll left bottom #454545;
    border-top: 1px solid #353535;
    clear: both;
    display: block;
    float: left;
    margin: -30px 0 0;
    position: relative;
    width: 100%;
    z-index: 10;
    }

    and remove z-index: 10;

    This should be work…

    Enes

    brutalco Friend
    #366405

    thank u!!!! 😀

    kobenes Friend
    #366406

    Yes I checked and it is OK, you did it 🙂
    But your reply with admin informations still there, please edit your post and delete admin infos.

    Enes from Turkey 😉

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

This topic contains 8 replies, has 2 voices, and was last updated by  kobenes 13 years, 11 months ago.

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