Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ditmedie Friend
    #155091

    I have installed JXtended Finder ajax search module and it displays just fine except from the search results being displayed behind the menu. I have tried to set the z-index of the ja-search id to 10000, but it still sits behind the menu..

    The address of the site is http://www.tct.dk

    Any suggestions to how this could be solved would be appriciated.


    1. ajax-search-module
    joomlageeks Friend
    #358246

    I see the below line in the source code

    <blockquote><ul class=”autocompleter-choices” style=”z-index: 42; visibility: visible; opacity: 1; left: 793px; top: 75px; width: 202px;”></blockquote>

    and when the change the z-index to 1000 it works perfectly. Please give a try, The source code should be

    <blockquote><ul class=”autocompleter-choices” style=”z-index: 1000; visibility: visible; opacity: 1; left: 793px; top: 75px; width: 202px;”></blockquote>

    ditmedie Friend
    #358248

    Could you please help me find the correct file. I used firebug to locate the finder.css file, but it seems there is another css style overriding this.

    element.style {
    display:none;
    left:819px;
    opacity:0;
    top:74px;
    visibility:hidden;
    width:202px;
    z-index:42;
    }

    Just don’t get any information from firebug where this is located?


    1. firebug
    ditmedie Friend
    #358271

    I found it.. It was in the javascript file: components/com_finder/media/js/autocompleter.js

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

This topic contains 4 replies, has 2 voices, and was last updated by  ditmedie 14 years, 1 month ago.

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