Results 1 to 4 of 4

Thread: Google site search box not publishing as expected in IE8
      
   

  1. #1
    StephanusvS's Avatar
    StephanusvS is offline Sergeant Major
    Join Date
    Dec 2008
    Location
    Stilfontein, South Africa
    Posts
    86

    Cool Google site search box not publishing as expected in IE8

    Hi,

    I have a Google site search option on my site and for some reason it looks different, than in Firefox, Chrome and Opera. In IE8 the Google search button is placed below the search text box, while it appears next to it in all the other above browsers. This changes the look of my header and I would like it to publish the same in IE8. See http://www.lightthefireministries.org.za/test.php

    The script used is a follows:

    <form method="get" action="http://www.google.com/search">
    <div style="border:1px solid black;padding:4px;width:20em;">
    <table border="0" cellpadding="0">
    <tr><td>
    <input type="text" name="q" size="25"
    maxlength="255" value="" />
    <input type="submit" value="Google Search" /></td></tr>
    <tr><td align="center" style="font-size:75%">
    <input type="checkbox" name="sitesearch"
    value="lightthefireministries.org.za" checked /> only search Light the Fire Ministries site<br />
    </td></tr></table>
    </div>
    </form>

    How do I get IE8 to be the same as Firefox, Chrome and Opera?
    Bless you!
    Stephanus
    Light The Fire Ministries

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Google site search box not publishing as expected in IE8

    Try stretching the box you placed the html code in horizontally. It might be not wide enough for IE8 & might be returning on it self. (Save & then re-publish)

  3. #3
    StephanusvS's Avatar
    StephanusvS is offline Sergeant Major
    Join Date
    Dec 2008
    Location
    Stilfontein, South Africa
    Posts
    86

    Wink Re: Google site search box not publishing as expected in IE8

    Quote Originally Posted by Collectors-info View Post
    Try stretching the box you placed the html code in horizontally. It might be not wide enough for IE8 & might be returning on it self. (Save & then re-publish)
    Hi Chris,

    Thank you. This was the perfect solution. I changed the width in the search box html code as follows:

    <form method="get" action="http://www.google.com/search">
    <div style="border:1px solid black;padding:4px;width:21em;">
    <table border="0" cellpadding="0">
    <tr><td>
    <input type="text" name="q" size="25"
    maxlength="255" value="" />
    <input type="submit" value="Google Search" /></td></tr>
    <tr><td align="center" style="font-size:75%">
    <input type="checkbox" name="sitesearch"
    value="lightthefireministries.org.za" checked /> only search Light the Fire Ministries site<br />
    </td></tr></table>
    </div>
    </form>

    Re-published it and viola perfection! It now publishes the same in IE8 as the other browsers.

    Thanks.
    Bless you!
    Stephanus
    Light The Fire Ministries

  4. #4
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Google site search box not publishing as expected in IE8

    For some reason IE has a different spacing on the letters to other browsers & it adds up over a whole line. Good luck!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49