PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Letters overlaid on search button of search box

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Letters overlaid on search button of search box

    I have placed a search box on my pages. It works fine, but after the search, the button on the box has the letters "Sub" (probably from "Submit") superimposed on the button, namely:


    The code for the search box is taken from the help file (with the necessary paths adjustments and right positioning):

    <form method="get" action="http://URL to search.php">
    <table align="right" cellpadding="0 0 0 0" cellspacing="0px">
    <tr>
    <td style="border-style:solid none solid solid;border-color:#4B7B9F;border-width:1px; margin: 0 0 0 0;">
    <input type="text" name="zoom_query" style="width:170px; border:0px solid; height:17px; padding:0px 3px; position:relative;">
    </td>
    <td style="border-style:solid;border-color:#4B7B9F;border-width:1px;">
    <input type="submit" value=""style="border-style: none; background: url('/search/searchbutton3.gif') no-repeat; width: 24px; height: 20px;">
    </td>
    </tr>
    </table>
    </form>

    This happens when the CSS sheets are loaded, not loaded or loaded in any combination of search.css and my own.

    I must be missing something obvious. Any thoughts?

    Thanks in advance

    Roger

  • #2
    It's solved. I must not have looked hard enough in the forum archives. See http://www.wrensoft.com/forum/showthread.php?t=2548

    Roger

    Comment


    • #3
      Glad you've got it working now. CSS is a tricky thing to get right, especially with the way various browsers behave differently. But in most cases, persistence is key and there is a way if you look hard enough.
      --Ray
      Wrensoft Web Software
      Sydney, Australia
      Zoom Search Engine

      Comment

      Working...
      X