test
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • mdqbarry Friend
    #133424

    First of all thnks in advance to the one that can help me to solve this problem and thanks too to those who try.

    I am usin joomla 1.0x mesolite template, the only thing that i modyfied is the ja.cssmenu.css file to make the sub menu transparents with opacity filter

    the change that i made was in the

    /* 2nd level and above */
    #ja-cssmenu li ul {
    border: 1px solid #5A5A5A;
    background: #666666;
    I ve added this line that use to worked in other templates
    z-index:1;
    -moz-opacity:.8;
    filter:alpha(opacity=80);

    In fact works here too and make the menu transparent and in firefox looks perfect but in IE it only shows me the transparents un the main column of the menu the other sub menu disapears.
    The site is testing on this address http://www.cccsa.com/index.php if you take a look both in IE and firefox you will see the diference in the 2nd button.

    Thanks again
    martin


    1. menuproblema
    2. menuproblem2a
    Sherlock Friend
    #270997

    Hi mdqbarry !
    you can fix it following way below :
    Open ja.cssmenu.css file in templates/ja_cssmenu folder , find following code section at about line 132 :


    #ja-cssmenu li ul {
    border: 1px solid #5A5A5A;
    background: #666666;
    z-index:1;
    -moz-opacity:.8;
    filter:alpha(opacity=80);
    }

    change to :


    #ja-cssmenu li ul {
    border: 1px solid #5A5A5A;
    background: #666666;
    z-index:400;
    -moz-opacity:.8;
    filter:alpha(opacity=80);
    }

    mdqbarry Friend
    #271030

    Thanks hainn84 , i ve made the changes that you told me puting z-index value 400 but nothing changed and the sub menu is still hiding in IE and perfect in Mozilla.

    What else do you think i can change
    Martin

    jmk Friend
    #271058

    I have the same problem in ie6. The second menu left do not show. Only a part in the first menu.

    How to we change that

    Joep

    mdqbarry Friend
    #273775

    Hello Joep it seems that nobody is capable of resolve this issue.

    jmk Friend
    #273826

    No, that strange. The developers my solve this problem.

    Plz fix it.

    shertmann Friend
    #274027

    well this seems to me a good exercise in debuging. i read a lot about the incompatibilities between certain css tags in ie but works well in mozilla or others. i will make my research in order to see if i can help you

    shertmann Friend
    #274033

    maybe its a problem associated with the joomla 1.0 because i have the mesolite installed in local version and it works fine in ie and in mozilla. but perhaps you can not make the upgrade to joomla 1.5

    jmk Friend
    #274189

    <em>@shertmann 84187 wrote:</em><blockquote>maybe its a problem associated with the joomla 1.0 because i have the mesolite installed in local version and it works fine in ie and in mozilla. but perhaps you can not make the upgrade to joomla 1.5</blockquote>

    I have 1.5. You can see the problem at http://www.reisbijbel.info/joomla_test. Go to “info per land” the sub menu only show up a part in the mainmenu (see attach)


    1. menuie6
    shertmann Friend
    #274249

    jmk i make a preview in ie7 and mff 3 and works fine in both of them

    jmk Friend
    #274282

    <em>@shertmann 84490 wrote:</em><blockquote>jmk i make a preview in ie7 and mff 3 and works fine in both of them</blockquote>

    The problem is only in IE6

    shertmann Friend
    #274289

    well the ie6 have seripos issues with the css so it is hard for the users of such browser

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

This topic contains 12 replies, has 4 voices, and was last updated by  shertmann 16 years, 3 months ago.

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