After implementing a horizontal accordion in jQuery based on the tutorial found at the following link:
A minor issue arose during animation where a slight space was added on the far right side, causing the tabs to shift slightly. This problem is particularly noticeable due to the white background and thin border surrounding the accordion elements.
Does anyone have suggestions on how to address this issue? Is there a workaround to maintain a fixed position for the items on the right?
My accordion structure is as follows, with each "|" representing a tab image displaying content to the right (the far left tab is open below):
| content | | |
Thank you in advance,
Sam