Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • pinta Friend
    #141285

    Hi everybody:

    I need your help:

    when i mouse over the main menu the system displays the menu but.. the submenu appears broken and the image from the frontpage slideshow is overlap.

    **this only happens on internet explorer.**

    thanks in advanced.


    1. problem
    Anonymous Moderator
    #305473

    Hi pinta,

    I checked our template but could not find this issue. It is working fine.

    Could you please send me your live url via PM so that i could have closer look on the issue?

    algar Friend
    #305517

    Hi There
    I am having the exact same problem with ie6.
    http://www.vistaconstruction.co.za/index.php
    Any help at all would be greatly appreciated.

    Thanks
    Andre

    algar Friend
    #305535

    Found the problem
    Its an ie6 png error.:

    /* 2nd level and above */
    #ja-cssmenu li ul {
    border: 1px solid #000000;
    background: url(../../images/opaque2.png) repeat-x bottom #000000;
    }

    The above is WRONG for ie6

    Use the Below:

    /* 2nd level and above */
    #ja-cssmenu li ul {
    border: 1px solid #000000;
    background: url(../../images/opaque2.png) repeat-x bottom #000000;
    *background: url(../../images/opaque2.png) repeat-x bottom #000000;
    _background: #000000;
    }

    Thanks
    Andre

    Anonymous Moderator
    #305621

    Hi

    Open templatesja_rubycssie.php, at about line 54, find following code:


    #ja-cssmenu li ul {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $template_path;?>/images/trans-bg.png', sizingMethod='scale');
    background-image: none;
    }

    and remove it

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

This topic contains 5 replies, has 3 voices, and was last updated by Anonymous 14 years, 11 months ago.

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