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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -