We are trying to create an index page of our custom posts using Views with tabs. We have three different ways of displaying our posts, alphabetically and by two different taxonomies, and they work great on their own. When we put them into the same page with tabs, however, we get a lot of funky stuff going on: views spill over into other views, sometimes we'll have two and a half views in one tab. We've tried JQuery, tab plugins, and even trying to combine the pages with get_page. Here's the index page:
http://www.hampdenjcl.com/vespasian/tutorials/
We are currently using the WordPress Post Tabs plugin.
Do you have any suggestions, or a better way of creating our index page with three views?