I've added the ;

Any idea how to fix it now so that it looks the same in IE8?  It seems
the first feed's content/description is showing out to the right,
instead of showing underneath.

On Jan 21, 11:27 pm, Vision Jinx <vjn...@gmail.com> wrote:
> Hi,
>
> I see you added <div id="feed-control" style="width:
> 275px;overflow:hidden">
>
> it seems to look ok for me, maybe try clearing your browser cache and
> see if that works (so you are not getting a cached version of your
> page)
>
> note! I should have had a ; at the end of overflow:hidden; also ;) but
> should not make a huge difference in this case
>
> <div id="feed-control" style="width:275px;overflow:hidden;">
>
> On Jan 21, 9:23 pm, Reciprocal <rmioffice.flor...@rminet.org> wrote:
>
>
>
> > Ok, Jinx, I think I have it like you said, but it still doesn't look
> > right.  Take a look again at the link...  
> > http://www.rminet.org/new_page_1.htm
>
> > On Jan 21, 11:18 pm, Vision Jinx <vjn...@gmail.com> wrote:
>
> > > Thanks for the link, you may want to add overflow:hidden also so it
> > > does not push the other page elements around
>
> > > <div id="feed-control" style="width:400px;overflow:hidden">
>
> > > On Jan 21, 9:14 pm, Reciprocal <rmioffice.flor...@rminet.org> wrote:
>
> > > > Here is a link of the page I am working 
> > > > on...http://www.rminet.org/new_page_1.htm
>
> > > > The problem is that the feed box is wider than the column I am putting
> > > > it in.  I just can't figure out how to reduce the width of the feed
> > > > back.
>
> > > > On Jan 21, 10:59 pm, Reciprocal <rmioffice.flor...@rminet.org> wrote:
>
> > > > > I am having some trouble setting a width.  Can someone please help me
> > > > > set a width for my feeds?  Here is my code...
>
> > > > > <!-- ++Begin Dynamic Feed Wizard Generated Code++ -->
> > > > >   <!--
> > > > >   // Created with a Google AJAX Search and Feed Wizard
> > > > >   //http://code.google.com/apis/ajaxsearch/wizards.html
> > > > >   -->
>
> > > > >   <!--
> > > > >   // The Following div element will end up holding the actual feed
> > > > > control.
> > > > >   // You can place this anywhere on your page.
> > > > >   -->
> > > > >   <div id="feed-control">
> > > > >     <span style="color:#676767;font-size:11px;margin:10px;padding:
> > > > > 4px;">Loading...</span>
> > > > >   </div>
>
> > > > >   <!-- Google Ajax Api
> > > > >   -->
> > > > >   <script src="http://www.google.com/jsapi?key=notsupplied-wizard";
> > > > >     type="text/javascript"></script>
>
> > > > >   <!-- Dynamic Feed Control and Stylesheet -->
> > > > >   <script src="http://www.google.com/uds/solutions/dynamicfeed/
> > > > > gfdynamicfeedcontrol.js"
> > > > >     type="text/javascript"></script>
> > > > >   <style type="text/css">
> > > > >     @import url("http://www.google.com/uds/solutions/dynamicfeed/
> > > > > gfdynamicfeedcontrol.css");
> > > > >   </style>
>
> > > > >   <script type="text/javascript">
> > > > >     function LoadDynamicFeedControl() {
> > > > >       var feeds = [
> > > > >         {title: 'From the RMI Blog',
> > > > >          url: 'http://rminethaiti.blogspot.com/feeds/posts/default'
> > > > >         }];
> > > > >       var options = {
> > > > >         stacked : false,
> > > > >         horizontal : false,
> > > > >         title : ""
> > > > >       }
>
> > > > >       new GFdynamicFeedControl(feeds, 'feed-control', options);
> > > > >     }
> > > > >     // Load the feeds API and set the onload callback.
> > > > >     google.load('feeds', '1');
> > > > >     google.setOnLoadCallback(LoadDynamicFeedControl);
> > > > >   </script>
> > > > > <!-- ++End Dynamic Feed Control Wizard Generated Code++ -->

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