The Vertical News Bar Wizard does not produce usable code in IE8 due
to this (or a similar) IE8 bug which Microsoft doesn't plan to fix.

https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=366567

The problem is that the links in the Status Box do not wrap and stay
inside their container. This little CSS hack appears to fix the
display in all browsers:

.statusBox_gsnb a { float:left;padding-right:8px; }
.statusBox_gsnb span { display:none; }
.resultsBox_gsnb { clear:both;padding-top:1px; }

I spent a couple of hours futzing with this, so I thought I'd pass on
my results. It's the first time I've come across this little bug, so
it took me a while to figure out what was going on.

--

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