Hello, I''ve had a search through the list but have found nothing on the problem I''m seeing - sorry if this has been asked before. So, when the portalsectioncontainer div is submitted to an Effect.SlideDown it works fine in firefox and safari but in IE the slide effect occurs, but then the content disappears. I guess this is something to do with the height of the sectioncontainer not being defined? I don''t want to set the height of the div as its dependant on the portalcontent. I''m pretty sure I''m missing something so can someone help please? I have the following div hierarchy: <div id="portalsectioncontainer" class=''sectioncontainer'' style=''display:none;''> <div> <div id="portal_informationcontainer" class=''sectioninformationcontainer'' style=''display:none;''> <div><!-- Ajax loaded section information on demand --></div> </div> <div id="portalcontent" class=''blurbcontent''> <!-- Ajax loaded content --> </div> </div> </div> Here are the styles I''m inflicting on these divs .sectioncontainer { position: relative; padding: 0px; margin: 0px; height: 1%; } .sectioninformationcontainer { position: absolute; z-index: 1; width: 550px; left: 10px; border-top: 1px dashed #bbb; } .blurbcontent { padding: 5px; position: relative; height: 1%; } Thanks -Simon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
It would be more helpful if you supplied a working example or a URL to one. On May 6, 12:03 pm, saha860 <saholr...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> Hello, > > I''ve had a search through the list but have found nothing on the > problem I''m seeing - sorry if this has been asked before. So, when the > portalsectioncontainer div is submitted to an Effect.SlideDown it > works fine in firefox and safari but in IE the slide effect occurs, > but then the content disappears. I guess this is something to do with > the height of the sectioncontainer not being defined? I don''t want to > set the height of the div as its dependant on the portalcontent. I''m > pretty sure I''m missing something so can someone help please? > > I have the following div hierarchy: > > <div id="portalsectioncontainer" class=''sectioncontainer'' > style=''display:none;''> > <div> > <div id="portal_informationcontainer" > class=''sectioninformationcontainer'' style=''display:none;''> > <div><!-- Ajax loaded section information on demand --></div> > </div> > <div id="portalcontent" class=''blurbcontent''> > <!-- Ajax loaded content --> > </div> > </div> > </div> > > Here are the styles I''m inflicting on these divs > > .sectioncontainer { > position: relative; > padding: 0px; > margin: 0px; > height: 1%; > > } > > .sectioninformationcontainer { > position: absolute; > z-index: 1; > width: 550px; > left: 10px; > border-top: 1px dashed #bbb; > > } > > .blurbcontent { > padding: 5px; > position: relative; > height: 1%; > > } > > Thanks > > -Simon--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
I''m experiencing the same thing (but I can''t post a url for this page). Is css the root of these ie issues? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---