Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • turgut Friend
    #292212

    Please check this live site as well http://www.cukurova-idek.org/ it is happening more often there I need you guys help to resolve this issue.

    Turgut

    mihirc Friend
    #292300

    Hello,

    I seriously do not see the problem. Maybe u should try to check it on another PC / Mac.

    If no, then this is how you use z-index:

    1. Open the template_css.css file.
    2. Find the css styling for #ja-mainnav (use the find function if u want.)
    3. The code will currently have the below mentioned code:

    <blockquote>#ja-mainnav {
    background:transparent none repeat scroll 0 0;
    }</blockquote>

    CHANGE IT TO:

    <blockquote>#ja-mainnav {
    background:transparent none repeat scroll 0 0;
    position:relative;
    z-index:25;
    }</blockquote>

    4. Find div#ja-slideshow-wrap in template_css.css (same file as above)
    5. The current code will look something like this:

    <blockquote>div#ja-slideshow-wrap {
    background:#4F4F4F none repeat scroll 0 0;
    border:3px solid #CACACC;
    overflow:hidden;
    width:407px;
    }</blockquote>

    CHANGE IT TO

    <blockquote>div#ja-slideshow-wrap {template_css.css (line 1360)
    background:#4F4F4F none repeat scroll 0 0;
    border:3px solid #CACACC;
    overflow:hidden;
    position:relative;
    width:407px;
    z-index:20;
    }</blockquote>

    What we have done is put the menu above the slideshow. All the corresponding links should be coming above it now.

    I AM NOT SURE THIS WiLL WORK, CAUSE THE MENUS LINKS ARE ACTUALLY different.
    When i am making changes, it is breaking the layout if i try to style the elements below. So i dont suggest you doing it, as nobody has the problem.

    Regards,
    Mihir Chhatre.

    Regards,
    Mihir C.

    turgut Friend
    #292421

    Hi Mihir

    Your solution seems to work. It is broken if I use transmenu but with suckerfish it looks fine on FF, Chrome and IE . Thank you

    Turgut

    Sherlock Friend
    #292472

    Dear turgut!

    I still can’t see the problem on your site but i highly recommend you try to fix it following way below :

    Open template_css.css file in templates/ja_nerine/css/ folder, find following code section at about line 1361 :


    div#ja-slideshow-wrap {
    background:#4F4F4F none repeat scroll 0 0;
    border:3px solid #CACACC;
    overflow:hidden;
    position:relative;
    width:407px;
    z-index:20;
    }

    change to :


    div#ja-slideshow-wrap {
    background:#4F4F4F none repeat scroll 0 0;
    border:3px solid #CACACC;
    overflow:hidden;
    width:407px;
    z-index:20;
    }

    hope can help you !

    turgut Friend
    #292551

    Thank you very much. What Mihir suggested has fixed the problem. I do not want to touch again.

Viewing 5 posts - 16 through 20 (of 20 total)

This topic contains 20 replies, has 5 voices, and was last updated by  turgut 15 years, 2 months ago.

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