In the example below and pretty much every accordion example I've seen based on jQuery there is a slight issue with the bottom tab of the accordion. This usually occurs, or is just more visible, when you have more than 3 tabs in the accordion menu. Although you can see it in everyone's accordion menu, I'm posting a link to my version because it seems most obvious here.
http://www.robustness.org/dev/jquery/slider/slider-jquery.html (it's a small bump on the 4th tab, when you click any of the tabs, just moves down and up really quick) I think the effect should be more like the apple page, sans mouseover. If i have the first tab open and mouseover the second tab, the third tab does not move at all. That's the effect i'm looking for. It looks more solid. http://www.apple.com/mac/ I have used JavaScript to set heights on the container and the tabs themselves, and this stops the tabs from interfering with the rest of the page, however the tabs themselves still make these jumps. Anyone have any ideas? Should this be reported as a bug?