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) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -