I am having trouble positioning my ''events'' partial in IE. When I put a static object inside the ''sidebar'' div, it renders on the upper right side of the page like a good browser. Once I toss in the ''events'' partial, however, everything in ''sidebar'' renders on the left side of the page. Anyone else had this problem? #sidebar { float: right; } <div id=''sidebar''> <div id=''event_list''><%= render :partial => ''events'', :object => @case %></div> </div> -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
This is a css problem and you will get help a lot faster if you post it to a css or html list. IE is notorious for float problems. Google a bit and you will see. -Bill Peter Marks wrote:> I am having trouble positioning my ''events'' partial in IE. When I put a > static object inside the ''sidebar'' div, it renders on the upper right > side of the page like a good browser. Once I toss in the ''events'' > partial, however, everything in ''sidebar'' renders on the left side of > the page. Anyone else had this problem? > > #sidebar { > float: right; > } > > <div id=''sidebar''> > <div id=''event_list''><%= render :partial => ''events'', :object => @case > %></div> > </div> >-- Sincerely, William Pratt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
William Pratt wrote:> This is a css problem and you will get help a lot faster if you post it > to a css or html list. IE is notorious for float problems. Google a bit > and you will see. > > -BillCool, I''ve gone ahead and posted this on experts-exchange. From my limited web development experience, isn''t IE notorious for every kind of problem? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---