1. I don't see the branding on your page. 2. You can. Change the line that starts new CSEOverlay("010... to the following:
var overlay = new CSEOverlay("010... Then add this before the next curly bracket ( } ): overlay.searchControl.setResultSetSize(6); 3. Unfortunately, it's more difficult to override the positioning of the results box because the positioning is set in the compiled JS code. I'm sure you could search through the code to find where the reposition is happening, but you'll have to download your own copy of overlay.js and do a little digging to get there. Jeremy R. Geerdes Generally Cool Guy Des Moines, IA For more information or a project quote: jrgeer...@gmail.com If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On May 18, 2011, at 6:14 AM, tummyrub wrote: > http://southpolecarbon.com/test.htm > > 1. > How can we get rid of google logo/branding in the search box. We a CSE > paid customer. > I added to code to the changed overlay.css: > .cse .gsc-branding, > .gsc-branding { > display: none; > } > http://southpolecarbon.com/css/overlay.css > > 2. > How can we limit only to 6 results > > 3. > how to position results box at top of page? > > Hope someone can shed some light on these please. > > Thanks a lot in advance. > Kobus > > -- > You received this message because you are subscribed to the Google Groups > "Google AJAX APIs" group. > To post to this group, send email to google-ajax-search-api@googlegroups.com. > To unsubscribe from this group, send email to > google-ajax-search-api+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-ajax-search-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to google-ajax-search-api@googlegroups.com. To unsubscribe from this group, send email to google-ajax-search-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.