- Timestamp:
- 03/09/2006 09:16:04 PM (6 years ago)
- Location:
- trunk/templates/basic/includes
- Files:
-
- 2 edited
-
main_menu.tpl (modified) (1 diff)
-
pages/search/search_suggest_js.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/basic/includes/main_menu.tpl
r154 r155 83 83 <tr> 84 84 <td> 85 <div> 85 86 <input type="text" id="q" name="q" autocomplete="off" onfocus="hover('',this.value);" onkeyup="hover(event.keyCode,this.value);" onblur="setTimeout('hideSearch()',500); hov=0;" /> 86 <div align="left" id="searchResult" name="searchResult" style="font-family:Arial; font-size:12px; width:140px; background-color: white; border:#000000 dashed 1px; padding:0px; display: none; position: absolute; "></div> 87 </div> 88 <div align="left" id="searchResult" name="searchResult" style="font-family:Arial; font-size:12px; background-color: white; border:#000000 dashed 1px; padding:0px; display: none; position: absolute; width: 150px;"></div> 87 89 </td> 88 90 </tr> -
trunk/templates/basic/includes/pages/search/search_suggest_js.tpl
r154 r155 55 55 if (req.readyState == 4) { 56 56 if (req.status == 200) { 57 document.getElementById('searchResult').style.display = ' inline-table';57 document.getElementById('searchResult').style.display = 'block'; 58 58 // Write the contents of this URL to the searchResult layer 59 59 if (req.responseText == '')
Note: See TracChangeset
for help on using the changeset viewer.
