-
AuthorPosts
-
October 8, 2010 at 6:58 pm #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.
joomlageeks Friendjoomlageeks
- Join date:
- September 2010
- Posts:
- 74
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 22 times in 20 posts
October 8, 2010 at 7:10 pm #358246I 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>
1 user says Thank You to joomlageeks for this useful post
October 8, 2010 at 7:39 pm #358248Could 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?
October 9, 2010 at 8:37 am #358271I found it.. It was in the javascript file: components/com_finder/media/js/autocompleter.js
AuthorPostsViewing 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
Jump to forum