html - Jquery content tab showing white space -


I have used a jquery content tab plugin in my project (content, company, founder, team, appreciation, career, philosophy ) Has 6 tabs. When I click on another tab after clicking on the company tab, there is a white space on the content (in chrome). How can I remove that white spot ?? Here's my link.

You use float: left in the container but Miss cleanfix.
You can add overflow: auto to company element or add clear divisions.
And the glory that has said is right, you should not use UL to become a container.

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -