In your CSS, you have a rule that sets all .gss1 to display: inline-table; 
Firefox doesn't like this, and IE is even more picky about the display style. 
Both are choking here. If you make the line of divs into a table with a single 
row of td's with the appropriate ids, you should be able to get the look you're 
trying to accomplish. Otherwise, you could use floated divs, but that can be 
pretty finicky in and of itself.

Jeremy R. Geerdes
Effective website design & development
Des Moines, IA

For more information or a project quote:
http://jgeerdes.home.mchsi.com
[email protected]

If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church!

On Jan 31, 2010, at 8:12 PM, ptcruiser wrote:

> I cant seem to figure this one out. Check the slideshow feed out at
> the following website in Chrome, IE and Firefox.
> 
> http://www.raleighpaving.com/index4.shtm
> 
> In Chrome multiple feeds seems to work while in Internet  Explorer and
> Firefox there is some disconnect.
> 
> Can anyone tell me what I am doing wrong?
> 
> -- 
> 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.
> 

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