473,406 Members | 2,710 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

mootools accordion and menu matic conflict

omerbutt
638 512MB
hi i am making a page SEE HERE where i am using menu matic and slideshow , i need to use mootools accordion and when i try to put in this code the menu and slide show both stop working except the accordion is working fine ,
Expand|Select|Wrap|Line Numbers
  1. <script src="http://jashanbanquet.omaraslam.com/assets/js/mootools/accordion.js"></script>
  2.     <script type="text/javascript">
  3.         window.addEvent('domready', function() {
  4.         var accordion = new Accordion('h3.atStart', 'div.atStart', {
  5.                 opacity: false,
  6.                 onActive: function(toggler, element){
  7.                     toggler.setStyle('color', '#ff3300');
  8.                 },
  9.  
  10.                 onBackground: function(toggler, element){
  11.                     toggler.setStyle('color', '#222');
  12.                 }
  13.             }, $('accordion'));
  14.             });        
  15.     </script>
  16.  
all 3 are using mootools but i dont know why when i insert the accordion , it starts conflicting , although i a using jquery too at the same time but that never bothered ,
actually it is the file accordion.js that when included the slide show and menu matic stop working , when i say menu matic stop working i mean it does not render the menu properly if you hover the about link in the menu you will see the drop down menu opens but it is distorted and itis not giving me any errors :S which is annoying , can any boy help ,
regards,
Omer Aslam
May 18 '12 #1

✓ answered by omerbutt

solved , i used the latest version for mootools 1.2.5

1 2761
omerbutt
638 512MB
solved , i used the latest version for mootools 1.2.5
Jun 7 '12 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: axxon | last post by:
hi, I am having a huge problem here! the scenario is i am trying to create dynamic accordion Panes to a accordion control inside a tab panel in a content page. It works just fine in a regular...
1
by: luispunchy | last post by:
I have an accordion style dropdown list/sublist menu (functions similar to the "today on WebMD video" widget found on http://www.webmd.com/) - it will allow users to click on a headline (from the...
1
by: Larry Fletcher | last post by:
I have a javascript menu that works fine until I try to put an iframe on the same page. Using FF the contents of the iframe are shown, but not the menu. With IE6 the menu is shown, but not the...
2
by: LayneMitch via WebmasterKB.com | last post by:
Greetings. I'm reading this book that is teaching me the more appropriate way of assigning functions. It has an 'accordian' example that when you click on a link, it expands into other options...
8
by: Tomasz J | last post by:
Hello developers, After migrating my web project application (using the old model) to .Net Framework 3.5 and Ajax Control Toolkit release 20820 the Accordion control no longer works correctly....
3
by: bhavyagupt | last post by:
i 'm not able to use the accordion menu code in for loop . can anyone solve ma problem. code....... slider.js------> java script var slider=function(){ var array=; var speed=10; var...
6
by: Andy B | last post by:
I am trying to use an accordion control from the ajax control toolkit for ..net3.5 sp1. When I put a link in one of the accordion pannel headerTemplates to open and close the content, I always get...
8
by: quipo | last post by:
Hi, im using an accordion script but it doesnt work if i use it with ajax. example: <div id="accordion"> <dl class="accordion" id="slider"> <dt>click here for the 1st pane</dt> ...
2
by: brixton | last post by:
Hello, I have an "accordion menu" where I want the structure to be like this for a menu item with "children" who are supposed to drop down when an "expand image" is clicked: <li> <span>some...
0
by: rjoseph | last post by:
Hi Guys Does anyone know of any simple/basic jquery vertical accordion scripts that allow me to place a html table in the info section (ie the window that pulls down and displays the hidden...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.