Log in

View Full Version : Flexcroll wont work within Ajaxtabs



Ravenna
01-31-2009, 01:01 AM
So the site is clubcontour.com/test/demo.php. The site guts are functioning inside Ajaxtabs (http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/) to keep the music playing. When you click the Happy Hour menu button it loads happy_hour.php. Within happy_hour.php there are multiple div's and one is a FleXcroll div used to scroll a long happy Hour Menu. I am calling the Flexcroll script and css from the demo.php(test index) and when i do it won't allow the Flexcroll to work.

Is there a simple fix for this issue? I feel like I am missing something obvious.

thanks

jscheuer1
01-31-2009, 01:33 PM
Most scripts will not work with AJAX imported content. Use the iframe method of Ajax Tabs for pages you are importing that have scripts on them.

Ravenna
02-02-2009, 06:27 PM
I'll give that a try.

thanks

Ravenna
02-04-2009, 12:46 AM
So the issue I have is that the pages I am loading via AJAX are working fine but variable heights. I have setup the Happy Hour page to now load via the rel="#iframe" method. the issue I have is that now I get these bad looking scroll bars. And while I understand that I could style them away, the issue is that the div that the AJAX loads to has to have a height:auto because of varying content heights.

any thoughts?

Ravenna
02-04-2009, 01:20 AM
Ok so never mind, I found the style setting in the .js file. Sorry to post to quick. The issue I have now is that its killing my content... I am keeping at it.

thanks