Oh, ok, thought I posted the URL, sorry.
The problem occurs in here http://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