Hi,

I have a user who cannot see the Quick Search box when he uses the
Konqueror brower (on Linux).  This search box appears for all the
other browsers we tried (IE, Chrome, Safari, Firefox, etc.). If you
look at the source code it shows:

<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" size="18" />

      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>

Why does the Quick Search box appear for the other browsers but not
this one? And how do we fix it? Actually, the first line says:
 <div id="searchbox" style="display: none">
So why does the Quick search even appear? It's in our left sidebar. If
anyone can enlighten, please so so.

Thanks much,
Paulette

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to