This is a discussion on "MooTools - Accordion" within the JavaScript Forum section. This forum, and the thread "MooTools - Accordion are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
MooTools - Accordion
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
MooTools - Accordion
Hi Guys,
(I have tried in the official forum, but it's pointless...too many people!) I have uploaded every part of Moo Tools to here - http://simplifiedimpact.com/images57/mootools.js I have created a test page so I can understand how it works here - http://simplifiedimpact.com/gh.html I have created a mock CSS file also here - http://simplifiedimpact.com/images57/67.css My HTML Source is -
As you can see from my dummy page, it isn't working as it's supposed to. Am I linking to the file right? Am I doing anything right? Can anyone see why it isn't working? I'm only a real beginner with Javascript....so sorry if I have not provided the correct information. I would really appreciate help, Thank, Ed
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
Last edited by Ed; Nov 2nd, 2007 at 20:13. |
|
|
|
#2
|
|||
|
|||
|
Re: MooTools - Accordion
I think I'm missing something :: what are you trying to do? Sorry if I am not getting the obvious...
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
#3
|
|||
|
|||
|
Re: MooTools - Accordion
Oh Sorry...you know MooTools?
This is one of the plug-ins. http://demos.mootools.net/Accordion Do you see now - it's kind of a slider effect. Ed
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
|
|
#4
|
|||
|
|||
|
Re: MooTools - Accordion
Oh, that effect. I was thinking of something else! OK, let's see... Did you make sure to copy everything right? Your code looks a lot different from theirs... The css and html look fine, but try validating them (Validator). Just look through your js and see that you copied it all and did not leave something out.
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
#5
|
||||
|
||||
|
Re: MooTools - Accordion
I don't think you have this bit in, you may have to adapt it to your page.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#6
|
|||
|
|||
|
Re: MooTools - Accordion
You're a star Alex!
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
|
|
#7
|
||||
|
||||
|
Re: MooTools - Accordion
If you could mark this solved via thread tools that would be great!
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#8
|
|||
|
|||
|
Re: MooTools - Accordion
Just one more thing - if I want to show a message to only people who have javascipt disabled, how can I do this?
Thanks, Ed
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
|
|
#9
|
||||
|
||||
|
Re: [SOLVED] MooTools - Accordion
Put it between noscript tags
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#10
|
|||
|
|||
|
Re: [SOLVED] MooTools - Accordion
Great.
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
|
|
#11
|
||||
|
||||
|
Re: [SOLVED] MooTools - Accordion
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#12
|
|||
|
|||
|
Re: MooTools - Accordion
Uh...I am having the Same problem with FX.slide.
http://demos.mootools.net/Fx.Slide Here's the page: http://simplifiedimpact.com/contact.html Here's my HTML:
Thanks, Ed
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
|
|
#13
|
||||
|
||||
|
Re: MooTools - Accordion
try replacing:
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Last edited by alexgeek; Nov 2nd, 2007 at 20:47. |
|
#14
|
|||
|
|||
|
Re: MooTools - Accordion
try to not miss the:
window.addEvent('domready', function(){ ///// your code goes here }) |