Thanks for that! I am still having an issue with the images tab. Is there a
way to put padding or a margin below the pagination for just the image
results tab? Also the results container does not center correctly in IE7.
Any ideas?


On Tue, Jun 15, 2010 at 6:00 PM, omr <[email protected]> wrote:

>
> Try adding these experimental CSS rules to the <head> section of your
> page.
>
>
>  <style type="text/css">
>
>    div.gsmsc-appContainer {
>      margin-top: 70px;
>    }
>
>    div.gsmsc-controls {
>      position: relative;
>      top: -350px;
>    }
>
>    .gsmsc-idleMapDiv {
>      display: none;
>    }
>
>    .gsmsc-controls {
>      height: 50px;
>    }
>
>  </style>
>
>
> The second rule puts the search box above the map.  The third rule
> fixes a presentation problem during load (until another rule in
> gsmapsearch.css overrides this one).  The fourth rule prevents a
> search box positioning problem that could otherwise occur in some
> cases in IE.
>
> -- omr
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google AJAX APIs" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-ajax-search-api%[email protected]>
> .
> 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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-ajax-search-api?hl=en.

Reply via email to