http://forum.mootools.net/viewtopic.php?id=9660

http://forum.mootools.net/viewtopic.php?id=5809

On Mon, Nov 17, 2008 at 4:46 PM, pasQualle <[EMAIL PROTECTED]>wrote:

>
> Wow, that was fast.
>
> So you mean, that if an article is collapsed, hide all in the article
> embedded stuff, and when it gets opened/activated show embedded stuff?
> Any idea how I can do this, how I can add such an event?
>
> On 17 Nov., 22:30, nwhite <[EMAIL PROTECTED]> wrote:
> > It is not an issue with mootools. it is an issue with how embed object
> are
> > rendered. The best approach would be to add events to the Accordian when
> it
> > starts and end. When it starts hide any embed object. On complete show
> them.
> >
> > On Mon, Nov 17, 2008 at 4:23 PM, pasQualle <[EMAIL PROTECTED]
> >wrote:
> >
> >
> >
> > > Poor me. I've waited more than 2 weeks and still nobody could help me.
> > > Do you need anything else besides the code above?
> >
> > > I really can't fix this by myself.
> >
> > > I would really appreciate it if anyone would help me with this, or
> > > give me at least a hint how I can solve this issue.
> >
> > > Thanks very much!
> >
> > > On 2 Nov., 10:46, pasQualle <[EMAIL PROTECTED]> wrote:
> > > > Oh, ok, thought I posted the URL, sorry.
> > > > The problem occurs in herehttp://blog.pasqualle.com
> > > > I haven't posted any embed content jet, because I don't wanted to
> mess
> > > > up the layout.
> >
> > > > The Code I used looks like:
> >
> > > > In the header.php:
> > > > <script type="text/javascript">
> > > >         window.onload = function(){
> > > >                 var togglers = $$('h3.storytitle');
> > > >                 var stretchers = $$('div.accordion');
> > > >                 var myAccordion = new Fx.Accordion(togglers,
> stretchers,
> > > {show: 8,
> > > > opacity: false, start: false, alwaysHide: true});
> > > >         <?php if (is_single() || is_page()) { ?>
> > > >                 myAccordion.showThisHideOpen(0)
> > > >         <?php };?>
> > > >         };
> > > > </script>
> >
> > > > and then in the index.php the storytitles are defined in <h3>-tags
> > > > with <a href="#" />, then I open a simple <div
> class="accordion">-tag.
> >
> > > > On 1 Nov., 12:45, bluff <[EMAIL PROTECTED]> wrote:
> >
> > > > > If you want someone to help then then can we have a URL to to
> problem
> > > > > page or code examples
>

Reply via email to