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?
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?
Comment