first you should double check that you're referencing the plugins
correct. e.g. by just using the correct example code. if even this
isn't working than there's something wrong with the paths in your
header area.
here's my guess what could also break the slider: in the examples they
are using an <h3> around the <a>
<div id="accordion">
        <div>
                <h3><a href="#">Section 1</a></h3>
                <div>
                        <p>Mauris mauris ante.</p>
                </div>
        </div>
        <div>
                <h3><a href="#">Section 2</a></h3>
                <div>
                        <p>Cras dictum.</p>
                </div>
        </div>
</div>

http://jqueryui.com/demos/accordion/

hope this helps
dirk

On 11 Feb., 15:31, Steven Grant <stevie.gr...@gmail.com> wrote:
> on this 
> urlhttp://www.greenviewevangelicalchurch.co.uk/index.php?/explore/detail...
>
> I just can't get the box working.
>
> It works fine locally, but when I transfer onto live and into my cms
> (my code looks ok) it won't work.
>
> any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to