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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to