(Hi this my first post here so please be gentle.)
I am developing a module in Joomla and using Jquery and UI. (great stuff !)
I have a problem if i have multiple accordions within a tab.
If i use
- jQuery("#tabsParents").tabs({ selected: 1});
that one works normaly and the other ones are created but can not be opent normaly.
It only shows a little bit and it has a scrollbar.
I f i don't use the selected option they all have this problem.
Also when i only use the basics: only the function to create the tab and accordions: same problem.
I am using jquery.noconflict() even this does not make a difference.
In the screenshot you see 2 tabs in the one above it is all working fine, in the one beneath you see the scrollbar and it does not open as far as this, while their is more content.
autoHeight: is default.
I have searched for 2 days but could not find an answer.
Is it CSS ?
Kind regards.