I am using this example here to create a tabbed box on my site: http://www.cssnewbie.com/advanced-jquery-tabbed-box-techniques/ working example: http://www.cssnewbie.com/example/tabbed-box/advanced.html However the height of the box fixes to height of the content of the tab with the most content unless display: block is used in the css. However this stops the auto rotation of the tabbed box. Does anyone know how to solve this? thanks.