Vision Jinx makes an excellent suggestion.  Adding a doctype can
indeed help to correct the rendering of the feed control.

Pardon me for joining the thread late.  I don't want to confuse
matters, and I can't claim to be an expert but in this case I might
suggest that you try a "strict" doctype, because IMO it may provide
even slightly better rendering and consistency (some quick tests may
confirm this).

(Note:  I realize that the page isn't entirely prepared to 'validate'
with a strict doctype, but IMO that's OK for now.)

So I'd suggest that you try this strict doctype:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
  "http://www.w3.org/TR/html4/strict.dtd";>

After adding the doctype declaration, you'll also need to correct a
couple of style rules, to make the button banner render correctly.

Add these to your "style6" rule:

  height: 40px;
  margin: 0;
  padding: 0;

Add these to your "style10" rule:

  margin: 0;
  padding: 0;

Some other adjustments might be needed, or perhaps the above might be
enough.

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