Hey John, long time no see. Probably don't remember me, haha.
Out of curiosity, I took out the google search script:
Code:
<div id="cse" style="width: 100%;">Loading</div>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
google.load('search', '1', {language : 'en'});
google.setOnLoadCallback(function() {
var customSearchControl = new google.search.CustomSearchControl('012832971271815635782:gegft7bqism');
customSearchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
customSearchControl.draw('cse');
var myCSC = new google.search.CustomSearchControl('012832971271815635782:gegft7bqism');
myCSC.draw('cse');
myCSC.setLinkTarget(google.search.Search.LINK_TARGET_SELF);
}, true);
</script>
And, to my surprise, it fixed every problem at once. But, I do not want to have that search box removed. I will try your method and post back with the results.
Okay, your method worked, somewhat.
My method of removing that search script fixed everything perfectly, except for the lack of a search box.
Your method fixed the problem as well, but with a couple problems.
I can't seem to get rid of the space between the billboard script and the image header.
Also, in IE the billboard text is centered. instead of left alligned.
And last, in both IE and FF I cannot center the search box on the top like it was before.
Bookmarks