Quote:
Originally Posted by Quantnet.org
I just check for different browser platform and here is where everything is different. I tested with IE7, Opera and FF.
For IE7 (The Live Search word is on top of the search box instead of on the left of it and the popup stay on the right)
For Opera (looks fine but the search result is right aligned
For FF (this looks perfect)
I include here the search code which I insert into navbar template (I have a highly customized style). I would really appreciate if you can see what's wrong
Code:
<!-- search -->
<if condition="$show['searchbuttons']">
<td align="right" nowrap="nowrap" valign="top">
<if condition="$show['member']">
<form action="/forum/search.php?do=process" method="post">
<else />
<form action="search.php$session[sessionurl_q]" method="post">
</if>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="font-size:10px" title="nohilite">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
Live search <input type="text" name="query" size="25" class="header_search_field" onkeyup="showHint(this.value)" />
</form>
<div id="search_results" class="smallfont" style="position:absolute; border: 2px solid orange; color:blue; background-color: white; width: 300px; padding: 8px; display:none;overflow:auto; height:200px">
<div align="left"><a href="#" onClick="overlayclose('search_results'); return false">x</a></div>
</div>
</td>
<td nowrap="nowrap" id="navbar_search" class="smallfont"> <a href="search.php$session[sessionurl_q]">Options</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
</tr>
</table>
</form>
<!-- / search -->
|
i checked the code twice.. i didnt find anything wrong with it.. sorry i wish i could help further