In your "overlay2.css" style sheet, you have this incomplete rule (the
closing brace is missing):

  div.cse-overlay {
    position: absolute !important;
    top: 0 !important;

Add the closing brace }

  div.cse-overlay {
    position: absolute !important;
    top: 0 !important;
  }

-- 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 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.

Reply via email to