| |
Accordion Content Script and AJAX help Posted By : at 2008-04-28 02:49:09
I was successful in implementing AJAX within this script, but I need help using the available "onopenclose:function" with Accordion Content to load my specific files. Right now they're loading regardless, I need them to load upon ...
Blog Source - http://www.dynamicdrive.com/forums/showthread.php?t=31925
|
Other Posts about Accordion Content Script and AJAX help you may like: Comment on Accordion Madness by Karl at 2008-05-15 13:25:38
Hi Ryan,. The problem is that all the divs inside each container div are floated, so they are outside the flow of the document. Adding clear: all; to .menu {} should do the trick. Let me know if that doesn’t solve the issue for you.
Blog Source - http://www.learningjquery.com/2007/03/accordion-madness#comment-47089
Comment on Accordion Madness by Karl at 2008-05-15 13:25:38
Oops. Rather than .menu { } , that should, of course, be .menubar { }
Blog Source - http://www.learningjquery.com/2007/03/accordion-madness#comment-47090
Comment on Accordion Madness by Ryan at 2008-05-15 13:25:38
Hi Karl- Thanks for the response. I tried your suggestion and had no luck. Any other ideas? When I set the float:left attribute it fixes the current problem but the collapse no longer works right. Any ideas? Thanks in advance- ...
Blog Source - http://www.learningjquery.com/2007/03/accordion-madness#comment-47170
Comment on Accordion Madness by Karl at 2008-05-15 13:25:38
Hi Ryan,. Hmm. I didn’t suggest using float:left. I just looked at your page again, but I didn’t see clear:all; applied to the “menubar” class in the styles. Please do that, and if it still isn’t working, I’ll examine it more carefully.
Blog Source - http://www.learningjquery.com/2007/03/accordion-madness#comment-47171
MOSS 2007 WCM Issues (according to our customers) – Part III at 2008-05-08 13:40:23
In this case, the issue is related to the HTML editing fields. These fields let the user create HTML and styles quite loosely; tables, font colors can be changed in those controls. This enables more flexibility to the advanced content ...
Blog Source - http://blogs.tamtam.nl/mart/MOSS2007WCMIssuesAccordingToOurCustomersNdashPartIII... ;  |
|