I have integrated a Custom Google Search on a new site I am working on. I have tried multiple ways to control the display size of the results window and it continually overrides those values.
Here is the code:
<div id="cse-search-results" style="width:700px;"></div>
<script type="text/javascript">
var googleSearchIframeName = "cse-search-results";
var googleSearchFormName = "cse-search-box";
var googleSearchFrameWidth = 700;
var googleSearchDomain = "www.google.com";
var googleSearchPath = "/cse";
</script>
<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script>
Here is the link to the page – enter a search term to see the results. I would appreciate any assistance on getting this to display at 700px.
Have you tried using the new code from the Google Custom Searches? I would suggest trying this if you have not and if no other approaches work with your current code.
Good luck!