0

After looking around at a way to build nice tabs and finding MANY that just don't work, I came across jQuery Tools. It works nicely. Here's the HTML http://jquerytools.org/demos/tabs/index.html and the CSS http://jquerytools.org/media/css/tabs-no-images.css.

The problem is that when I add content to the div elements, ie. the panes where tab content goes, it just won't show up. I have a page that contains a form and a table yet if I insert that code it does nothing to the tabs, they just appear as they are without any content.

Am I missing something?

Any idea?

4

1 に答える 1

0

ちょっと待って、今答えを見つけた!何らかの理由で、デモ CSS には div の「display: none」がありました。

于 2013-06-30T19:04:18.317 に答える