// each button div MUST have a \"xx-button\" and the target div must have an id \"xx\" var idToLoad = $clicked.attr(\"id\").split('-');
//we search trough the content for the visible div and we fade it out $(\"#submenu\").find(\"div:visible\").fadeOut(\"fast\", function(){ //once the fade out is completed, we start to fade in the right div $(this).parent().find(\"#\"+idToLoad[0]).fadeIn(); }) }
//we reset the other buttons to default style $clicked.siblings(\".button\").animate({ opacity: 0.5, borderWidth: 1 }, 600 );
Hi Everyone, This is my first post. and I'm having problems implementing MENU FADER in WORDPRESS and IE and EasySLider with IE7.
Hope somebody can help me resolving this issue..
the webpage:
I use Menu fader this way:
in header.php > I have:
in submenu.php > I have :
I use a global.js to initialize several the scripts > i have:
Also I use a Jquery from google the last version :
And all this JS's are in the footer.php
I have several jquery plugs, like easySlider, JScrollPane, etc....
--
The problem with Menu fader is:
Of course, Firefox, Chrome, Safari, are working great no issues in this browsers... But the conflict come with IE....
When I try to click in the second or third menu, I don't get anything.... it stays in the first menu. I mean is no action.
And in Easy Slider , Take a look how it look in IE7!:
Hope I make myself clear.. 'cos my english SUXZ... hehee :D
Thanks in adcvance.
thanks
and I have to wait util the that day.....
I will try whatever is on my hands to make work Menu Fader in IE, if I can't then I will search for an other solution.
If somebody detects an error in my code above I will appreciate the warning.
thanks!
so I just add
to my css
and the problem was solved..... without border-bottom, but it solve temporary the problem.
Thanks very much!
but this other section look odd:
I would show how does menu fader show in IE (7-8) in the website: