Ignore:
Timestamp:
03/09/2006 09:16:04 PM (6 years ago)
Author:
cirrus
Message:

Fix: A couple of changes on the suggest box display, so that it works on all browsers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/basic/includes/pages/search/search_suggest_js.tpl

    r154 r155  
    5555        if (req.readyState == 4) { 
    5656                if (req.status == 200) { 
    57                         document.getElementById('searchResult').style.display = 'inline-table'; 
     57                        document.getElementById('searchResult').style.display = 'block'; 
    5858                        // Write the contents of this URL to the searchResult layer 
    5959                        if (req.responseText == '') 
Note: See TracChangeset for help on using the changeset viewer.